Skip to content

Releases: thecodingmachine/magic-query

v2.0.0-beta.2

08 Jun 14:58
37cf04d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v1.5.2

01 Mar 17:37
677c031
Compare
Choose a tag to compare

What's Changed

  • Add support for UNION ALL and UNION DISTINCT by @Zheness in #89

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

23 May 22:17
5107ebf
Compare
Choose a tag to compare

What's Changed

  • Adding ORDER support for UNION queries by @mhtghn in #86

New Contributors

Full Changelog: v1.5.0...v1.5.1

v2.0.0-beta.1

12 Jan 11:10
Compare
Choose a tag to compare
update to schema-analyser 2.0 +

v1.5.0

23 Sep 12:50
7efa677
Compare
Choose a tag to compare

Bugfix:

Miscellaneous:

v1.4.6

03 Aug 21:51
d4940bd
Compare
Choose a tag to compare

Bugfix:

  • #72 Fixing subquery aliases syntax for Oracle DBMS (@moufmouf)

v1.4.5

03 Aug 20:56
fda2a02
Compare
Choose a tag to compare

Bugfix:

  • #71 Fixing table aliases syntax for Oracle DBMS (@moufmouf)

v1.4.4

24 Jul 14:22
79e9211
Compare
Choose a tag to compare

Bugfix:

v1.4.3

22 Jul 08:53
3de7b7c
Compare
Choose a tag to compare

Bugfix

  • #69 Fixing an issue if there are no aliases in subqueries (@moufmouf)

v1.4.2

20 Jul 16:54
1294fd8
Compare
Choose a tag to compare

BUGFIX:

  • Fix ORA-00920 when using IN with empty array: field IN []
    • Previously rewritten to FALSE
    • Now rewrites to 0 <> 0