fix result_class setter behaviour to not stuff attrs (line commented out to prevent...
[dbsrgits/DBIx-Class.git] / lib /
2010-05-20 Matt S Trout fix result_class setter behaviour to not stuff attrs...
2010-05-20 Matt S Trout don't try and ensure_class_loaded an object. this doesn...
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-16 Rafael Kitover add sql_maker to @rdbms_specific_methods
2010-05-16 Ash Berlin Fix how Schema::Versioned gets connection attributes
2010-05-15 Peter Rabbitson Revert erroneous commit (belongs in a branch)
2010-05-15 Peter Rabbitson Fix stupid typo-bug
2010-05-14 Peter Rabbitson cleanup test by wreis
2010-05-11 Peter Rabbitson Merge 'filter_column' into 'trunk'
2010-05-11 Peter Rabbitson Comment weird looking code
2010-05-10 Peter Rabbitson Fix typo
2010-05-10 Peter Rabbitson Maintain full coherence between filtered cache and...
2010-05-08 Peter Rabbitson Make sure missing author-deps do not kill makefile...
2010-05-07 Nigel Metheringham Clarification cascade_* attribute defaults documentation
2010-05-07 Nigel Metheringham Clarification to cascade_update attribute documentation
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed2)
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed)
2010-05-07 Nigel Metheringham Added reference to cascade_* in relationship attributes
2010-05-07 Nigel Metheringham empty update OK even if row is not in database
2010-05-07 Rafael Kitover minor change
2010-05-07 Rafael Kitover detect row_number() over support in MSSQL if version...
2010-05-07 Peter Rabbitson Failure to determine dbms version is *not* a fatal...
2010-05-07 Arthur Axel "fREW... no filter and inflate column
2010-05-06 Peter Rabbitson Play nicer with lower-level methods
2010-05-05 Arthur Axel "fREW... test caching
2010-05-05 Peter Rabbitson Forgotten pieces
2010-05-05 Peter Rabbitson Changes
2010-05-05 Peter Rabbitson Merge 'trunk' into 'filter_column'
2010-05-05 Peter Rabbitson Merge 'trunk' into 'subqueried_limit_fixes'
2010-05-05 Peter Rabbitson If there was no offset, there is no sense in reordering
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-03 Peter Rabbitson Some databases (db2) do not like leading __s - use...
2010-05-03 Peter Rabbitson Fix Top tests, make extra col selector order consistent
2010-05-03 Peter Rabbitson Rewrite mssql test to verify both types of limit dialec...
2010-05-03 Peter Rabbitson Add an as selector to a prefetch subquery to aid the...
2010-05-03 Peter Rabbitson Do not add TOP prefixes to queries already containing it
2010-05-01 Peter Rabbitson Preliminary version
2010-04-29 Peter Rabbitson Allow limit syntax change in-flight without digging...
2010-04-28 Arthur Axel "fREW... doc, removal of source stuff, and Changes
2010-04-28 Peter Rabbitson Fix failing test and some warnings
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-27 Peter Rabbitson Fix global destruction problems
2010-04-27 Peter Rabbitson Reformat tests/comments a bit
2010-04-27 Alexander Hartmaier fixed missing ' in update_or_create with key attr example
2010-04-24 Rafael Kitover add "IMPROVING PERFORMANCE" section to Cookbook
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-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-15 Arthur Axel "fREW... initial stab at incomplete docs
2010-04-15 Arthur Axel "fREW... use result source for filtering instead of result
2010-04-15 Arthur Axel "fREW... method and arg rename
2010-04-15 Arthur Axel "fREW... better namiology
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-04-14 Peter Rabbitson Not sure how this was never noticed, but it definitely...
2010-04-14 Arthur Axel "fREW... useless var
2010-04-14 Arthur Axel "fREW... working filter column impl
2010-04-14 Arthur Axel "fREW... basic tests and a tiny fix
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-13 Arthur Axel "fREW... change names wrap accessors
2010-04-13 Arthur Axel "fREW... branch for FilterColumn
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-11 Arthur Axel "fREW... set version for dev users
2010-04-11 Arthur Axel "fREW... 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 Peter Rabbitson RT 55865
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 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-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
next