Project

General

Profile

« Previous | Next » 

Revision 6420

lib/PostgreSQL-MySQL.csv: Statements ending in ";": When matching any character, use .*? (with the (?s) flag) instead of [^;]* in order to allow embedded ; to be matched. This fixes a bug where a CREATE VIEW statement was not removed because it contained an embedded ; .

  • added
  • modified
  • copied
  • renamed
  • deleted