aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/ast/types.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: runtime: opLoad load fixed bytes and address in bytesJhih-Ming Huang2019-04-031-7/+2
* vm: sqlvm: refine after updating dexon-foundation/decimalyenlin.lai2019-04-031-10/+3
* misc: replace shopspring/decimal with our forkyenlin.lai2019-04-031-1/+1
* core: vm: sqlvm: support SQL three-valued logic on ASTTing-Wei Lan2019-03-291-0/+95
* core: vm: sqlvm: ast: rename DataTypeUnknown to DataTypePendingTing-Wei Lan2019-03-291-3/+7
* core: vm: sqlvm: ast: don't calculate min and max values on demandTing-Wei Lan2019-03-291-40/+61
* core: vm: sqlvm: ast: make DataTypeDecode a method of DataTypeTing-Wei Lan2019-03-291-21/+16
* core: vm: sqlvm: ast: return error messages from GetTypeTing-Wei Lan2019-03-291-12/+0
* core: vm: sqlvm: schema: move methods of DataTypeMajorTing-Wei Lan2019-03-291-10/+10
* core: vm: sqlvm: ast: implement decimal to uint64Jhih-Ming Huang2019-03-261-8/+25
* core: vm: sqlvm: ast: add size func and move error code to errors.goJhih-Ming Huang2019-03-261-16/+32
* core: vm: sqlvm: types: fix encode bug when exponent is negative (#270)yenlinlai2019-03-261-2/+8
* core: vm: sqlvm: add shared variables (#228)Meng-Ying Yang2019-03-261-9/+5
* core: vm: sqlvm: ast: use non-empty interfaces in DataType{En,De}codeTing-Wei Lan2019-03-261-62/+16
* core: vm: sqlvm: introduce interfaces for AST nodesTing-Wei Lan2019-03-261-0/+8
* core: vm: sqlvm: types support data rangeMeng-Ying Yang2019-03-261-0/+46
* core: vm: sqlvm: add schema define and implement rlp serializationwmin02019-03-261-13/+15
* core: vm: sqlvm: ast: add encoder/decoder for decimal to byteswmin02019-03-261-0/+272