Yevgeniy Zakharov
Yevgeniy Zakharov
PR https://github.com/fnc12/sqlite_orm/pull/1292
@trevornagy please check `tokenize` feature in `dev`
PR with `content` is on its way https://github.com/fnc12/sqlite_orm/pull/1296
@trevornagy please check `content` function in `dev` branch
@trevornagy do you also need `contentless_delete`, `content=tbl` and `content_rowid`?
@trevornagy table content is on its way https://github.com/fnc12/sqlite_orm/pull/1304
hey @trevornagy . Please check out `dev` for new `content()` function which you asked about. Also please say whether all required sub-features of FTS5 are implemented. Thanks
let's wait for @trueqbit approve before merging just in case
Hi. No there is no way to make AST dynamic in `sqlite_orm` cause AST is based on templates. But you can achieve your idea differently. Please read https://github.com/fnc12/sqlite_orm/issues/459 and https://github.com/fnc12/sqlite_orm/issues/671
> is there a way to perform raw-queries instead? no. To use raw query you can always use any other regular ORM or `libsqlite`