Skip to content

Commit 8644e5e

Browse files
committed
v.1.2.0 contd,
* DialectRef.parse can also catch and accept an already passed referennce and return it, in case a ref is already given
1 parent 9358a06 commit 8644e5e

5 files changed

Lines changed: 470 additions & 461 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ dialect.dropTpl('prepared_query');
360360
* add support for subqueries [DONE]
361361
* allow general subqueries both as conditions in WHERE clauses ( eg IN ([SUBQUERY]) ) and/or as custom dynamic columns and tables (with aliases) ( eg SELECT column FROM ([SUBQUERY]) AS table) [DONE]
362362
* optimise and generalise grammar-templates abit, use only one (conditional) grammar template for all sql clauses for speed [DONE]
363-
* add full support for other sql vendors (e.g `Oracle`, 'DB2', .. )
363+
* add support for other sql vendors (e.g `Oracle`, `DB2`, .. )
364364

365365

366366

0 commit comments

Comments
 (0)