Added a better quote; quit putting FKs at field level (only at table); fixed
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / PostgreSQL.pm
2003-06-06 Ken Youens-Clark Added a better quote; quit putting FKs at field level...
2003-05-03 Ken Youens-Clark "size" of a field needs to be an arrayref as it could...
2003-05-03 Ken Youens-Clark Using some of the rules from the PG grammar to make...
2003-04-17 Allen Day adding callbacks to Translator.pm to allow mangling...
2003-04-17 Allen Day workaround to get auto_increment working from PG "seria...
2003-04-02 Ken Youens-Clark Got foreign key references basically working now.
2003-02-26 Ken Youens-Clark Added more rule (alter table) to be able handle Chado...
2003-02-25 Ken Youens-Clark Deleted "index" rules, allowed fore and aft comments...
2003-02-25 Ken Youens-Clark Added production to field rule to handle embedded comments.
2003-02-25 Ken Youens-Clark Added some documentation to PG and MySQL; the "eofile...
2003-02-25 Ken Youens-Clark A working PG parser!
2003-02-25 Allen Day i forget what i did, but i found more bugs. we need...
2003-02-25 Allen Day BUG. the parser cannot handle 'precision' as a qualifi...
2003-02-25 Allen Day added a serial->int auto_increment fix, a varchar-...
2003-02-21 Allen Day moving files around per ky's request