You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
There don't seem to be too many differences between the SQL commands for MySQL and SQLite. I'm not sure how a conduct a proper test, but I am about to try some of the functions that I need.
I think that if it works, Squel should be marked to have official support for it. Of course, a full test should be done before that.
The text was updated successfully, but these errors were encountered:
Squel purports to support standard SQL queries that everyone uses, though I don't claim Squel's support to be comprehensive by any means. People can add support for whatever querying they desire - if it falls outside the standard then it can be added to a 'flavour' of Squel, similar to how Squel already has PostgreSQL and MySQL flavours. I used a SQLite a while back and I remember there were a few things (like PRAGMA queries) that are specific to it so perhaps it would be better to introduce an sqlite flavour. I'm happy for this to happen as and when people need it but I don't deem it necessary to investigate it fully right now.
There don't seem to be too many differences between the SQL commands for MySQL and SQLite. I'm not sure how a conduct a proper test, but I am about to try some of the functions that I need.
I think that if it works, Squel should be marked to have official support for it. Of course, a full test should be done before that.
The text was updated successfully, but these errors were encountered: