Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | Capture full column type. | Arun Isaac | |
Capture full column type instead of just whether it is an integer. * dump.scm (dump-data-table): Capture full column type in <column> object. * dump/table.scm (<column>)[int?]: Delete member. [type]: New member. Export column-type instead of column-int?. | |||
2021-12-20 | Move <table> and <column> types to separate module. | Arun Isaac | |
* dump.scm (<table>, <column>): Move to ... * dump/table.scm: ... here. |