Welcome Guest, Not a member yet? Register   Sign In
Issues with complex queries in Query Builder and protected identifiers
#2

(This post was last modified: 05-11-2015, 09:12 AM by CroNiX.)

protect identifiers are not needed unless you are using db/column names with MySQL reserved words, which you shouldn't anyway. Using the tickmarks only lets you use reserved words like 'select table.`order`' since "order" is a MySQL reserved word it would throw an error if it didn't have the ticks. I disable protect identifiers globally and just don't use reserved words Smile I see lots of people calling this "escaping", which it technically isn't.
Reply


Messages In This Thread
RE: Issues with complex queries in Query Builder and protected identifiers - by CroNiX - 05-11-2015, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB