add a line to Changes and add a CAVEAT
[dbsrgits/DBIx-Class.git] / lib /
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-05-02 Peter Rabbitson Merge 'trunk' into 'sybase_mssql'
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 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-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-12 Jess Robinson Add doc on how conditions and attrs are merged when...
2009-03-12 Jess Robinson Add docs in various places to point out how to get...
2009-03-12 Jess Robinson Document how to overload connect/connection
2009-03-11 Peter Rabbitson Properly returb undef/null on single rewlationship...
2009-03-11 Wallace Reis removed configure_sqlt method
2009-03-11 Peter Rabbitson Replace the fallback _dbh_last_insert_id with an explic...
2009-03-11 Peter Rabbitson Allow accessors type single to return defined but false...
2009-03-11 Wallace Reis fixed View's doc | added me to contributors list
2009-03-09 Peter Rabbitson Strip bogus Data::Dump requires
2009-03-06 Rob Kinyon Merge 'trunk' into 'prefetch'
2009-03-06 Rob Kinyon Changed how the EXPERIMENTAL tag for subqueries and...
2009-03-05 Rob Kinyon Added experimental tag to as_query and subqueries in...
2009-03-03 Peter Rabbitson Put code back into branch (and fix trunk snafu)
2009-03-03 Peter Rabbitson Backout entire sybase/nobindvars/noquote changeset...
2009-03-03 Peter Rabbitson Clarify sybase/nobindvars problem (should have never...
2009-03-03 Peter Rabbitson Extend untainting of findallmod() to load_namespaces...
2009-02-27 Peter Rabbitson Dev-Release 0.08099_07
2009-02-27 Peter Rabbitson We already depend on latest SQLA - remove all reference...
2009-02-27 Peter Rabbitson Fix some should_quote_data_type problems
2009-02-27 Peter Rabbitson Throw away namespace::clean dependency
2009-02-27 Peter Rabbitson Allow sqlt_deploy_hook on views
2009-02-27 Peter Rabbitson Merge 'sybase' into 'trunk'
2009-02-25 Eden Cardim fixed alias prepending for OR'ed join conditions in...
2009-02-25 Peter Rabbitson Wrap dangerous Ordered operations in transactions ...
2009-02-24 Nigel Metheringham Merge 'column_attr' into 'trunk'
2009-02-24 Guillermo Roditi correct args in wrong order in deplo_statements
2009-02-23 Nigel Metheringham Revived include_columns documentation section (now...
2009-02-23 Nigel Metheringham Merge 'trunk' into 'column_attr'
2009-02-22 Peter Rabbitson Learn how to spell
2009-02-22 Peter Rabbitson some more Ordered docs, and a small optimization
2009-02-22 Peter Rabbitson fix exception on esoteric new_related (by zby)
2009-02-22 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-22 Michael Reddick Added default_value caveat documentation to Ordered.pm
2009-02-22 Rob Kinyon Added support for subqueries in the select and +select...
2009-02-22 Peter Rabbitson FInally rewrote Ordered properly - a number of FIXME...
2009-02-20 Matt S Trout fix test bug, also: fuck you, multi create
2009-02-20 Matt S Trout more mc fixes
2009-02-20 Peter Rabbitson A couple fixes to Ordered
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Matt S Trout revert previous revision
2009-02-20 Jason M. Mills Merge 'rt_bug_41083' into 'trunk'
2009-02-20 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-20 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-20 Michael Reddick added support for from => $rs->as_query
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
2009-02-20 Matt S Trout Merge 'trunk' into 'multi_stuff'
2009-02-20 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-20 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-20 Matt S Trout Merge 'multi_stuff' into 'trunk'
next