Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: vm: sqlvm: schema: unsigned integers can never be negative | Ting-Wei Lan | 2019-03-29 | 1 | -2/+2 |
* | core: vm: sqlvm: use common.HashLength instead of 32 | Ting-Wei Lan | 2019-03-29 | 1 | -1/+2 |
* | core: vm: sqlvm: schema: implment get column field type and set offset | Jhih-Ming Huang | 2019-03-26 | 2 | -2/+243 |
* | core: vm: sqlvm: schema: add structs to identify an object in a schema | Ting-Wei Lan | 2019-03-26 | 1 | -0/+26 |
* | core: vm: sqlvm: schema: mark if an index are referenced by foreign keys | Ting-Wei Lan | 2019-03-26 | 1 | -0/+36 |
* | core: vm: sqlvm: schema: reorder fields and enums | Ting-Wei Lan | 2019-03-26 | 1 | -6/+19 |
* | core: vm: sqlvm: schema: drop pointers from slices | Ting-Wei Lan | 2019-03-26 | 2 | -9/+9 |
* | core: sqlvm: schema: define type for table/column/index/sequence size | yenlin.lai | 2019-03-26 | 2 | -5/+17 |
* | core: vm: sqlvm: add schema define and implement rlp serialization | wmin0 | 2019-03-26 | 2 | -0/+266 |