Welcome Guest, Not a member yet? Register   Sign In
Problems with sqlsrv DB driver and CI 3
#4

Something changed in the logic for either _track_aliases() or protect_identifiers() (or both) which made it nearly impossible to use queries in the from clause in CI3. In the end, you'll probably have to convert it to use $this->db->query() instead of query builder.

The $_protect_identifiers property is protected in CI3, so I'm not sure what the "supported" method is for disabling this feature.
Reply


Messages In This Thread
RE: Problems with sqlsrv DB driver and CI 3 - by mwhitney - 05-28-2015, 01:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB