Opened 16 years ago

Last modified 16 years ago

#2220 closed defect

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

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

Description

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

  • 'tototiti' is interpreted as toto, not toto'titi.

Change History (0)

Note: See TracTickets for help on using tickets.