fix and regression test for RT #62642
[dbsrgits/DBIx-Class.git] / lib /
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-29 Arthur Axel 'fREW... fREWFail: Remove IRC topic from DBIx::Class
2010-10-28 Arthur Axel 'fREW... release 0.08124 v0.08124
2010-10-27 Arthur Axel 'fREW... release 0.08123_03
2010-10-27 Amiri Barksdale... View-dep cleanups (really paper overs, code needs a...
2010-10-27 Peter Rabbitson Bring back deleted classes
2010-10-27 Peter Rabbitson Add a fix to cookbook recipe
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-27 Peter Rabbitson Automatically mark the cap. framework methods as unimpl...
2010-10-27 Peter Rabbitson Fail gracefully on Config::Any PROFILE-loading errors
2010-10-26 Arthur Axel 'fREW... bump version for dev users
2010-10-26 Peter Rabbitson $sth->{Active} may throw during destruction >.<
2010-10-26 Peter Rabbitson Extra adjustments of find() documentation and code...
2010-10-26 Peter Rabbitson Extra authordeps
2010-10-26 Peter Rabbitson Patch up weird MRO fail on 5.8 perls
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-23 Peter Rabbitson -ident implementation
2010-10-22 Peter Rabbitson Return a unique list of k/vs from get_inflated_columns
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-10-20 Arthur Axel 'fREW... add SEE ALSO
2010-10-18 Aaron Crane Doc fix: DBIx::Class::Row->discard_changes documented...
2010-10-17 Robert Bohne Fixed test for hierarchical queries with Oracle 8i.
2010-10-17 Peter Rabbitson Extensive updates to find/key related documentation
2010-10-16 Peter Rabbitson Fix find() with an explicit constraint name (... {...
2010-10-16 Peter Rabbitson De-golf _is_deterministic_value, add more tests for...
2010-10-16 Peter Rabbitson Reduce mount of perlgolf in ResultSet.pm
2010-10-16 Peter Rabbitson Remove support for find( col1 => $val1, col2 => $val2...
2010-10-16 Peter Rabbitson Add deprecation warning to DBIx::Class::ResultSetProxy
2010-10-16 Peter Rabbitson Remove _is_unique_query (more dead code from 2006)
2010-10-16 Peter Rabbitson Deleting long forgotten ::Storage::DBI:Role:QueryCounter
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 Set name_sep by default (even if unused). Simplify...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-13 Peter Rabbitson Undocument lies
2010-10-12 Peter Rabbitson Clarify $rs->update/delete documentation
2010-10-12 Peter Rabbitson Clarify ResultSet RV docs, bring set_cache RV in line...
2010-10-12 Peter Rabbitson Load sqlite backup required modules on demand only
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-10-06 Arthur Axel 'fREW... feature doc map
2010-10-04 Peter Rabbitson Remove a stack frame from the SQLA Carp overrides
2010-10-04 Peter Rabbitson Delay construction of try block until an active $sth...
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 Minor cleanup of memory cycle tracing and IC::DT inflat...
2010-10-04 Peter Rabbitson Changes/author for a1e1a51
2010-10-04 wreis Extend proxy rel attr
2010-10-04 David Schmidt example for columns explaining correlation to select/as
2010-09-25 Jess Robinson Added ontes on where to override store_column (request...
2010-09-21 Mark Dominus fix precedence error in Row->_is_column_numeric
2010-09-21 Peter Rabbitson Fix RT61503 (bump DateTime::Format::Pg dep)
2010-09-18 Peter Rabbitson Fix leak of $sth during populate() on perls < 5.10
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Fix the exception-hungry exception_action
2010-09-17 Peter Rabbitson Remove bogus pre-txn_begin first-connect call
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-09-16 Arthur Axel 'fREW... DBIC_TRACE_PROFILE
2010-09-16 Nigel Metheringham FilterColumn tweaks - docs and parameter tests
2010-09-06 Jess Robinson Modernising/updating of the ::Manual::FAQ
2010-09-06 Jess Robinson Adding twitter account link to docs
2010-09-05 Jess Robinson Adding more manual bits to main Manual.pod
2010-09-04 Arthur Axel 'fREW... Preserve unblessed reference exceptions
2010-09-01 Peter Rabbitson Don't try to load DBIx::Class during the Makefile.PL...
2010-08-31 Peter Rabbitson Fix mysterious ::Storage::DBI goto-shim failures on...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
2010-08-31 Peter Rabbitson Make CDBICompat keep a stable oder of columns in each...
2010-08-31 Peter Rabbitson Massive cleanup of DateTime test dependencies, other...
2010-08-30 Peter Rabbitson Minor cleanup of ::Optional::Dependencies innards
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
2010-08-26 Peter Rabbitson Factor out the limit implementations into a separate...
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-26 Peter Rabbitson Stop relying on ->can in the SQL::Abstract carp-hack...
2010-08-13 Peter Rabbitson Fix Verisoned.pm to not issue queries that break down...
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
2010-07-14 Peter Rabbitson _pri_cols throws incorrect exceptions when called on...
2010-07-13 Peter Rabbitson Fix IC::DT to stop autovivifying columninfo keys
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-11 Peter Rabbitson Fix bulk-insert trace
2010-07-10 Peter Rabbitson Merge branch 'view-deps'
2010-07-10 Amiri Barksdale... Unified _resolve_deps from two branches to one.
2010-07-10 Amiri Barksdale... Use fully-qualified result class names instead of sourc...
2010-07-10 Amiri Barksdale... Remove useless dep in View.pm.
2010-07-10 Amiri Barksdale... Change API of deploy_depends_on: pass it source names...
2010-07-09 hakim Docpatch for ::FilterColumn (component loading)
2010-07-05 Peter Rabbitson Require DBD::Oracle sufficiently recent to test blobs...
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2010-07-02 Arthur Axel 'fREW... Fix link in cookbook
2010-07-02 Arthur Axel 'fREW... do not point to deprecated component
2010-07-02 Slaven Rezic fix documentation on DBIx::Class::ResultSource::name_un...
2010-06-29 Justin Hunter Fix example SQL for View
2010-06-29 Peter Rabbitson Merge branch 'oracle_seq_detection'
next