Welcome Guest, Not a member yet? Register   Sign In
MSSQL
#1

[eluser]polaris1927[/eluser]
i have noted that in version 1.6.1 the mssql_driver module substitues single quote marks with double quotes after the FROM statement. For example:

Code:
$query = $this->db->get('business_names');


will generate a query string like this:
Code:
SELECT * FROM business_names
--- vesion 1.6.0

However the same code will generate the following:

Code:
SELECT * FROM "business_names"
--- version 1.6.1

I know what the issue is but cannot track it down inside the relevant modules.

Has anyone noticed this error and found a workaround?

Thanks.
JG


Messages In This Thread
MSSQL - by El Forum - 03-08-2008, 03:21 PM
MSSQL - by El Forum - 03-08-2008, 05:16 PM
MSSQL - by El Forum - 03-13-2008, 09:40 AM
MSSQL - by El Forum - 03-13-2008, 12:18 PM
MSSQL - by El Forum - 03-13-2008, 01:22 PM
MSSQL - by El Forum - 03-13-2008, 01:53 PM
MSSQL - by El Forum - 03-13-2008, 06:22 PM
MSSQL - by El Forum - 03-13-2008, 06:48 PM
MSSQL - by El Forum - 03-13-2008, 07:01 PM
MSSQL - by El Forum - 08-19-2008, 09:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB