Lazy-load as many of the non-essential modules as possible
[dbsrgits/DBIx-Class.git] / Changes
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-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
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-12-01 Peter Rabbitson Fix the DBI-destroy-warning silencer
2010-11-27 Arthur Axel 'fREW... refactor DBIx::Class::Storage::Statistics::debugfh...
2010-11-24 Rafael Kitover Quote table name when inserting DEFAULT VALUES
2010-11-18 Peter Rabbitson Always run the META.yml check
2010-11-18 Peter Rabbitson Backout inconsistent changes to +columns handling
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Fix a forgotten nested try::tiny usage
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-11-10 Peter Rabbitson Add Storable freeze/thaw hooks to ResultSet to detach...
2010-11-10 Peter Rabbitson Switch all Storable serialization calls from freeze...
2010-11-10 Peter Rabbitson Fix regressions in IC::DT registration logic
2010-11-10 Peter Rabbitson Fix datetime dependency in t/60core.t (RT62635)
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-11-10 Peter Rabbitson Die on search in void context
2010-11-10 Peter Rabbitson Refactor insert logic (Row should not handle SQLA options)
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Alexander Hartmaier More robust Oracle autoinc pk sequence detection
2010-11-10 Arthur Axel 'fREW... Don't quote NULL for debug output
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-28 Arthur Axel 'fREW... Changes for 0.08124
2010-10-27 Arthur Axel 'fREW... add changes from last few commits
2010-10-27 Peter Rabbitson Fix load_namespaces fail when classes tinker with $_
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-27 Peter Rabbitson Add undocumented ability to disable the join optimizer
2010-10-26 Arthur Axel 'fREW... release 0.08123_02
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-23 Peter Rabbitson -ident implementation
2010-10-16 Peter Rabbitson Fix find() with an explicit constraint name (... {...
2010-10-16 Peter Rabbitson Remove support for find( col1 => $val1, col2 => $val2...
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-10 Peter Rabbitson Entire test suite passes under DBIC_TRACE=1
2010-10-06 Arthur Axel 'fREW... feature doc map
2010-10-04 Peter Rabbitson Make Data::Page total count evaluation lazy
2010-10-04 Peter Rabbitson Fix compose_namespace rsrc leaks, introduce a badass...
2010-10-04 Peter Rabbitson Changes/author for a1e1a51
2010-10-04 wreis Extend proxy rel attr
2010-09-21 Peter Rabbitson Fix RT61503 (bump DateTime::Format::Pg dep)
next