Query builder escaping periods when using TableName.Column |
I'm sorry. It was actually completely my bad, and the problem was somewhere else in the query. The error message said "Field name unkown" and showed me the part of the query where the field names got escaped to "`Table`.`Field`", so I just assumed that MySQL does not accept such a format - Although the error was somewhere else.
I'm really sorry for uselessly taking your time like this. Still, thanks for the replies! |
Messages In This Thread |
Query builder escaping periods when using TableName.Column - by Call-Me-Captain - 07-31-2016, 12:41 PM
RE: Query builder escaping periods when using TableName.Column - by InsiteFX - 07-31-2016, 05:38 PM
RE: Query builder escaping periods when using TableName.Column - by Narf - 07-31-2016, 11:44 PM
RE: Query builder escaping periods when using TableName.Column - by Call-Me-Captain - 08-03-2016, 10:37 AM
RE: Query builder escaping periods when using TableName.Column - by InsiteFX - 08-03-2016, 05:32 PM
|