Proper fix for RETURNING with default insert
[dbsrgits/DBIx-Class.git] / lib /
2010-03-15 Peter Rabbitson Proper fix for RETURNING with default insert
2010-03-14 Nigel Metheringham Corrected a link to connect_info in Manual::Intro
2010-03-13 Moritz Onken reverting 8995, was supposed to go to a branch
2010-03-13 Moritz Onken call inflate_result on new_result, but not from the...
2010-03-12 Rafael Kitover update Firebird docs
2010-03-11 Peter Rabbitson Where is my spellchecker (not that it would catch this)
2010-03-10 Peter Rabbitson docpatch close RT52681
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-03-09 Dagfinn Ilmari Man... Fix POD link
2010-03-07 Rafael Kitover remove unnecessary transaction_depth check in DBI:...
2010-03-07 Rafael Kitover Merge 'storage-interbase' into 'trunk'
2010-03-07 Rafael Kitover fix RETURNING for empty INSERT
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-03-07 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-07 Peter Rabbitson Switch NoTab/EOL checks to Opt::Deps
2010-03-07 Peter Rabbitson Unmark Opt::Deps experimental and add extra method...
2010-03-07 Peter Rabbitson Fix the docs for select/as
2010-03-07 Peter Rabbitson What I really meant
2010-03-06 Peter Rabbitson Cascading delete needs a guard to remain atomic
2010-03-06 Rafael Kitover don't die on insert in firebird with no pk
2010-03-06 Wallace Reis Merge 'trunk' into 'storage-interbase'
2010-03-06 Wallace Reis improvements for HasOne relationship validationn
2010-03-06 Rafael Kitover cache autoinc sequence in column_info
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Rafael Kitover remove that code for non-pk autoincs from Row, move...
2010-03-06 Peter Rabbitson Fix RT54063
2010-03-06 Peter Rabbitson Fully deprecate IC::File
2010-03-06 Peter Rabbitson Merge 'trunk' into 'pod_fixes'
2010-03-06 Peter Rabbitson More checks for weird usage of _determine_driver (maint...
2010-03-06 Peter Rabbitson One more PODlink
2010-03-06 Peter Rabbitson Merge 'trunk' into 'pod_fixes'
2010-03-06 Peter Rabbitson Improve POD about PKs and why they matter
2010-03-06 Andrew Moore Merge 'trunk' into 'storage-interbase'
2010-03-05 Rafael Kitover auto_nextval support for Firebird
2010-03-05 Andrew Moore Fix regression where SQL files with comments were not...
2010-03-05 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-04 Ricardo Signes fix a typo in FAQ
2010-03-04 Peter Rabbitson Fix identity fiasco
2010-03-03 Jess Robinson Added note+warning about how Ordered works, from steveo_aa
2010-03-03 Jess Robinson Minor doc tweaks
2010-03-03 Rafael Kitover destroy cached statements in $storage->disconnect too
2010-03-03 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-03-02 Peter Rabbitson Do not autoviv empty ENV vars
2010-03-01 Peter Rabbitson Add has_relationship proxy to row
2010-03-01 Rafael Kitover update POD
2010-03-01 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-01 Peter Rabbitson Fix incorrect placement of condition resolution failure...
2010-03-01 Peter Rabbitson Cleanup logic in RSC
2010-02-28 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-25 Peter Rabbitson Typo
2010-02-24 Gordon Irving do not include hidden opts in generated pod
2010-02-24 Peter Rabbitson Bump trunk version
2010-02-24 Peter Rabbitson Release 0.08120 v0.08120
2010-02-24 Peter Rabbitson Merge 'oracle_quotes' into 'trunk'
2010-02-23 Peter Rabbitson Changes and dep-bump
2010-02-23 Fabien Wernli Schema Object Naming Rules :
2010-02-23 Peter Rabbitson Proper error message
2010-02-23 Peter Rabbitson remove POD
2010-02-23 Peter Rabbitson Cleanup code (hopefully no functional changes)
2010-02-23 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-23 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-23 Rafael Kitover don't use ib_softcommit by default
2010-02-22 Robert Buels added package name to DBD::Pg warning in Pg storage...
2010-02-22 Rafael Kitover improve with_deferred_fk_checks for Oracle, add tests
2010-02-22 Peter Rabbitson Add a hidden option to dbicadmin to self-inject autogen...
2010-02-22 Rafael Kitover with_deferred_fk_checks for Oracle
2010-02-22 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-21 Peter Rabbitson Merge 'trunk' into 'oracle_quotes'
2010-02-21 Peter Rabbitson Extra testdep
2010-02-21 Peter Rabbitson Add license/author to dbicadmin autogen POD
2010-02-21 Peter Rabbitson Merge 'trunk' into 'dbicadmin_pod'
2010-02-21 Peter Rabbitson Bogus require
2010-02-21 Peter Rabbitson Shuffle tests a bit
2010-02-20 Gordon Irving add G:L:D sub classes to generate pod
2010-02-19 Peter Rabbitson Port remaining tests to the Opt::Dep reposiory
2010-02-19 Peter Rabbitson Fix stupid sqlt parser regression
2010-02-19 Rafael Kitover s/primary_columns/_pri_cols/ for Firebird
2010-02-19 Rafael Kitover bump Test::Pod dep in Optional::Dependencies too
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-19 Peter Rabbitson Fix for RT54697
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-19 Peter Rabbitson trap unresolvable conditions due to incomplete relation...
2010-02-18 Peter Rabbitson Fix count of group_by over aliased function
2010-02-18 Peter Rabbitson Retire useless abstraction (all rdbms need this anyway)
2010-02-17 Fabien Wernli still need to uc source_name if quotes off
2010-02-16 Rafael Kitover POD fix
2010-02-16 Rafael Kitover POD touchups
2010-02-16 Rafael Kitover set behavior for Hash::Merge in ::DBI::Replicated,...
2010-02-16 Peter Rabbitson Reorg support section, add live-chat link
2010-02-16 Rafael Kitover use OO interface of Hash::Merge for ::DBI::Replicated
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Florian Ragwitz Make some cookbook code compile.
2010-02-15 Florian Ragwitz Make sure overriding deployment_statements is possible...
2010-02-15 Peter Rabbitson Bump trunl version
2010-02-15 Peter Rabbitson Release 0.08119 v0.08119
2010-02-15 Peter Rabbitson One more
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-15 Peter Rabbitson Final POD touches
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
next