Ticket #883 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

Identifier quoting does not work correctly with MS SQL

Reported by: zomg Owned by: zYne-
Priority: minor Milestone: 0.11.0
Component: Query/Hydration Version: 0.10.0
Severity: Keywords: mssql
Cc: Has Test:
Status: Has Patch:

Description

Column names are incorrectly quoted when identifier quoting is enabled with the mssql adapter.

For example, t.foo will get quoted as [t.foo] when it should be [t].[foo]

Attached patch provides correct behavior.

Attachments

Mssql.php.patch (0.7 KB) - added by zomg 16 months ago.
Patch for Doctrine/Connection/Mssql.php

Change History

Changed 16 months ago by zomg

Patch for Doctrine/Connection/Mssql.php

Changed 16 months ago by romanb

  • status changed from new to closed
  • resolution set to fixed

(In [4050]) Fixed #883

Note: See TracTickets for help on using tickets.