rewrote autoinc fetcher as a query into the pg_catalog. all the old tests pass now...
authorRobert Buels <rmb32@cornell.edu>
Fri, 4 Sep 2009 00:20:32 +0000 (00:20 +0000)
committerRobert Buels <rmb32@cornell.edu>
Fri, 4 Sep 2009 00:20:32 +0000 (00:20 +0000)
commit5e14a204918abb9edea2b21c2313a30ca72d8020
tree7b3f21f79cfce68b12b54254ddc60e1c7081e4b2
parent93a6e8fa6d117fa0a71e2dd1a9449fd0616c4117
rewrote autoinc fetcher as a query into the pg_catalog.  all the old tests pass now, but not my new tests.  the new tests might be buggy
lib/DBIx/Class/Storage/DBI/Pg.pm