dbsrgits/DBIx-Class.git
2009-09-17 Peter Rabbitson Fix left-join chaining
2009-09-15 Robert Buels another doc clarification regarding auto-inc columns...
2009-09-15 Robert Buels doc patch, clarified warning about using find_or_create...
2009-09-15 Peter Rabbitson Warn when distinct is used with group_by
2009-09-14 Peter Rabbitson Someone claimed this is a problem...
2009-09-12 Peter Rabbitson Even better localization of $@, and don't use Test...
2009-09-11 Peter Rabbitson Final scopeguard tweak (?)
2009-09-11 Bruno Vecchi Added Bruno Vecchi to the Contributors section in DBIx...
2009-09-11 Bruno Vecchi Update DBIx::Class::Manual::Example.pod to reflect...
2009-09-11 Peter Rabbitson scopeguard almost done
2009-09-11 Peter Rabbitson Fix borked example
2009-09-11 Peter Rabbitson This is how the txnguard should really work
2009-09-11 Peter Rabbitson Add single() ro RSC
2009-09-11 Peter Rabbitson Reverting dev.catalyst.perl.org/svnweb/bast/revision...
2009-09-11 Peter Rabbitson Extend prefetch tests
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
2009-09-11 Peter Rabbitson Fix borked makefile
2009-09-11 Peter Rabbitson Changes so far
2009-09-11 Matt S Trout make it clear that we are not supposed to have optional...
2009-09-10 Peter Rabbitson The real fix
2009-09-10 Aran Deltac Fix RSC->reset() to no longer return $self, which fixes...
2009-09-10 Moritz Onken added test to make sure that store_column is called...
2009-09-09 Peter Rabbitson Really sanify exception text
2009-09-09 Peter Rabbitson Fix warning
2009-09-08 Arthur Axel... Turn IDENTITY_INSERT back off after inserts
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-09-07 Peter Rabbitson Whoops - last_insert_id allows for multiple autoinc...
2009-09-07 Wallace Reis improved warn for Storable hooks in ResultSourceHandle
2009-09-07 Peter Rabbitson Release 0.08111 v0.08111
2009-09-06 Peter Rabbitson Fix mssql pod
2009-09-06 Peter Rabbitson Clearer MSSQL error message
2009-09-06 Peter Rabbitson Centralize identity insert control for mssql (it seems...
2009-09-06 Peter Rabbitson Stop eating exceptions in ::Storage::DBI::DESTROY
2009-09-06 Peter Rabbitson Release 0.08110
2009-09-06 Peter Rabbitson Done long time ago
2009-09-06 Peter Rabbitson Test cleanup:
2009-09-06 Peter Rabbitson Streamline test
2009-09-06 Peter Rabbitson No connection - no cleanup
2009-09-06 Peter Rabbitson Add mysterious exception test
2009-09-04 Peter Rabbitson Changes
2009-09-04 Peter Rabbitson No Serialize::Storable in core
2009-09-04 Peter Rabbitson Stop double-caching datetime_parser - keep it in the...
2009-09-04 Peter Rabbitson Merge 'pg_unqualified_schema' into 'trunk'
2009-09-04 Robert Buels oops, DBD::Pg 2.15.1 should be included in working...
2009-09-04 Robert Buels tweaked comment
2009-09-04 Robert Buels added code to use DBD::Pg column_info to fetch column...
2009-09-04 Robert Buels added big block comment explaining Pg sequence discover...
2009-09-04 Robert Buels tweaked pg sequence discovery error message a bit more
2009-09-04 Robert Buels refactored how Pg storage driver calls sequence search...
2009-09-04 Robert Buels moved search_path querying function from Pg storage...
2009-09-04 Peter Rabbitson Even better sqla
2009-09-04 Peter Rabbitson Dumper follies
2009-09-04 Peter Rabbitson Rewrite selector using sqla
2009-09-04 Peter Rabbitson Fixes to pg test after review:
2009-09-04 Peter Rabbitson Require sqla with bool support
2009-09-04 Peter Rabbitson Proper unconnected test
2009-09-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-09-04 Peter Rabbitson Stop connecting to determine dt-parser (test is in...
2009-09-04 Robert Buels clarified the POD in Pg storage driver regarding multi...
2009-09-04 Robert Buels fixed my tests
2009-09-04 Robert Buels couple of comment/documentation tweaks to pg storage...
2009-09-04 Robert Buels oops, forgot to put the drop for the extended tests...
2009-09-04 Robert Buels rewrote autoinc fetcher as a query into the pg_catalog...
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 added darcs and git to MANIFEST.SKIP version control...
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-03 Robert Buels added __END__ before pod in Pg storage
2009-09-03 Peter Rabbitson Merge 'cookbook_fixes' into 'trunk'
2009-09-03 Matt S Trout get the COPYRIGHT in the right pless to not confuse...
2009-09-03 Peter Rabbitson Consolidate _verify_pid calls
2009-09-03 Peter Rabbitson Add podcoverage skip
2009-09-03 Peter Rabbitson Make sure mysql is fixed
2009-09-03 Peter Rabbitson Storable is now in Core
2009-09-03 Peter Rabbitson Storable sanification
2009-09-03 Peter Rabbitson POD lists the storable hooks, but does no load them
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 Robert Buels POD patch, corrected erroneous usage of dbh_do in Stora...
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 Mysql v3 support (ick)
2009-09-02 Peter Rabbitson No fancy methods for the default_jointype, as we don...
2009-09-02 Peter Rabbitson Invoke default_join_type only on undefined types
2009-09-02 Peter Rabbitson First part of mysql insanity
2009-09-02 Peter Rabbitson Some cleanup... don't remember where it came from
2009-09-02 Peter Rabbitson Centralize handling of minimum sqlt version to DBIx...
2009-09-02 Peter Rabbitson Streamline pg test-schemas cleanup
2009-09-01 Norbert Buchmuller Further improvement in the bind value column names...
next