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

Update default `db` setting to be 19c or 23c #59

Closed neilfernandez closed 6 months ago

neilfernandez commented 6 months ago

Currently in the documentation it states that the default db value is 21c. I do not know if that truly is the default or not, but if it is then please update it 19c and update the docs as well:

https://github.com/oracle/quicksql/blob/main/doc/user/quick-sql-grammar.md#db

19c is LTR as well as 23c is LTR, 21c is innovation release.

I am open to 23c being the default if we decide to go that route. Just not 21c.

neilfernandez commented 6 months ago

Resolved by #56