Massive rewrite of bind handling, and overall simplification of ::Storage::DBI
[dbsrgits/DBIx-Class.git] / lib /
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-29 Peter Rabbitson Correctly select the root source of the inner part...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Mateu X Hunter use relationship bridge consistently w/ many_to_many...
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-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-21 Peter Rabbitson Lazily load DBD::Pg in ::Storage::DBI::Pg, only when...
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-03-17 Matt Phillips Fixed: RS example code was broken
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-03-12 Robert Buels reorganize docs for load_namespaces method
2011-03-11 Jason Mills Fix 'exit via next' warning from DBIx::Class::ResultSou...
2011-03-08 Peter Rabbitson Make sure the component_class autoloader works across...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Peter Rabbitson Switch sql_maker_class and datetime_parser_type to...
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-02-27 Jonathan Yu Minor POD spelling and link fixes
2011-02-27 Matt Phillips Modified: small doc patch explaining a gotcha
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-24 Peter Rabbitson Simplify implementation of reverse_relationship_info...
2011-02-24 Rafael Kitover Temporarily monkeypatch DBD::ADO to fix warnings during...
2011-02-24 Rafael Kitover rewrite SQLAnywhere GUID normalizing as a cursor_class...
2011-02-24 Rafael Kitover Refactor UUID generation logic in ::Storage::DBI::Uniqu...
2011-02-22 milki Patch to schema->deploy against a file
2011-02-22 Alexander Hartmaier use -in SQL::Abstract operator instead of literal ...
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-21 Rafael Kitover Cleanup/extend blob/clob detection/checks
2011-02-21 Rafael Kitover Use a safer $dbh->get_info
2011-02-15 Peter Rabbitson Fix replicated fails introduced with 2b8cc2f2
2011-02-13 Moritz Onken fixed description to cookbook example
2011-02-13 Moritz Onken fixed cookbook example
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-29 Peter Rabbitson Fix wrong author email from f92a9d79
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-25 Peter Rabbitson Stop eating syntax errors in ODBC drivers
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 Rafael Kitover improve MSSQL+ODBC initialization, clarify docs on...
2011-01-24 Rafael Kitover remove mention of name_sep from Schema::Loader doc
2011-01-24 Rafael Kitover update Schema::Loader docs
2011-01-20 Rafael Kitover improve bare ODBC dsn warning
2011-01-19 Alexander Hartmaier Release 0.08127 v0.08127
2011-01-19 Rafael Kitover Examples/instructions for connecting to MSSQL over...
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
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 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 Remove some accumulated cruft
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 Peter Rabbitson Fasterize
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Multiple optimizations of $rs->populate
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
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 Fix Class::Accessor::Grouped and Hash::Merge dependencies
2010-12-28 Peter Rabbitson Add missed credit for 8592e2d1
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 Fix check for blessedness and minor cleanup in many_to_...
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 Squeeks Removing perl -w usage in example code.
2010-12-23 Gordon Irving Add missing attributes to Admin.pm (referenced in dbica...
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
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 Rafael Kitover merge and improve _is_lob_type from Sybase::ASE into...
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-15 Rafael Kitover rewrite Schema::Loader section in Manual::Intro
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-12-02 Peter Rabbitson Limit the void context search exceptions to non-dbic...
2010-12-02 Peter Rabbitson Make the has-ident check in Row->update even lazier
next