Yevgeniy Zakharov

Results 272 comments of Yevgeniy Zakharov

@trevornagy please check `unindexed()` column constraint function in `dev` branch. Other features are on its way and will be merged soon

@trevornagy `unindexed` function exists in `dev` branch. Proof https://github.com/fnc12/sqlite_orm/blob/dev/include/sqlite_orm/sqlite_orm.h#L2183. I bet you messed up with the commits. Just pull `dev` branch, it should work

PR with `prefix` is on its way https://github.com/fnc12/sqlite_orm/pull/1282

@trevornagy please check new `prefix` function in `dev` branch

@trevornagy thanks for pointing out. This is my misunderstanding. I'll refactor it soon as a table constraint not column constraint

PR is here https://github.com/fnc12/sqlite_orm/pull/1284 @trevornagy btw you can still use `prefix` func at table level anyway

@trevornagy this is good! Only `tokenize` table constraint left to close this issue. I'll add it soon

@trevornagy sorry I forgot to mention content. Just my negligence, of course content will be implemented within this issue ASAP

@trevornagy I got a question: how are you going to use `tokenize` feature? Do you have exact SQL you expect to be used? It can help me with unit tests