imported Replication store from branch
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2007-06-01 Matt S Trout imported Replication store from branch
2007-06-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-06-01 Brandon L. Black add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reini...
2007-05-31 Brandon L. Black integrate nobindvars/_prep_for_execute with the bind_pa...
2007-05-29 Brandon L. Black a few small pod coverage fixes
2007-05-21 Matt S Trout fixed WhereJoins to handle conditions edge cases
2007-05-11 Matt S Trout fixup for Oracle WHERE join stuff from abraxxa
2007-05-10 Jess Robinson Oops, unbreak stupid txn_begin change
2007-05-09 Jess Robinson No nested transactions in SQLite.
2007-05-03 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-02 Nigel Metheringham Documented use of cursor->next for fast but uncomfortab...
2007-04-26 Justin Wheeler I'm a retard.
2007-04-26 Justin Wheeler Removed 8.pm and updated Changelog.
2007-04-26 Justin Wheeler Merge 'oracle8' into 'DBIx-Class-current'
2007-03-13 David Jack Olrik Merge 'DBIx-Class-current' into 'oracle8'
2007-01-25 David Jack Olrik Formatting cleanup
2007-01-24 David Jack Olrik Marked oracle 8 support as experimental
2007-01-24 John Napiorkowski -- Fixed tabs to spaces issue
2007-01-24 David Jack Olrik Added Justin Wheeler's Oracle 8 support
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-13 John Napiorkowski updated bulk insert to handle bind_param_array, created...
2006-12-11 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-12-09 David Kamholz die in Storage::DBI::Pg when it can't find the autoinc...
2006-12-01 John Napiorkowski moved bind attributes to DBI.pm/DBI/Pg.pm
2006-11-23 Jess Robinson Add backup_directory, make tests cleanup
2006-11-03 Matt S Trout Merge 'DBIx-Class-current' into 'versioning'
2006-10-25 Matt S Trout fix it properly, fix Changes
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-25 Matt S Trout because this actually works
2006-10-06 Jess Robinson s/Path::Class/File::Spec/
2006-10-06 Jess Robinson Versioning! With tests! Woo!
2006-10-03 Brandon L. Black add connect_info option to disable statement caching
2006-09-13 Brandon L. Black Storage::DBI::Cursor now makes use of the new Storage...
2006-08-24 Brandon L. Black reduce redundancy in NoBindVars, add extra test for it
2006-08-24 Brandon L. Black clean up the way dbh_do is used in Storage::* so that...
2006-08-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-21 Brandon L. Black bugfix to Oracle columns_info_for
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-14 Brandon L. Black added sth method to Storage::DBI::NoBindVars, updated...
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-08-08 Brandon L. Black A few dbd-specific dbh_do usage improvements
2006-07-27 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
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-23 Brandon L. Black infect the storage subdrivers
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-19 Jess Robinson Remove Versioning.pm, add backup to SQLite
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