dbsrgits/DBIx-Class.git
2011-04-29 Fitz Elliott prefetch docs: prefetch works on all rel types
2011-04-29 Rafael Kitover savepoints for SQLite
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-04-29 Peter Rabbitson Cleanup/improve the leaktest a bit
2011-04-29 Matt Sickler Tweaked example code for having non-db data accessors.
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 make a proper storage base class for Firebird
2011-04-14 Justin Hunter fix some spelling mistakes
2011-04-14 Rafael Kitover support sub-second precision for TIMESTAMPs for Firebir...
2011-04-12 Arthur Axel... Fix complex limits with subqueries in selectors
2011-04-11 Rafael Kitover support for DBD::Firebird
2011-04-11 Arthur Axel... Parameterize pagination
2011-04-11 Rafael Kitover Use _is_binary_lob_type to determine datatypes in need...
2011-04-11 Rafael Kitover Remove use of _resolve_column_info call from _prep_for_...
2011-04-11 Peter Rabbitson Some test fixes and TODOs for older Oracle versions
2011-04-09 Rafael Kitover Refactor/improve support of DBD::Sybase compiled agains...
2011-04-08 Rafael Kitover Extend tests for MARs under MSSQL over DBD::Sybase
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2011-04-08 Moritz Onken Test for an insane yet valid rel condition with subquery
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
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/clarify Oracle decision whether to use WhereJoins
2011-04-01 Peter Rabbitson Fix (and test) quoting with the older style of WhereJoi...
2011-03-31 Arthur Axel... 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 Several 5.8.old fixes
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 Shuffle tests around (no changes)
2011-03-29 Peter Rabbitson Correctly select the root source of the inner part...
2011-03-29 Peter Rabbitson Stop flooding the console with garbage on pg blob errors
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-25 Peter Rabbitson Fix syntax error that slipped into 9c1700e3
2011-03-22 Mateu X Hunter use relationship bridge consistently w/ many_to_many...
2011-03-22 Peter Rabbitson Delete duplicated test (somehow 1:1 with t/search/subqu...
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 Remove significance of some test envvars (and add a...
2011-03-21 Peter Rabbitson Remove test prototype that was never completed further...
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-03-01 Rafael Kitover create file_columns table when DBICTEST_SQLT_DEPLOY...
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 Extra test for mysql_auto_reconnect and fork
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 quote_names assumption of DBD::* availability
2011-02-24 Peter Rabbitson Move the test bits related to deprecated IC::File out...
2011-02-24 Peter Rabbitson Make pg tests cleanup better after themselves
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 Add extra test blob type
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-11 Arthur Axel... add mailmap for consistency
2011-02-03 Peter Rabbitson Add proper DateTime handling to t/52leaks.t
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-27 Peter Rabbitson Ignore to-be-leaktested classdata, instead of forcibly...
2011-01-26 Peter Rabbitson Correct Makefile.PL authortests borkage
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-25 Peter Rabbitson Release 0.08190 v0.08190
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 Peter Rabbitson Merge branch 'people/riba/extrels' into 0.08200_track_d...
2011-01-20 Peter Rabbitson Rewrite the check for nontrivial joinfree conditions...
next