aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/schema/schema.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: runtime: implement fillAutoInc and fillDefaultJhih-Ming Huang2019-05-081-2/+3
* core: vm: sqlvm: return a bool from DecimalEncode and DecimalDecodeTing-Wei Lan2019-05-081-11/+13
* core: vm: sqlvm: schema: column rlp does not contain offset fieldswmin02019-05-061-2/+2
* misc: replace shopspring/decimal with our forkyenlin.lai2019-05-061-1/+1
* core: vm: sqlvm: schema: make foreign key constraints a sliceTing-Wei Lan2019-05-061-16/+14
* core: vm: sqlvm: add a descriptor field to IdentifierNodeTing-Wei Lan2019-05-061-0/+43
* core: vm: sqlvm: schema: move Rest to the bottomTing-Wei Lan2019-05-061-1/+3
* core: vm: sqlvm: schema: unsigned integers can never be negativeTing-Wei Lan2019-05-061-2/+2
* core: vm: sqlvm: use common.HashLength instead of 32Ting-Wei Lan2019-05-061-1/+2
* core: vm: sqlvm: schema: implment get column field type and set offsetJhih-Ming Huang2019-05-061-0/+56
* core: vm: sqlvm: schema: add structs to identify an object in a schemaTing-Wei Lan2019-05-061-0/+26
* core: vm: sqlvm: schema: mark if an index are referenced by foreign keysTing-Wei Lan2019-05-061-0/+36
* core: vm: sqlvm: schema: reorder fields and enumsTing-Wei Lan2019-05-061-6/+19
* core: vm: sqlvm: schema: drop pointers from slicesTing-Wei Lan2019-05-061-3/+3
* core: sqlvm: schema: define type for table/column/index/sequence sizeyenlin.lai2019-05-061-4/+16
* core: vm: sqlvm: add schema define and implement rlp serializationwmin02019-05-061-0/+139