Changes for count_distinct branch merge
[dbsrgits/DBIx-Class.git] / lib /
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-12 Peter Rabbitson Rename m2m warn disable envvar
2009-05-12 Peter Rabbitson Cleanup
2009-05-12 Peter Rabbitson Whops, forgotten post-merge tweaks
2009-05-12 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-12 Peter Rabbitson Merge 'count_distinct' into 'trunk'
2009-05-12 Peter Rabbitson Trying to untangle failing merge (whitespace change)
2009-05-11 Justin Hunter oops
2009-05-11 Justin Hunter make sure we get just a string
2009-05-11 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-11 Justin Hunter use carp instead of warn
2009-05-11 Justin Hunter warn/die based on { select => { distinct => { } } }
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-10 Peter Rabbitson Switch the m2m method warnings from warnings::register...
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2009-05-09 Rafael Kitover added postgres default port stuff to FAQ
2009-05-09 Justin Hunter rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
2009-05-08 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-08 Peter Rabbitson Remove redundant var
2009-05-08 Ron "Quinn" Straight Refactored to call _{inflate_to,deflate_from}_datetime...
2009-05-08 Peter Rabbitson Fix POD
2009-05-08 Peter Rabbitson Documentation patch by nniuq
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-05-07 Peter Rabbitson Cookbook cleanup
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Merge 'fix-update-and-delete-as_query' into 'trunk'
2009-05-07 Peter Rabbitson Temporary fix or the IN ( ( ... ) ) problem until we...
2009-05-07 Peter Rabbitson Back out skip_parens support in as_query
2009-05-06 Peter Rabbitson Rename internal function to clarify what it does
2009-05-06 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-05 Ron "Quinn" Straight Added self to contributors; clarified comment on :ora_t...
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-05-04 Ron "Quinn" Straight Proper support for timestamp inflation. Added last_upd...
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-05-03 Ron "Quinn" Straight Support for saving CLOB and BLOB types in Oracle.
2009-05-02 Peter Rabbitson Merge 'trunk' into 'sybase_mssql'
2009-05-02 Justin Hunter Merge 'trunk' into 'count_distinct'
2009-05-02 Justin Hunter remove DBIx::Class::Storage::DBI::MultiDistinctEmulation
2009-05-02 Justin Hunter remove hackish ways
2009-05-01 Justin Hunter make sure merge bind
2009-04-30 Justin Hunter fixes for MSSQL via Sybase
2009-04-30 Peter Rabbitson Release 0.08102 v0.08102
2009-04-30 Justin Hunter jump to ::DBI::Sybase::MSSQL if we are using MSSQL...
2009-04-29 Jason May add jasonmay to list of contributors
2009-04-29 Jason May allow multiple classless sources to be registered witho...
2009-04-29 Peter Rabbitson test and patch for failing mini-prefetch via columns...
2009-04-28 Justin Hunter fix for columns => [ ... ] issue
2009-04-28 Justin Hunter change from DB::Schema to My::Schema
2009-04-27 Peter Rabbitson Release 0.08101 v0.08101
2009-04-25 Jess Robinson Docs on using multiple db schemas (from abraxxa maybe...
2009-04-24 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-04-24 Moritz Onken patch for DBI.pm so store_column is called only once...
2009-04-23 Cory G Watson Fix busted get_column when using +select (and friends)
2009-04-22 Peter Rabbitson Merge 'subclassed_rsset' into 'trunk'
2009-04-22 Peter Rabbitson This code belongs in t/
2009-04-22 Peter Rabbitson Another indexer trick
2009-04-22 Peter Rabbitson RT45195 various indexer fixes
2009-04-21 Peter Collingbourne added IRC nick to contributor list
2009-04-21 Peter Rabbitson Sloppy merge - adding imlari's fix from r5902
2009-04-21 Peter Rabbitson Merge 'trunk' into 'subclassed_rsset'
2009-04-21 Peter Rabbitson Clarify _register_source code, no functional changes
2009-04-21 Peter Rabbitson Multiple cdbi-compat test cleanups
2009-04-21 Peter Rabbitson New SQLite kicks ass - remove some warning silencers...
2009-04-20 Justin Hunter move load_optional_class into Class::C3::Componentised
2009-04-19 Matt S Trout 0.08100 release v0.08100
2009-04-18 Dagfinn Ilmari Man... Don't warn when reregistering a source under the same...
2009-04-17 Johannes Plunien Added update_or_new to ResultSet.pm
2009-04-13 Peter Collingbourne Correctly propagate forced left joins through arrayrefs...
2009-04-08 Jason M. Mills patch for no-op, further testing required.
2009-04-07 Johannes Plunien Added caveat notes to dual trick in cookbook
2009-03-31 Jess Robinson Fix my email address in AUTHOR
2009-03-30 Justin Hunter * add more tests
2009-03-29 Peter Rabbitson Dev-Release 0.08099_08
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2009-03-29 Peter Rabbitson Revert r5808 - this is NOT a bug, the warning IS correct
2009-03-28 Peter Rabbitson Clarify DBIC behavior wrt RDBMS default values
2009-03-27 Norbert Buchmuller * Fixed the alphabetical order of the contributors...
2009-03-27 Nigel Metheringham Removed Cookbook section on pagers that stated page...
2009-03-26 Jess Robinson Improved metapod docs
2009-03-26 Luke Saunders changed my nick in contribs section
2009-03-26 Rob Kinyon Deprecated search_like()
2009-03-24 Jason M. Mills Fixed _register_source to not produce 'register_extra_s...
2009-03-23 Guillermo Roditi skip test doc issue relating to db-side defaults
2009-03-20 Jared Johnson Add cookbook entry for dealing with runaway prepared...
2009-03-20 Will Hawes clarify need for scalarref when using db functions...
2009-03-19 Rob Kinyon Commit another fix for arcanez to test
2009-03-19 Rob Kinyon Commit another fix for arcanez to test
2009-03-19 Rob Kinyon Moved some SQL parsing of ORDER BY from _select_args...
2009-03-19 Rob Kinyon Special-case handling for (undef,undef) passed to searc...
2009-03-17 Johannes Plunien putting IC::DateTime locale, timezone or floating_tz_ok...
2009-03-16 Justin Hunter * change search_literal to use \[] when passing into...
2009-03-16 Justin Hunter don't remove the where clause unless we're doing distin...
2009-03-14 Justin Hunter * change count with group_by (distinct) to use a subquery
2009-03-13 Justin Hunter auto-add relations if they are used in the where but...
2009-03-13 Justin Hunter rewrite _bind_to_sql to not replace ? with the bindvars...
2009-03-13 Justin Hunter use proper format
2009-03-13 Justin Hunter * fix position
2009-03-13 Justin Hunter changes to handling of from
2009-03-13 Justin Hunter created count_distinct branch
2009-03-12 Jess Robinson Add doc on how conditions and attrs are merged when...
next