Skip to content

Releases: synatic/noql

v1.1.0

10 Jan 15:18
223b788
Compare
Choose a tag to compare

The node-sql-parser library was quite a bit behind and contained a bunch of fixes for issues in parsing sql statements. Most notably with postgresql column and table names wrapped with either a double or single quote. Upgrading this allows us to fix a bunch of downstream bugs that were caused by incorrect parsing.

The library now supports NOT LIKE statements in both the query and where clause.
The library now allows you to use the CURRENT_DATE() function in either the where or query clause.

v1.0.7

16 Dec 14:33
46af1d0
Compare
Choose a tag to compare
Merge pull request #81 from synatic/develop

Bugfix for issue with literals in queries.

v1.0.6

30 Nov 06:51
Compare
Choose a tag to compare

Fixes a bug with the parser when using aliases.

v1.0.5

11 Jul 09:26
c569208
Compare
Choose a tag to compare

Fixes the issue where the on clause of a join statement depended on the correct ordering of the statement.

v1.0.4

07 Jul 13:22
b002007
Compare
Choose a tag to compare

Fixes an issue when joining onto a select statement

v1.0.3

04 Jul 12:34
Compare
Choose a tag to compare

Fixing the join order in the $lookup when there are more than one joins on different tables

v1.0.2

01 Jul 15:00
80459c8
Compare
Choose a tag to compare
Merge pull request #67 from synatic/develop

Adding unwind support to left joins

v1.0.1

23 Jun 15:31
Compare
Choose a tag to compare

Adding missing function from public interface

V1.0.0

22 Jun 14:11
Compare
Choose a tag to compare

What's Changed

  • Contains all the various changes and enhancements to the library for this phase. by @eXigentCoder in #64

Full Changelog: v0.0.5...v1.0.0

Support for n-level queries, unset, union + union all, count in query, subquery syntax, unwind as $$root, select * with a computed field, web build, library upgrades, multipart binary expressions.

v0.0.4

10 Dec 13:08
38c8f59
Compare
Choose a tag to compare

Added automatic type conversion on literal where clauses
Updated readme
Updated tests