prepared for release.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2006-02-13 Marcus Ramberg prepared for release.
2006-02-12 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
2006-02-11 Matt S Trout Trivial optimisation in Storage::DBI
2006-02-07 Brandon L. Black rollback on disconnect, and disconnect on DESTROY
2006-02-06 David Kamholz more helpfully output NULLs in Storage::DBI _execute...
2006-02-05 Matt S Trout Added debugcb method to storage
2006-01-28 Matt S Trout Fixed Storage/DBI (tried to load deprecated ::Exception...
2006-01-28 Matt S Trout Patch from jesper to work round dumbass DBDs
2006-01-28 Matt S Trout disconnect, connected, ensure_connected on Storage...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-26 Nigel Metheringham Fixed warning undefined variable in regexp caused by...
2006-01-25 Nigel Metheringham Debugging/trace output control. Allows redirection...
2006-01-24 David Kamholz fix stupidities in transaction handling
2006-01-24 Matt S Trout Updated columns_info_for patch from zby
2006-01-24 Matt S Trout on_connect_do patch from abraxxa
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2006-01-18 Matt S Trout Switched storage from prepare to prepare_cached with...
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-12-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-12 Matt S Trout Test and fix to Storage::DBI from Justin DeVuyst
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz rename tx_* => txn_*
2005-12-10 David Kamholz fix last patch
2005-12-10 David Kamholz clean up transaction handling
2005-12-10 David Kamholz item => head2 in docs
2005-11-28 Matt S Trout Cleanup in resultset, made storage prepare_cached for...
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-09-17 Matt S Trout Added quote char test, supported quoting in S::A subcla...
2005-09-04 Andres Kievsky Reverted andyg's fixes to DBI.pm, updated tests accordi...
2005-09-04 Andres Kievsky Merged andyg's fixes to joins and joins tests. Added...
2005-09-03 Matt S Trout Lobbed first cut of join code into Storage/DBI as inlin...
2005-09-03 Matt S Trout Merge 'DBIx-Class-joins' into 'trunk'
2005-09-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-joins'
2005-08-30 Andy Grundman Added tests for software-based limiting/paging, and...
2005-08-29 Matt S Trout Cleaned up Storage::DBI to remove redundancy
2005-08-12 Andy Grundman Preparing for 0.02 release
2005-08-12 Andy Grundman Re-added software-based LIMIT support for non-LIMIT...
2005-08-12 Andy Grundman Cleaned up sql_maker variable
2005-08-12 Andy Grundman Fixed sql_maker accessor to load Abstract object on...
2005-08-12 Andy Grundman Added initial SQL::Abstract::Limit support and tests
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-07 Matt S Trout Fixed search/count_related to use Abstract (though...
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Dan Kubb Bind values are passed into select query when no sth...
2005-08-04 Andy Grundman Disabled 'Use of uninitialized value in subroutine...
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...