::Replicated - test hashref for connect_replicants and croak on coderef, switch to...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI /
2008-03-04 Aaron Trevena Applied fixes to replication connect_info method
2008-02-05 Øystein Torget Initial import of storage class for MS Acccess
2008-02-01 Jess Robinson Sanitise filename of sqlite backup file
2008-01-22 Marc Mims Added build_datetime_parser method for MSSQL over ODBC.
2008-01-03 Yuval Kogman pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
2008-01-02 Marc Mims Added Storage::DBI subclass for MSSQL auto PK over...
2007-11-07 Johannes Plunien added code to fetch sequence nextval
2007-11-07 Johannes Plunien moved sequence relatied insert code from DBI::Oracle...
2007-11-06 Johannes Plunien fetch nextval from sequence for insert
2007-10-25 Norbert Csongradi Merge 'replication' into 'trunk'
2007-10-20 Norbert Csongradi Added set_schema and fixed previously bad calls ($self...
2007-09-29 Wallace Reis select for patch from justin
2007-09-05 Marc Mims Updated email address
2007-08-21 Matt S Trout oracle datetime inflator patch
2007-08-13 Tom Hukins Fix a package name I corrected wrongly in revision...
2007-08-10 Tom Hukins Fix package names in documentation
2007-08-03 Matt S Trout optimisation in cursor
2007-07-02 Brandon L. Black Patch for ? in NoBindVars data from Tom Hukins
2007-06-16 Matt S Trout fix conditional and document behaviour
2007-06-12 Brandon L. Black small throw_exception fixes
2007-06-12 Brandon L. Black add some storage exception tests, and fix a really...
2007-06-01 K J Cheetham pod tweaking for line wrappings
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
2007-01-20 Matt S Trout Merge 'DBIx-Class-current' into 'replication'
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-19 Norbert Csongradi Final fix for limit_dialect.
2006-09-18 Norbert Csongradi Fixed limit_dialect docs, option passing.
2006-09-18 Norbert Csongradi Added limit_dialect info (no magic because of DBD:...
2006-09-15 Norbert Csongradi Code cleanup, removed redundant (old) snippets.
2006-09-15 Norbert Csongradi Initial revision (but working :).
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
next