Fix stupid oversight in update_all
[dbsrgits/DBIx-Class.git] / Changes
2011-06-07 Peter Rabbitson Fix stupid oversight in update_all
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-06-04 Pedro Melo Revert "Fix incorrect default sqlt_deploy_hook signatur...
2011-05-31 Florian Ragwitz Allow changing attributes on schema cloning
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-05-10 Arthur Axel 'fREW... Release 0.08192 v0.08192
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-05-03 Arthur Axel 'fREW... Release 0.08191 v0.08191
2011-05-02 Arthur Axel 'fREW... Release 0.08190_01
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-05-02 Peter Rabbitson Channel all DBIHacks methods to the replicated writer
2011-05-02 Peter Rabbitson Revert incorrect assumption about non-functional cached...
2011-05-02 Peter Rabbitson Fix incorrect default sqlt_deploy_hook signature
2011-04-29 Rafael Kitover savepoints for SQLite
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-22 Peter Rabbitson Fix custom-relationships on resultsources with multilev...
2011-04-22 Peter Rabbitson Fix stupid optimizer bug with has_many joined over...
2011-04-21 Peter Rabbitson Drop DBI requirement down to 1.57
2011-04-19 Alexander Kuznetsov Fix $rs->next when using HRI with right-join-side data...
2011-04-16 Rafael Kitover handle BLOB and CLOB columns in WHERE for Oracle
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-04-12 Arthur Axel 'fREW... Fix complex limits with subqueries in selectors
2011-04-11 Rafael Kitover support for DBD::Firebird
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-04-09 Rafael Kitover Refactor/improve support of DBD::Sybase compiled agains...
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-04-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-04-01 Peter Rabbitson Fix (and test) quoting with the older style of WhereJoi...
2011-03-31 Arthur Axel 'fREW... fix from => $rs->as_query
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
2011-03-22 Peter Rabbitson Fixup SQLA monkeypatch in anticipation of new SQLA...
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-03-11 Jason Mills Fix 'exit via next' warning from DBIx::Class::ResultSou...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-24 Peter Rabbitson Fix rev_rel_info on prototype sources
2011-02-22 milki Patch to schema->deploy against a file
2011-02-21 Rafael Kitover Display a warning when an ODBC or ADO subclass is not...
2011-02-21 Rafael Kitover Multiple code/test/doc improvements for MSSQL over...
2011-02-03 Peter Rabbitson Better exception when things get really really bad...
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-25 Peter Rabbitson Fix broken select/group bind in Oracle (after 0542ec57...
2011-01-25 Peter Rabbitson Disable default mysql_auto_reconnect for MySQL
2011-01-25 Peter Rabbitson Release 0.08190 v0.08190
2011-01-19 Alexander Hartmaier Release 0.08127 v0.08127
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
2011-01-19 Peter Rabbitson Rewrap Changes before 0.08127
2011-01-19 Alexander Hartmaier Fix deploy and relationship traversal on partial schemas
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Start calling result_source_instance automatically...
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2011-01-19 Peter Rabbitson Fix stupid stupid ommission RT#64839
2011-01-19 Maik Hentsche Cleaner error message for using source() without requir...
2011-01-14 Alexander Hartmaier Release 0.08126_01
2011-01-14 Peter Rabbitson New namespace::clean to resolve the Package::Stash...
2011-01-14 Peter Rabbitson Reduce to a warning the commit-without-apparent-begin...
2011-01-14 Peter Rabbitson Reduce to a warning the find-with-NULL-key exception...
2011-01-13 Peter Rabbitson Fix for => 'shared' on MySQL (RT#64590)
2011-01-13 Peter Rabbitson Fix RT#64500
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
2011-01-11 Rafael Kitover remove warning about trying to delete open file in...
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-28 Justin Hunter Release 0.08126 v0.08126
2010-12-28 Peter Rabbitson Stop running on smokers with a screwed up Package:...
2010-12-28 Peter Rabbitson Fix a deadlock-prone test
2010-12-28 Peter Rabbitson Stop t/storage/error from failing on memory-leaking...
2010-12-28 Peter Rabbitson Fix Class::Accessor::Grouped and Hash::Merge dependencies
2010-12-27 Arthur Axel 'fREW... Release 0.08125 v0.08125
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Deprecate DBIx::Class::Serialize::Storable (all functio...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-27 Peter Rabbitson Reduce warnings introduced in 450e6dbf to one per callsite
2010-12-27 Rafael Kitover Improve fallback-to-master/return-to-slave reporting...
2010-12-23 Peter Rabbitson Deprecate -nest with strong prejudice
2010-12-23 Peter Rabbitson Fix no-quoting assumptions in 'having' docs (RT#64129)
2010-12-23 Alexander Hartmaier added RDBMS optional dependency groups for use by DBIC...
2010-12-23 Gordon Irving Add missing attributes to Admin.pm (referenced in dbica...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
next