Ticket #883 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.