Wahed Mangal

Results 3 comments of Wahed Mangal

## Have we had experiences where the feature files themselves have been really valuable? I rewrote the `import-export` app, and I found the feature files very helpful to read when...

@naspeh I am joining the FTS5 table in a query and use it in WHERE. This does not seem to work on your branch. Expected behavior?

Turns out sqlc treats `fts5` as a case sensitive token. Creating a virtual table with `USING FTS5` does not generate the correct models. That was hard af to debug.