renamed replication storage to replicated (since it's not really doing any replicatio...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2008-04-25 John Napiorkowski renamed replication storage to replicated (since it...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
2008-04-18 John Napiorkowski querycounter role, test for that and a new schema hiera...
2008-04-17 John Napiorkowski - added tests to replication to make sure dbd::multi...
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-26 Matt S Trout fix pod fail
2008-03-25 Anders Nor Berle Various fun things.
2008-03-24 Øystein Torget Merge 'storage-ms-access' into 'trunk'
2008-03-24 Anders Nor Berle Fix typo.
2008-03-24 Anders Nor Berle Document the auto_savepoint option for connect_info
2008-03-24 Anders Nor Berle Initial commit of auto_savepoint + some fixes
2008-03-23 Cory G Watson Remove unnecessary passing of $self->dbh as a separate...
2008-03-23 Cory G Watson Merge 0.09's savepoint branch
2008-03-22 Wallace Reis pod fixes
2008-03-17 Ash Berlin Fix is_deferrable and respcet sqltargs properly
2008-03-15 Dagfinn Ilmari Man... Eliminate remaining uses of $self->dbh_do($self->can...
2008-03-15 Michael G Schwern Reduce the number of times $self->_dbh is called inside...
2008-03-15 Michael G Schwern Eliminate expensive calls to can() in some very hot...
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-07 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-03-06 Øystein Torget Added the function bind_attributes_by_data_type to...
2008-03-04 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
2008-03-04 Aaron Trevena Applied fixes to replication connect_info method
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-29 Ash Berlin Merge 'trunk' into 'cdbicompat_integration'
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-27 Luke Saunders increased sqlt rev dep
2008-02-26 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-02-13 Ash Berlin Fix typo
2008-02-10 Ash Berlin Add txn_scope_guard method/object
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-02-01 Ash Berlin Fallback to SQL->SQL to diff for old producers
2008-01-30 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-01-22 Marc Mims Added build_datetime_parser method for MSSQL over ODBC.
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-11 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2008-01-03 Jess Robinson Apply patch from billisdog to ensure we rebless to...
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-24 Ash Berlin Change diffing code to use $sqlt_schema. Sort tables...
2007-11-24 Ash Berlin Merge 'trunk' into 'versioned_enhancements'
2007-11-15 Ash Berlin Fix is_foreign_key_constraint - thanks Jon Schutz
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-22 Luke Saunders Merge 'trunk' into 'versioned_enhancements'
2007-10-20 Norbert Csongradi Added set_schema and fixed previously bad calls ($self...
2007-10-05 Marc Mims Fixed warning on uninitialized value.
2007-09-29 Wallace Reis select for patch from justin
2007-09-14 Matt S Trout Merge 'trunk' into 'versioned_enhancements'
2007-09-14 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-09-05 Marc Mims Updated email address
2007-08-22 Tom Hukins Fix the behaviour of code refs within array refs for...
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-21 Matt S Trout oracle datetime inflator patch
2007-08-21 Matt S Trout arrayrefs for on_connect_do
2007-08-21 Matt S Trout Merge 'on_disconnect_do' into 'trunk'
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-15 Luke Saunders moved upgrade file reading into upgrade from _on_connect
2007-08-15 Tom Hukins Let on_connect_do() and on_disconnect_do() take code...
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-07 Adam Herzog Fix bind params debugging output; consolidate some...
2007-08-07 Luke Saunders fixed storage->connected fork bug
2007-08-07 Cory G Watson Refactor Statistics to clean up printing of debug info...
2007-08-06 Matt S Trout final changes for 08004 dist
2007-08-05 Matt S Trout add cursor_class to storage opt list
2007-08-04 Matt S Trout cleanup cursor class handling
2007-08-03 Matt S Trout optimisation in cursor
2007-08-01 Tom Hukins Add an 'on_disconnect_do' argument to
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-07-18 Brandon L. Black fix a few txn issues, including the "transaction depth...
2007-07-17 Matt S Trout non-destructive hashref handling for connect_info options
2007-07-16 Matt S Trout fixup for datetime parser from Matt Lawrence (mattlaw)
2007-07-10 Matt S Trout unmark experimental to go with deploy
2007-07-04 Luke Saunders fixed attr merging problem
2007-07-04 Luke Saunders fixed group_by problem with oracle limit syntax
2007-07-02 Brandon L. Black Patch for ? in NoBindVars data from Tom Hukins
2007-06-20 Matt S Trout SQL statement in errors
2007-06-19 Cory G Watson Call ensure_connected in txn_begin to avoid stomping...
2007-06-19 Matt S Trout make errors during deploy soft
2007-06-16 Brandon L. Black autoflush debugfh, plus Changes for this and the weakre...
2007-06-16 Matt S Trout fix conditional and document behaviour
2007-06-14 Brandon L. Black weaken the storage reference in the HandleError closure!
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-11 Brandon L. Black $dbh->{HandleError} does throw_exception, "unsafe"...
2007-06-10 Brandon L. Black added back the r3131 tests in concise form, wrapped...
2007-06-05 Brandon L. Black Fixed up SQLT test/runtime deps
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-31 Brandon L. Black error handling cleanup for _execute, etc
2007-05-31 Brandon L. Black _execute throws execptions as opposed to returning...
next