Added an 'alter sequence' line to the parser grammer which will simply skip over...
authorAsh Berlin <ash_github@firemirror.com>
Sat, 12 Jan 2008 13:42:42 +0000 (13:42 +0000)
committerAsh Berlin <ash_github@firemirror.com>
Sat, 12 Jan 2008 13:42:42 +0000 (13:42 +0000)
commitcc74bcccd69c02f9639930e6191d5ce185368961
tree8b6b8e092a5b3f10dba52908a5cd1397aaa2f19f
parent929ef2654458a8895cfe678530592e12b5f78ad7
Added an 'alter sequence' line to the parser grammer which will simply skip over an alter sequence statement.
Added a select section to the parser.  This is to handle function calls that
may affect the tables during creation.

Added the setval function.  Unfortunately, nothing is being done with this
because the parser doesn't seem to handle sequences.

Skipping all COPY commands because they are not needed for schema creation.

Added a line each for revoking and granting permissions for a schema.  This
doesn't actually do anything with that information.

Applied patch submitted by Nathan Gray

Removes periods in an index/constraint name caused by schema.tablename being appended to the name.

Strips a schema from the table name during index/constraint creation because a schema-qualified table name is not allowed.
r12687@metis (orig r1322):  mwz444 | 2007-12-18 16:20:28 +0000
r12747@metis (orig r1323):  mwz444 | 2007-12-20 15:48:09 +0000
r12797@metis (orig r1326):  mwz444 | 2007-12-20 20:07:22 +0000
lib/SQL/Translator/Parser/PostgreSQL.pm
lib/SQL/Translator/Producer/SQLite.pm