refining the parser, but it still doesn't do everything it should:
authorScott Cain <scott@scottcain.net>
Fri, 7 Oct 2005 16:26:41 +0000 (16:26 +0000)
committerScott Cain <scott@scottcain.net>
Fri, 7 Oct 2005 16:26:41 +0000 (16:26 +0000)
commit31f10179f8660d0482fe85b49f9b3ca9bcf542cd
treeab3dc62ffd2edbf5e4e1001603960cc3dd4d3cb9
parentd2522b193d9230365fafedba2e52d4f75609a9b7
refining the parser, but it still doesn't do everything it should:

- the column order number doesn't make much sense to me--is that number global to the file, or supposed to be relative to the table?

- the data_type and size aren't getting set; perhaps I need to do a mapping of the text output of the query to internal variables?

- is_unique never gets set for any column (because I don't explicitly set it), but the unique indexes and the columns they are over are set correctly.  Is that a problem?  Also, is the is_unique flag only for the simple case for where the column by it self is unique or is it also used for compound unique indexes?
lib/SQL/Translator/Parser/DBI/PostgreSQL.pm