Closed neilfernandez closed 9 months ago
Tested at https://krisrice.io/quick-sql-standalone.html:
`-- create tables
create table dept ( id number generated by default on null as identity constraint dept_id_pk primary key );
-- Generated by Quick SQL 1.2.1 2/13/2024, 3:21:37 PM `
QuickSQL input:
The commented section in the output DDL has the following:
After
-- Generated by Quick SQL
it should have the QuickSQL version instead ofundefined