Releases: thecodingmachine/magic-query
Releases · thecodingmachine/magic-query
Adding Twig 2 compatibility
MagiQuery can now run with Twig 1.x or 2.x
See #39
Bugfix release
Fixing quoting problem with Oracle
See #38
Bugfix release
Bugfix release
Fixes parsing of "IN" statements
Releasing some constraints
This bugfix release makes MagicQuery more flexible in case of the underlying SqlParser adding new features.
Migrating to greenlion/sqlparser
So far, SQLParser was included directly in MagicQuery code. This was done historically because the library had no composer integration.
Since a new composer package has been created for the great SQLParser library, with this release, we are migrating to using this package.
This release also contains a number of important bugfixes so we are urging everybody to migrate on v1.2
Bugfix release
Fixes a bug with multiple columns used in Group By
Buffix release
Fixing detection of constants when they are used as columns.
Bug fix release
Merge pull request #26 from cbalda/fixTwoParameters Fix two parameters
Improving error handling
v1.1.3 Closes thecodingmachine/database.tdbm#88