« Previous | Next » 

Revision 27488

Added by Vicente Caballero about 15 years ago

Single quotes are escaped in GDBMs by doubling them (for example ' is escaped as ''). However, escaped quotes are parsed correctly, but they are evaluated incorrectly. They should be evaluated as single quotes, so we convert each doubled quote to a unique quote.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences