oracle / quicksql

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

Audit columns table directives only work with no space, contrary to the documentation #31

Closed tcaruth closed 9 months ago

tcaruth commented 11 months ago
Documentation states: Directive Description
/auditcols, /audit cols, /audit columns Automatically adds an UPDATED, UPDATED_BY, INSERTED, and INSERTED_BY columns and the trigger logic to set column values.

I'm unable to get /audit cols or /audit columns to work correctly in version 1.15, only /auditcols is working.

My example quick sql:

departments /audit cols
    name 
    employees /auditcols
        name /nn vc50
    another table /auditcols
        name

Tested at https://krisrice.io/quick-sql-standalone.html

vadim-tropashko commented 9 months ago

1.2.1