Skip to content

v0.0.67: [CMake] Link the `check` binary with complete lib

Compare
Choose a tag to compare
@mirror-releases mirror-releases released this 10 Jul 15:43
· 671 commits to main since this release
f51bc68
We must link the `check` binary with our complete library, s.t. at least
one `DataLayoutFactory` exists.  That is, because processing `CREATE
TABLE` statements requires creating and assigning a `DataLayout` to the
`Table` instance.