TODOified test for RT#40701
[dbsrgits/DBIx-Class.git] / lib /
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-06 Rafael Kitover ::DBI:Replicated - merge connect_info from master to...
2009-05-06 Rafael Kitover Replicated - fixup types and namespace::clean
2009-05-06 Rafael Kitover fix ::DBI::Replicated::all_storages
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 Rafael Kitover ::Replicated - test hashref for connect_replicants...
2009-05-04 Rafael Kitover support hashrefs for connect_replicants
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...
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'
next