cxxman

Results 17 issues of 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_

type:bug
priority:major

Support DEFAULT constraint with constant value in the database dump.

type:feature
component:siocli
priority:minor

@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...

type:feature
component:iomgr
priority:major

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...

type:feature
component:siocli
priority:major

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...

type:task
priority:minor

`siodb::Variant` is important class and has very few unit tests.

good first issue
type:task
component:iomgr
component:unit_tests

Support for the memory tables. Structure of the memory table is preserved across restarts, but data is not.

type:feature
good first issue
component:iomgr

Siodb shoud support DEFAULT value constraint with expression value. **NOTE:** This includes current timestamp functions.

type:feature
component:iomgr

Provide standalone C++ client library for the Siodb.

type:feature
priority:major
component:drivers

type:feature
status:inprogress
component:drivers