Refactor the version handling
[dbsrgits/DBIx-Class.git] / t / 72pg.t
2010-04-08 Peter Rabbitson Refactor the version handling
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-24 Rafael Kitover Pg version check for can_insert_returning
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-10-21 Robert Buels more coverage in Pg sequence-discovery tests. i think...
2009-10-21 Robert Buels more pg unqualified schema tests, which expose a gap...
2009-09-06 Peter Rabbitson No connection - no cleanup
2009-09-04 Robert Buels moved search_path querying function from Pg storage...
2009-09-04 Peter Rabbitson Fixes to pg test after review:
2009-09-04 Peter Rabbitson Proper unconnected test
2009-09-04 Robert Buels fixed my tests
2009-09-04 Robert Buels oops, forgot to put the drop for the extended tests...
2009-09-04 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more work on pg tests
2009-09-03 Robert Buels more work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels starting work on extended set of Pg auto-pk tests
2009-09-03 Robert Buels more pg test cleanup
2009-09-03 Robert Buels more pg test cleanup
2009-09-03 Robert Buels renamed pg test schemas to be more organized
2009-09-02 Robert Buels oops, missed something screwed up by the pull
2009-09-02 Robert Buels more cleanup of pg tests, added cascade to drop functio...
2009-09-02 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-02 Robert Buels more cleanup of 72pg.t
2009-09-02 Robert Buels some reorganization and cleanup of pg-specific tests
2009-09-02 Peter Rabbitson Make pg sequence autodetect deterministic (or throw...
2009-09-02 Peter Rabbitson Streamline pg test-schemas cleanup
2009-09-01 Peter Rabbitson Rewrap todo properly
2009-09-01 Robert Buels tweak to Pg test, warnings_like -> warnings_exist
2009-09-01 Robert Buels reworked tests for pg last_insert_id in presence of...
2009-08-26 Peter Rabbitson Clarify
2009-08-26 Peter Rabbitson Make sure sqlt_type gets called after determining driver
2009-08-18 Peter Rabbitson Un-plan test and fix authorship
2009-08-17 Robert Buels added more tests for multi-schema support in 72pg.t
2009-08-10 Robert Buels added test for empty table before non-schema-qualified...
2009-08-06 Robert Buels failing (crashing, really) test for this strange pg...
2009-07-03 Peter Rabbitson Ask for newer DBD::Pg in author mode, suggest the newer...
2009-05-19 Peter Rabbitson Make sure pg test can restart after half-way failures
2009-04-28 Peter Rabbitson Fix a todo and some minor test adjustments
2009-04-24 Peter Rabbitson Cosmetic change
2009-04-24 Moritz Onken cleanup 72pg.t
2009-04-24 Moritz Onken patch for DBI.pm so store_column is called only once...
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-20 Matt S Trout revert previous revision
2009-02-17 Norbert Buchmuller * Fixed to make it work with [colname => value] bind...
2009-01-29 Peter Rabbitson A pass is not strictly necessary for a test connection
2008-11-25 Norbert Buchmuller * Fixed the number of tests skipped in a SKIP block.
2008-11-25 Norbert Buchmuller * Fixed the test plan in 72pg.t.
2008-11-25 Norbert Buchmuller * Added a test for arrayref bind values in search...
2008-11-25 Norbert Buchmuller * Made PostgreSQL array tests SKIP if SQLA version...
2008-11-21 Norbert Buchmuller * Added tests for passing arrayrefs as bind values...
2008-10-12 Peter Rabbitson Fix omission in pg test
2008-09-21 Peter Rabbitson Accomodate postgres being really load on CREATE
2008-03-25 Anders Nor Berle Back all savepoint tests out of (mysql|pg).t
2008-03-25 Anders Nor Berle Various fun things.
2008-03-24 Anders Nor Berle Initial commit of auto_savepoint + some fixes
2007-11-07 Johannes Plunien fixed sequence auto nextval tests
2007-09-29 Wallace Reis select for patch from justin
2007-07-16 Matt S Trout fixup for datetime parser from Matt Lawrence (mattlaw)
2007-05-29 Brandon L. Black converted the vendor tests to use schema objects intead...
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-09-12 Brandon L. Black column_info_from_storage(1) is cleaner anyways
2006-06-29 Brandon L. Black turn off automatic columns_info_for by default. Can...
2006-05-26 Matt S Trout hopefully fixup pg tests (thanks to zby, all bugs mine)
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...