cxxman
cxxman
@niolap I've updated current test. I recommend to add more tests like this which insert/update floating point column with convertable and non-convertable strings. _Originally posted by @cxxman in https://github.com/siodb/siodb/issues/191#issuecomment-938877179_
Support DEFAULT constraint with constant value in the database dump.
@cxxman for this issue (#144), I think we must be able to create tokens from hashed values. e.g. ```sql alter user UUU add token TTT from hash x''; ``` Then...
This will be useful at least for writing tests - this way data can be checked easier. Something like: ```shell siocli --csv OUTPUT_FILE QUERY ``` where `QUERY` is any statement...
Sometimes table names in C++ tests may overlap and bring undesired effects like "Table already exists" error. As number of unit tests grows, it is harder and harder to manually...
`siodb::Variant` is important class and has very few unit tests.
Support for the memory tables. Structure of the memory table is preserved across restarts, but data is not.
Siodb shoud support DEFAULT value constraint with expression value. **NOTE:** This includes current timestamp functions.
Provide standalone C++ client library for the Siodb.