Vadim Tropashko
Vadim Tropashko
The blob issue has been already reported as #65
Could you please provide an example where more than one trigger is generated for the same table? In current JS implementation trigger functionality is aggregated under` table_name_bui,` e.g. ``` dept...
Miguel, I have read some stackoverflow arguments in favor of having package-lock in version control system, but still don't quite understand it. (This particular PR advocates is an argument why...
Wouldn't [/values](https://github.com/oracle/quicksql/blob/8be42f72c331b9674cfab4421b71fe31c90f5d99/test/apex/project_management.quicksql#L10) directive fit the purpose?
Why tables have to be ordered? Here is [the test](https://github.com/oracle/quicksql/blob/main/test/order.sql): ``` SQL> create table abc_emp ( 2 id number generated by default on null as identity 3 constraint abc_emp_id_pk primary...