dbsrgits/DBIx-Class.git
2010-03-16 Peter Rabbitson Horrible horrible rewrite of the aliastype scanner...
2010-03-15 Nigel Metheringham Documentation on Unicode use with DBIC
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-13 Moritz Onken test the dynamic subclassing example
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... 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 Cleanup a bit
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 Rafael Kitover remove connect_info from maint/gen-schema.pl
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 BindType2 test class
2010-03-06 Rafael Kitover remove that code for non-pk autoincs from Row, move...
2010-03-06 Peter Rabbitson me-- not thinking
2010-03-06 Peter Rabbitson Fix RT54063
2010-03-06 Peter Rabbitson Merge 'pod_fixes' into 'trunk'
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 Peter Rabbitson Fix whitespace
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-03-02 Peter Rabbitson proving rafl wrong
2010-03-02 Peter Rabbitson Test belongs_to accessor in-memory tie
2010-03-02 Peter Rabbitson This test is identical to the one above it
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 Changes
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 Peter Rabbitson small tool to query cpan deps
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 Protect dbicadmin from self-injection when not in make
2010-02-24 Peter Rabbitson Changelogging
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 Whitespace
2010-02-23 Gordon Irving remove short options from dbicadmin
2010-02-23 Peter Rabbitson Proper error message
2010-02-23 Peter Rabbitson More index exclusions
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 Peter Rabbitson Looks like the distdir wrapping is finally taken care of
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 Fix exception text
2010-02-21 Peter Rabbitson Merge 'dbicadmin_pod' into 'trunk'
2010-02-21 Peter Rabbitson Reorder makefile author actions to make output more...
2010-02-21 Peter Rabbitson Add license/author to dbicadmin autogen POD
2010-02-21 Peter Rabbitson The minimal pod seems to confuse the manpage generator...
2010-02-21 Peter Rabbitson And another one
2010-02-21 Peter Rabbitson Bah humbug
2010-02-21 Peter Rabbitson Merge 'trunk' into 'dbicadmin_pod'
2010-02-21 Peter Rabbitson Cleanup the makefile regen a bit
2010-02-21 Peter Rabbitson Bogus unnecessary dep
next