Closed this issue 10 years ago · 1 comments
Can't INSERT if colName system word like desc or order Need place column name in ` (backtick)
desc
order
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.