Skip to content

Releases: thecodingmachine/magic-query

Adding Twig 2 compatibility

25 Sep 14:13
Compare
Choose a tag to compare

MagiQuery can now run with Twig 1.x or 2.x
See #39

Bugfix release

05 Sep 09:57
Compare
Choose a tag to compare

Fixing quoting problem with Oracle
See #38

Bugfix release

15 Jun 12:55
Compare
Choose a tag to compare

Fixes aggregate functions usage in GROUP BY.

Credits goes to @dsavina

See #37

Bugfix release

13 Jan 14:34
Compare
Choose a tag to compare

Fixes parsing of "IN" statements

Releasing some constraints

16 Sep 09:22
Compare
Choose a tag to compare

This bugfix release makes MagicQuery more flexible in case of the underlying SqlParser adding new features.

Migrating to greenlion/sqlparser

16 Sep 08:41
Compare
Choose a tag to compare

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

17 Aug 10:29
Compare
Choose a tag to compare

Fixes a bug with multiple columns used in Group By

Buffix release

16 Jun 17:01
Compare
Choose a tag to compare

Fixing detection of constants when they are used as columns.

Bug fix release

13 Jun 17:50
Compare
Choose a tag to compare
Merge pull request #26 from cbalda/fixTwoParameters

Fix two parameters

Improving error handling

28 Apr 14:37
Compare
Choose a tag to compare
v1.1.3

Closes thecodingmachine/database.tdbm#88