Adding datetime_undef_if_invalid to squelch errors on DateTime inflation of bogus...
[dbsrgits/DBIx-Class.git] / lib /
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-07-17 Guillermo Roditi Changes and AUTHORS
2008-07-16 Guillermo Roditi _is_deteministic_value
2008-07-16 Ash Berlin Update docs re txn_scope_guard
2008-07-15 Luke Saunders Merge 'versioning' into 'trunk'
2008-07-15 Luke Saunders removed EXPERIMENTAL notices
2008-07-15 Luke Saunders major versioning doc refactor
2008-07-15 Johannes Plunien Skip custom query sources
2008-07-14 Luke Saunders reordered methods of Versioned.pm and factored the...
2008-07-09 Luke Saunders fixed versioned stuff to strip BEGIN from sql files
2008-07-07 Luke Saunders moved schema_version from Versioning to core
2008-07-04 Luke Saunders made versioning overwrite ddl and diff files where...
2008-07-03 Peter Rabbitson Minor cookbook fix (two adjacent examples were mixed up)
2008-07-02 Ash Berlin Add caveat about prefetch
2008-06-30 Luke Saunders implemented versioning tests for version warns
2008-06-30 Luke Saunders added ignore_version connect attr and updated docs...
2008-06-30 Brian Cassidy update marcus in the authors
2008-06-30 Nigel Metheringham Corrected spelling of TRANSACTION in code reading sql...
2008-06-30 Brian Cassidy change my nick
2008-06-27 Luke Saunders changed default behaviour of do_upgrade in versioned...
2008-06-26 Jess Robinson Remove setup_connection_class from POD, skip in podcoverage
2008-06-26 Will Hawes add troubleshooting examples for quoting issues
2008-06-25 Will Hawes clarify that ->resultset_class must be called after...
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
2008-06-11 Jess Robinson Blasted relation docs..
2008-06-11 Jess Robinson Add docs to update mentioning scalar refs and discard_c...
2008-06-11 Jess Robinson Point at "prefetch" in the get/set cache docs
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-10 Luke Saunders added some perldoc
2008-06-05 Brandon L. Black _verify_pid mods _dbh, so we must call it again here
2008-06-03 Ash Berlin Remove Digest::SHA1 dep too
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-06-02 Jess Robinson I suck, should read code while doccing it, not assume...
2008-06-01 Ash Berlin Prepare for new dev release
2008-05-31 Jess Robinson Fix broken pod test (missing newline!)
2008-05-30 Jess Robinson Update docs for best practices and correctness.
2008-05-30 Jess Robinson Updating to new doc standard.
2008-05-30 Ash Berlin Tidy up TxnScopeGuard and its tests a bit
2008-05-30 Ash Berlin Make irc/mailing list much more prominent in the docs
2008-05-30 Matt S Trout throw exception for multi-has_many prefetch
2008-05-30 Ash Berlin Update docs (and code changes that were missed from...
2008-05-30 Ash Berlin Make ingore_{constraint,index}_names default
2008-05-30 Jess Robinson Started doc standards doc in Manual::Reading.
2008-05-30 Matt S Trout fix SQL::Translator parser to add $table_idx_ on the...
2008-05-27 Matt S Trout version bump, deprecated ResultSetManager
2008-05-27 Ash Berlin Fix var name typo in cookbook
2008-05-27 Ash Berlin Add set_cache example to cookbook
2008-05-27 Ash Berlin Update FAQ to mention behavour of scalar refs w.r.t...
2008-05-19 Jess Robinson Oops, =cut after the pod not in the middle
2008-05-19 Jess Robinson Added doc for "for => update" attribute, thanks StuartL.
2008-05-09 Brian Cassidy pod fix (RT #32988)
2008-05-08 Nigel Metheringham cascade_copy docs (format fixed)
2008-05-08 Nigel Metheringham cascade_copy docs - takes from osdir.com/ml/lang.perl...
2008-05-06 John Napiorkowski changed the warning on DBIC::Storage::DBI->select_singl...
2008-05-05 Daniel Westermann... Note that single expects a single row in the ResultSet...
2008-05-05 Matt S Trout missed another package line
2008-05-05 Matt S Trout restore debolaz's cleanup patch since it's not what...
2008-05-05 Matt S Trout this was meant to be deleted with the rest of the Moose...
2008-05-05 John Napiorkowski removed query count stuff from trunk so we can play...
2008-05-05 Matt S Trout reverse r4290 since we -do- -not- currently want these...
2008-04-28 John Napiorkowski minor formatting updates and typos fixes to the schema...
2008-04-25 John Napiorkowski fixed up the replication test, added some tests for...
2008-04-25 John Napiorkowski renamed replication storage to replicated (since it...
2008-04-25 Luke Saunders removed auto-generated indexes from being explicitly...
2008-04-24 Anders Nor Berle Fix PAUSE indexing of packages
2008-04-22 John Napiorkowski added role for the at query interval run job system
2008-04-20 Peter Rabbitson Add a proxy deploy_statements() method executable direc...
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-16 Jess Robinson Documentation updates from omega, carbon
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-04-09 Tom Hukins Fix a typo.
2008-04-01 Ash Berlin Constraint/index name fix from rdj
2008-03-27 Wallace Reis fixed typos
2008-03-26 Wallace Reis added search_related_rs at resultset
2008-03-26 Matt S Trout fix pod fail
2008-03-26 Michael G Schwern CDBICompat::Relationships uses Clone. Make CDBICompat...
2008-03-25 Anders Nor Berle And document the last changes
2008-03-25 Anders Nor Berle Various fun things.
2008-03-24 Øystein Torget Merge 'storage-ms-access' into 'trunk'
2008-03-24 Marc Mims Merge 'file_column' 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 test to reflect correct default state for deferrabl...
2008-03-17 Ash Berlin Fix is_deferrable and respcet sqltargs properly
2008-03-15 Michael G Schwern Simplify and speed up the accessor_name_for() code.
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-15 Michael G Schwern Add missing method to NoObjectIndex.
2008-03-14 Michael G Schwern A little performance hack to speed up efficiency. ...
2008-03-14 Michael G Schwern Better emulation of add_constructor, unfortunately...
2008-03-14 Michael G Schwern Reorder the accessor_name_for() check to get the more...
2008-03-14 Michael G Schwern Improve add_constructor() support to handle ORDER BY...
2008-03-14 Michael G Schwern Move has_a() code out of ColumnCase. That should be...
2008-03-14 Michael G Schwern Move code having to do with adding columns out of Colum...
next