Welcome Guest, Not a member yet? Register   Sign In
Query Builder Protect Identifiers Disable
#4

(07-20-2015, 06:10 AM)zepernick Wrote: On another note, I think I ran across another bug in the query builder.  I can file a bug report for it, assuming I am not using the query builder wrong...

In my "From" clause, I am specifying a table alias that is get identifiers put around the alias.  I was trying to go down the road of passing FALSE to each method, but it does not look like the from() has that option.



Code:
from('mytable m');


ends up producing



Code:
FROM `mytable` `m`

I don't see how that's a bug ... it's the intended behavior.
Reply


Messages In This Thread
RE: Query Builder Protect Identifiers Disable - by Narf - 07-20-2015, 06:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB