Open
Description
Because all table columns are added as closure properties, certain column names are incompatible with node-sql due to conflicting property names (table and alias, for example).
Initially, I thought that turning the columns list into an object to be used like the column name closure properties are would work, but then that would break the interface.
So, maybe making all of the non-column name attributes start with a "_" or something would work better?
I haven't pulled my sleeves up and really dug into the code yet, so I'm not sure what change would solve this with the least amount of "gotchas."
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels