AnyhowStep
AnyhowStep
`perqlate` (percolate)? `choqlate` (chocolate)?
qlairvoyant?
The package name `squill` was taken. But the organization name was not. And I really want an organization for the collection of packages that will be created. So, I've taken...
I'm somewhat against trying to unify DDL with this library. There are a lot of differences between the different databases. Some examples, + Storage engines + Collations + Partitions +...
However, if you don't use the GROUP BY clause, you may accidentally write a query that uses columns in a non-aggregate expression! This is usually a bad thing, and being...
https://www.postgresql.org/docs/9.5/ddl-constraints.html https://sqlite.org/foreignkeys.html https://dev.mysql.com/doc/refman/5.6/en/create-table-foreign-keys.html
Technically, this should never be a problem with this library, unless the application schema and database schema are different. For example, saying the primary key is auto-increment on the application...
https://mysqlserverteam.com/improvements-to-the-mysql-ignore-implementation/ Seems like a dumb "fix" to me >.>
One of the tests could not be unified because of this. Basically, right now, we have GIGO, when we originally expected that lying about the existence of a default column...
As usual, SQLite does the "right thing", and doesn't try its hardest to force a row with invalid values to be inserted.