dbsrgits/DBIx-Class.git
2010-04-24 Peter Rabbitson _quote is now properly handled in SQLA
2010-04-24 Peter Rabbitson Revert bogus commit
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-21 Jess Robinson Added missing test file (oops)
2010-04-20 Robert Buels do not croak, rbuels! jeez.
2010-04-20 Robert Buels create_ddl_dir mkpaths its dir if necessary. also...
2010-04-20 Jess Robinson Warn if a class found in ResultSet/ is not a subclass...
2010-04-18 Peter Rabbitson Fix leftover tabs
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-04-14 Peter Rabbitson Fix exception message
2010-04-14 Rafael Kitover support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
2010-04-14 Peter Rabbitson Add forgotten changes
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-11 Arthur Axel... set version for dev users
2010-04-11 Arthur Axel... Release 0.08121 v0.08121
2010-04-11 Peter Rabbitson Deprecate UTF8Columns with a lot of warning whistles
2010-04-11 Peter Rabbitson Warn about both UTF8Columns and ForceUTF8 when loaded...
2010-04-11 Arthur Axel... bump SQLA dep
2010-04-11 Peter Rabbitson RT 55865
2010-04-09 Peter Rabbitson Use a sloppy but recommended fix for Test warnings
2010-04-09 Peter Rabbitson Test to show utf8columns being indeed broken (sqlite...
2010-04-08 Matt S Trout fix POD links
2010-04-08 Rafael Kitover use min dbms_version for ::Replicated
2010-04-08 Rafael Kitover syntax error
2010-04-08 Peter Rabbitson Changes
2010-04-08 Peter Rabbitson Even safer version normalization
2010-04-08 Peter Rabbitson Refactor the version handling
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-04-08 Peter Rabbitson Fix utf8columns loading-order test/code (really just...
2010-04-07 Rafael Kitover clean up UUID stringification for SQL Anywhere
2010-04-07 Rafael Kitover UUID support for SQL Anywhere
2010-04-06 Peter Rabbitson Fix embarassing join optimizer bug
2010-04-05 Rafael Kitover fix test count
2010-04-05 Peter Rabbitson Minor test cleanups
2010-04-02 Bryan Beeley Merge 'rs_storage_pod_fix' into 'trunk'
2010-04-02 Bryan Beeley - Fix the synopsis for DBIC::Storage::DBI. ->datetime_...
2010-04-02 Bryan Beeley - Cleaning up the language in some of the Cookbook...
2010-03-29 Peter Rabbitson pod error
2010-03-26 Rafael Kitover a bit cleaner warning suppression for DBD::InterBase...
2010-03-26 Rafael Kitover move warning suppression into ::DBI::InterBase
2010-03-26 Rafael Kitover missing local
2010-03-26 Jess Robinson Added clarification of quoting to cookbook pod for...
2010-03-26 Rafael Kitover minor cleanups
2010-03-26 Rafael Kitover with_deferred_fk_checks for Informix
2010-03-26 Rafael Kitover InflateColumn::DateTime support for Informix
2010-03-26 Rafael Kitover savepoints for Informix
2010-03-26 Rafael Kitover a couple minor Informix fixes
2010-03-25 Rafael Kitover add storage->_server_info->{dbms_ver_normalized}
2010-03-25 Rafael Kitover minor fix for SQLite version check
2010-03-25 Rafael Kitover remove _get_mssql_version
2010-03-24 Rafael Kitover s/_get_server_info/_populate_server_info/
2010-03-24 Rafael Kitover collect _server_info on connection
2010-03-24 Rafael Kitover Pg version check for can_insert_returning
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-24 Peter Rabbitson bump SQLA dep
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-03-24 Peter Rabbitson One missed step
2010-03-24 Peter Rabbitson Clearer 'no such rel' errors, correct exception on...
2010-03-24 Peter Rabbitson A better illustration how to add relationships at runtime
2010-03-23 Rafael Kitover fix sort
2010-03-22 Rafael Kitover update proxied methods for DBI::Replicated
2010-03-22 Peter Rabbitson Even cleaner way of handling returning (no column inter...
2010-03-22 Rafael Kitover move INSERT ... RETURNING code into ::DBI::InsertReturn...
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-20 Peter Rabbitson MOAR bench
2010-03-20 Peter Rabbitson Extend benchmark
2010-03-20 Peter Rabbitson Something is wrong with HRI inflation - too slow
2010-03-19 Peter Rabbitson Fix UTF8Column out of order loading warning
2010-03-19 Rafael Kitover POD fixups
2010-03-18 Arthur Axel... Ch Ch Ch Ch Changes!
2010-03-18 Arthur Axel... use update instead of set_columns in update_all
2010-03-17 Alexander Hartmaier fixed Alexander Hartmaier's mail address
2010-03-17 Rafael Kitover add connect_call_use_foreign_keys for SQLite
2010-03-16 Rafael Kitover _ping for MSSQL
2010-03-16 Peter Rabbitson Regenerate test DDL
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
next