Opened 16 years ago

Last modified 16 years ago

#2220 closed defect

Non standard constant string processing in OGR SQL — at Version 2

Reported by: trastourf Owned by: Mateusz Łoskot
Priority: normal Milestone: 1.5.3
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: sql
Cc: warmerdam, tamas

Description (last modified by Mateusz Łoskot)

Sql ogr implementation is not standard about string constant processing : it doesn't support ” ( two quotes ) escape ùethod for specifying a quote in a quoted string.

In addition a string is closed by a quote (') or a double quote (") independently of the the character used to open it.

This means that :

"toto'titi"

is interpreted as toto, not toto'titi. and

'toto''titi'

is interpreted as toto, not toto'titi.

Change History (2)

comment:1 by warmerdam, 16 years ago

Cc: warmerdam tamas added
Keywords: sql added
Milestone: 1.5.2
Owner: changed from warmerdam to Mateusz Łoskot

Matuesz,

To address when you are back under contract.

comment:2 by Mateusz Łoskot, 16 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.