vrana/notorm

Can't insert if colName system word

Closed this issue · 1 comments

Can't INSERT if colName system word like desc or order
Need place column name in ` (backtick)

This is actually a feature. NotORM doesn't escape identifiers as there's no method in PDO to escape them and some places accept expressions and not just identifiers.