Reverting http://dev.catalyst.perl.org/svnweb/bast/revision?rev=4278 - it seems to...
[dbsrgits/DBIx-Class.git] / lib /
2009-09-11 Peter Rabbitson Extend prefetch tests
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
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-09 Peter Rabbitson Really sanify exception text
2009-09-09 Peter Rabbitson Fix warning
2009-09-08 Arthur Axel "fREW... 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-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 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 Rewrite selector using sqla
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 couple of comment/documentation tweaks to pg storage...
2009-09-04 Robert Buels rewrote autoinc fetcher as a query into the pg_catalog...
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 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 POD patch, corrected erroneous usage of dbh_do in Stora...
2009-09-02 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
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-01 Norbert Buchmuller Further improvement in the bind value column names...
2009-09-01 Norbert Buchmuller Fixed the bind value column names in the SQL literal...
2009-09-01 Norbert Buchmuller Fixed wrong literal SQL + bind examples (missing operat...
2009-09-01 Norbert Buchmuller Added many-to-many add_to_*() example to stress that...
2009-09-01 Norbert Buchmuller Rewrote 'SQL functions on the lhs' to use the new SQLA...
2009-09-01 Norbert Buchmuller Replaced deprecated \'colname DESC' order_by syntax...
2009-09-01 Norbert Buchmuller Added pointer to DBIx::Class::DynamicSubclass.
2009-09-01 Norbert Buchmuller Added a comment to the example code to stress that...
2009-09-01 Norbert Buchmuller Rewrote 'SQL functions on the lhs' to use the new SQLA...
2009-09-01 Norbert Buchmuller Mentions the possibiliby of creating indexes on SQL...
2009-09-01 Norbert Buchmuller Added pointer to 'SQL functions on the lhs' to the...
2009-09-01 Norbert Buchmuller Changed the sample SQL in the Cookbook 'Complex WHERE...
2009-09-01 Arthur Axel "fREW... pod describing strife with MSSQL
2009-09-01 Matt S Trout split copyright and license
2009-09-01 Matt S Trout clearer copyright
2009-09-01 Peter Rabbitson Fix insert_bulk with rebless
2009-09-01 Robert Buels in Pg storage, added a warning for case when the nextva...
2009-09-01 Peter Rabbitson Fix misleading FAQ entry
2009-08-31 Justin Hunter remove . from end of =head links
2009-08-31 Rafael Kitover fix case where repelicant coderef dsn does not connect
2009-08-31 Rafael Kitover make replicant dsn detection a bit nicer
2009-08-31 Rafael Kitover support coderef connect_infos for repicated storage
2009-08-30 Peter Rabbitson Minor cleanup and test enhancement
2009-08-30 Rafael Kitover add dbh_maker option to connect_info hash
2009-08-29 Peter Rabbitson Reduce the number of heavy dbh_do calls
2009-08-29 Rafael Kitover Merge 'autocast' into 'trunk'
2009-08-29 Rafael Kitover rename _map_data_type to _native_data_type
2009-08-29 Peter Rabbitson Make sure arrays work
2009-08-29 Rafael Kitover rename method and add docs
2009-08-28 Peter Rabbitson Warning to spare mst explanations
2009-08-27 Rafael Kitover Merge 'trunk' into 'autocast'
2009-08-26 Arthur Axel "fREW... Remove dead, sketchtowne link
2009-08-26 Peter Rabbitson Make sure sqlt_type gets called after determining driver
2009-08-25 Peter Rabbitson Merge 'grouped_has_many_join' into 'trunk'
2009-08-25 Peter Rabbitson typo
2009-08-25 Peter Rabbitson Actual autocast code
2009-08-25 Peter Rabbitson Switch storage class loading to ensure_class_loaded
2009-08-24 Peter Rabbitson Seems like abraxxa's bug is fixed
2009-08-20 Arthur Axel "fREW... add some basic guards to get rid of warnings
2009-08-20 Stephen Bennett Minor fix to the previous doc patch
2009-08-20 Alexander Hartmaier new branch grouped_has_many_join
2009-08-20 Alexander Hartmaier pod patch for 'Tracing SQL' examples
2009-08-20 Peter Rabbitson Apply pod patch by arthas (slightly modified)
2009-08-20 Peter Rabbitson Fix a weird-ass sqlt invocation in deployment_statements()
2009-08-19 Rob Kinyon Applied doc patch by spb
2009-08-18 Peter Rabbitson Release 0.08109 v0.08109
2009-08-18 Peter Rabbitson Disambiguate POD
2009-08-18 Peter Rabbitson Merge 'pg_unqualified_schema' into 'trunk'
2009-08-18 Peter Rabbitson Un-plan test and fix authorship
2009-08-18 Rafael Kitover minor change
2009-08-18 Rafael Kitover always reconnect in odbc:mssql:connect_call_use_dynamic...
2009-08-17 Robert Buels added POD section about schema support to DBIx::Class...
2009-08-17 Peter Rabbitson examples should be correct
next