oracle / quicksql

A library for generating DDL SQL and entity-relationship-diagrams from Quick SQL code
Universal Permissive License v1.0
52 stars 11 forks source link

Issue 23 #24

Closed vadim-tropashko closed 9 months ago

vadim-tropashko commented 10 months ago

Moderate API amendment, while preserving backward compatibility (for now). The newly introduced parsed object contains parse tree, thus avoiding repeating parsing of the same QSQL source. The regression test, which has been amended recently to check the absence of errors in every test case, has improved performance from 800 to 500 ms.