Project

General

Profile

« Previous | Next » 

Revision 1110

PostgreSQL-MySQL.csv: Fixed custom types translation to match shorter type names

View differences:

PostgreSQL-MySQL.csv
25 25
" with time zone\b",,
26 26
"fulltext","\g<0>__",
27 27
"\btimestamp\b(?: with time zone\b)?(?! NOT NULL\b)","\g<0> NULL",
28
"^( *\w+ )\w{11,}(?=\b[^;]*^\);)","\1text","custom types"
28
"^( *\w+ )(?!timestamp\b)\w{7,}(?=\b[^;]*^\);)","\1text","custom types"

Also available in: Unified diff