Fixed 'useless use of constant in void context' warning.
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / PostgreSQL.pm
2004-02-04 Darren Chamberlain Fixed 'useless use of constant in void context' warning.
2003-12-17 Ken Youens-Clark Minor changes.
2003-12-10 Ken Youens-Clark Added more rules to handle all variations of the "ALTER...
2003-11-21 Ken Youens-Clark Initializing variable to suppress silly warnings.
2003-11-17 Allen Day adding COMMENT processing to Pg parser
2003-08-21 Ken Youens-Clark Some cosmetic changes, some stuff dealing with check...
2003-08-21 Ken Youens-Clark Changed the default sizes to be the width of the field...
2003-08-20 Ken Youens-Clark Created a separate rule for "text" datatype and set...
2003-08-20 Ken Youens-Clark Fixed bug where the "is_auto_increment" flag wasn't...
2003-08-17 Ross Smith II Lots of Postgres fixes:
2003-08-15 Ken Youens-Clark Expanded default value rule to allow a bare word like...
2003-08-15 Ken Youens-Clark Changed default value rule slightly to allow the empty...
2003-08-12 Ken Youens-Clark Changes to make case-insensitive rules, fixed spelling...
2003-08-07 Ken Youens-Clark Fixing bugs as reported by S. Quinney in RT ticket.
2003-08-04 Ken Youens-Clark Applying (spirit of) patch from RT making keyword ...
2003-07-11 Ken Youens-Clark Made "pg_data_type" rules case-insensitive per a patch...
2003-06-25 Ken Youens-Clark Added "()" to character class of "default_val" rule...
2003-06-23 Ken Youens-Clark Fixed grammar for REVOKE and GRANT (missing word "table").
2003-06-17 Ken Youens-Clark Added INSERT and UPDATE placeholders to get parser...
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-09 Ken Youens-Clark Added rule to catch a default value given just as ...
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