Fix to columns_info_for for type(size)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-18 Matt S Trout Post-merge fixups
2006-03-18 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-15 Brandon L. Black silence PrintError in our RaiseError eval
2006-03-15 Brandon L. Black replace the ugly _column_info_broken method-flag with...
2006-03-15 Brandon L. Black Storage::DBI throws intelligent exception if no @connec...
2006-03-15 Brandon L. Black columns_info_for upgrades, related test updates, relate...
2006-03-15 Brandon L. Black fork tests/code improved, ithreads tests/code added...
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-11 Jess Robinson deploy debugging and drop table statements
2006-03-09 Cory G Watson Allow scalarefs passed to order_by to pass straight...
2006-03-06 Will Hawes throw error including SQL statement for failed $sth...
2006-03-05 Brandon L. Black connection via coderef rather than explicit dsn/name...
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-03-01 Brandon L. Black dbh->{InactiveDestroy} when reconnecting in child proce...
2006-03-01 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-02-28 Simon Elliott fix for deploying MySQL schemas. schema debug++
2006-02-26 Justin Guenther Added DBIx::Class::Schema::txn_do()
2006-02-24 Matt S Trout Dumbass typo, ta castaway
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-02-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-02-22 Matt S Trout Working HAVING, DBD::SQLite returns duff data so tests...
2006-02-22 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-21 Brian Cassidy fix for limit_dialect( 'Top' ) w/ order_by
2006-02-20 Brandon L. Black croak on DBI->connect errors
2006-02-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-14 Brandon L. Black storage fix for fork() and workaround for Apache::DBI
2006-02-13 Marcus Ramberg prepared for release.
2006-02-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-12 Matt S Trout add horrific fix to make Oracle's retarded limit syntax...
2006-02-11 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-11 Matt S Trout Trivial optimisation in Storage::DBI
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
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...