| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: sqlvm: ast: rename TestSize | Ting-Wei Lan | 2019-05-06 | 1 | -1/+1 |
* | core: vm: sqlvm: ast: don't calculate min and max values on demand | Ting-Wei Lan | 2019-05-06 | 2 | -55/+76 |
* | core: vm: sqlvm: ast: make DataTypeDecode a method of DataType | Ting-Wei Lan | 2019-05-06 | 2 | -28/+19 |
* | core: vm: sqlvm: ast: rename tests for DataType encoding or decoding | Ting-Wei Lan | 2019-05-06 | 1 | -31/+31 |
* | core: vm: sqlvm: ast: return error messages from GetType | Ting-Wei Lan | 2019-05-06 | 3 | -43/+85 |
* | core: vm: sqlvm: schema: move methods of DataTypeMajor | Ting-Wei Lan | 2019-05-06 | 1 | -10/+10 |
* | core: vm: sqlvm: ast: implement decimal to uint64 | Jhih-Ming Huang | 2019-05-06 | 2 | -8/+50 |
* | core: vm: sqlvm: ast: add size func and move error code to errors.go | Jhih-Ming Huang | 2019-05-06 | 2 | -19/+58 |
* | core: vm: sqlvm: types: fix encode bug when exponent is negative (#270) | yenlinlai | 2019-05-06 | 2 | -4/+10 |
* | core: vm: sqlvm: make a common interface for statements | Ting-Wei Lan | 2019-05-06 | 1 | -6/+34 |
* | core: vm: sqlvm: add shared variables (#228) | Meng-Ying Yang | 2019-05-06 | 2 | -11/+8 |
* | core: vm: sqlvm: add ESCAPE grammar | wmin0 | 2019-05-06 | 1 | -0/+35 |
* | core: vm: sqlvm: limit the depth of AST to 1024 | Ting-Wei Lan | 2019-05-06 | 1 | -0/+5 |
* | core: vm: sqlvm: ast: use non-empty interfaces in DataType{En,De}code | Ting-Wei Lan | 2019-05-06 | 2 | -80/+34 |
* | core: vm: sqlvm: ast: handle error in AST printer | Ting-Wei Lan | 2019-05-06 | 1 | -28/+52 |
* | core: vm: sqlvm: fill source code position in AST nodes | Ting-Wei Lan | 2019-05-06 | 2 | -38/+111 |
* | core: vm: sqlvm: ast: use pointer receivers | Ting-Wei Lan | 2019-05-06 | 1 | -89/+89 |
* | core: vm: sqlvm: ast: remove pointer indicator in printer output | Ting-Wei Lan | 2019-05-06 | 1 | -5/+4 |
* | core: vm: sqlvm: check if a number is a valid address | Ting-Wei Lan | 2019-05-06 | 2 | -23/+5 |
* | core: vm: sqlvm: introduce interfaces for AST nodes | Ting-Wei Lan | 2019-05-06 | 3 | -153/+992 |
* | core: vm: sqlvm: types support data range | Meng-Ying Yang | 2019-05-06 | 2 | -0/+82 |
* | core: vm: sqlvm: add schema define and implement rlp serialization | wmin0 | 2019-05-06 | 2 | -42/+44 |
* | core: vm: sqlvm: ast: add encoder/decoder for decimal to bytes | wmin0 | 2019-05-06 | 2 | -11/+196 |
* | core: vm: sqlvm: ast: data type encoder and decoder | wmin0 | 2019-05-06 | 2 | -0/+244 |
* | core: vm: sqlvm: ast: don't hardcode output and indent in PrintAST | Ting-Wei Lan | 2019-05-06 | 1 | -25/+33 |
* | core: vm: sqlvm: process non-UTF-8 input and escape sequences | Ting-Wei Lan | 2019-05-06 | 1 | -5/+31 |
* | core: vm: sqlvm: remove optional interface and add print tag for detail | wmin0 | 2019-05-06 | 2 | -96/+40 |
* | core: vm: sqlvm: move AST and parser to their own packages | Ting-Wei Lan | 2019-05-06 | 2 | -0/+559 |