prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

sqlite: open files using the main database #192

Closed tomhoule closed 3 years ago

tomhoule commented 3 years ago

This allows referring to tables with their unqualified names in raw commands.

This is just a rebased version of @cryslith PR: https://github.com/prisma/quaint/pull/126

tomhoule commented 3 years ago

discussed with @pimeys and this is fine to merge if no downstream breakage happens — let's revert it if it causes issues.