Welcome Guest, Not a member yet? Register   Sign In
has query escaping problem been fixed in 1.7?
#4

[eluser]Phil Sturgeon[/eluser]
Well the AR is not meant as a standard SQL implementation, it is a new way of doing things based on SQL. Mixing AR and pure SQL will always cause you issues, more-so now that in the past as the dev team get stricter on what is allowed in the AR functions.

It makes sense really. If you want to do a simple query, use AR. If you want sub-queries, unions, boolen searches, etc, use pure SQL with query().


Messages In This Thread
has query escaping problem been fixed in 1.7? - by El Forum - 01-08-2009, 05:32 AM
has query escaping problem been fixed in 1.7? - by El Forum - 01-08-2009, 06:05 AM
has query escaping problem been fixed in 1.7? - by El Forum - 01-09-2009, 12:32 AM
has query escaping problem been fixed in 1.7? - by El Forum - 01-09-2009, 04:41 AM
has query escaping problem been fixed in 1.7? - by El Forum - 01-09-2009, 06:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB