Project

General

Profile

« Previous | Next » 

Revision 5233

lib/PostgreSQL-MySQL.csv: Changed translation of fulltext to quote the identifier instead of appending characters to make it not a reserved word

View differences:

vegbien.my.sql
2034 2034
CREATE TABLE reference (
2035 2035
    reference_id int(11) NOT NULL,
2036 2036
    shortname text,
2037
    fulltext__ text,
2037
    `fulltext` text,
2038 2038
    referencetype text,
2039 2039
    title text,
2040 2040
    titlesuperior text,

Also available in: Unified diff