Skip to content

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

@tcaruth

Description

@tcaruth

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions