I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2006-08-21 Brandon L. Black bugfix to Oracle columns_info_for
2006-08-14 Brandon L. Black added sth method to Storage::DBI::NoBindVars, updated...
2006-07-24 Brandon L. Black next::method, not next::columns_info_for
2006-07-24 Jess Robinson 1) Add an explicit error to columns_info_for if the...
2006-07-18 Marc Mims Use _sql_maker_opts, now.
2006-07-11 Marc Mims Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-12 Brandon L. Black author list correction/update
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-06-08 Justin Guenther Added `use' statement for DBD::Pg
2006-05-26 Justin Guenther Add a warning for DBD::Pg < 1.49
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-20 Matt S Trout added datetime parser for MSSQL (ta LTJake)
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-09 Marc Mims - Factored out sql_maker arguments so they can be custo...
2006-05-08 Marc Mims Generalized the loading of subclasses for specfic ODBC...
2006-05-05 Jesper Krogh Fix to make the Postgresql-code handle Schemas. This...
2006-05-03 Marc Mims - Corrected a minor typo in a comment.
2006-05-03 Marc Mims Load ::DBI::ODBC400 when a DB2/400 ODBC backend is...
2006-05-03 Marc Mims Automatic primary key class for DB2/400 over ODBC
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-12 Daniel Westermann... Make POD match package name
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-06 Matt S Trout Fixup to Cursor, updated Changes
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-24 Justin Guenther clarified method docs
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-03-16 Marcus Ramberg fix for pg seq detection.
2006-03-15 Brandon L. Black replace the ugly _column_info_broken method-flag with...
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-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-02 Brian Cassidy added sqlt_type
2006-03-01 David Kamholz port fix for ejh's pg bug to branch
2006-02-28 Simon Elliott fix for deploying MySQL schemas. schema debug++
2006-02-12 David Kamholz small aesthetic fix to Storage::DBI::Oracle
2006-02-10 David Kamholz re-rewrite PK::Auto, Pg, Oracle bits
2006-02-10 David Kamholz remove debug warning from last commit
2006-02-10 David Kamholz PK::Auto fixes in branch
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2005-08-12 Andy Grundman Re-added software-based LIMIT support for non-LIMIT...
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-07 Matt S Trout Cursor abstracted, delete_related added