dbsrgits/DBIx-Class.git
2009-05-12 Justin Hunter Changes for count_distinct branch merge
2009-05-12 Anders Nor... Test for failing code related to many to many in MySQL
2009-05-12 Ron "Quinn... Added synopsis of merged oracle-tweaks branch to Changes
2009-05-12 Brian Cassidy added info to Changes from my DateTime::InflateColumn...
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 Shuffle delete tests, and sanify the delete related...
2009-05-12 Peter Rabbitson Cleanup
2009-05-12 Peter Rabbitson Merge 'oracle-tweaks' into 'trunk'
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... Moved DBIC::SQL::Abstract inner classes to DBIx::Class...
2009-05-11 Peter Rabbitson Change the makefile to test r6202
2009-05-10 Peter Rabbitson Switch the m2m method warnings from warnings::register...
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-10 Peter Rabbitson Require DBICTest.pm in all tests even if it is not...
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 Ron "Quinn... Changed test of lob values from is to ok on an eq expr...
2009-05-09 Justin Hunter rewrite DISTINCT/COUNT(DISTINCT) Cookbook entries
2009-05-08 Peter Rabbitson Final count tests
2009-05-08 Peter Rabbitson Merge 'trunk' into 'oracle-tweaks'
2009-05-08 Peter Rabbitson Remove redundant var
2009-05-08 Ron "Quinn... Refactored to call _{inflate_to,deflate_from}_datetime...
2009-05-08 John Goulah renaming rh performance test so it will show up at...
2009-05-08 Peter Rabbitson Fix POD
2009-05-08 Johannes Plunien Set NLS_LANG so we have a predictable date format...
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 Adjust tests for the IN fixes
2009-05-07 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-07 Peter Rabbitson Bump SQLA dependency so -in/-between workarounds overlo...
2009-05-07 Peter Rabbitson Changes, remove merged branch
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 This test is completely borked, needs a rewrite
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 Justin Hunter fix old test using new bind vars (no more interpolating)
2009-05-06 Peter Rabbitson TODOify sqla-dependent tests
2009-05-06 Peter Rabbitson Merge 'trunk' into 'count_distinct'
2009-05-06 Peter Rabbitson Merge 'subquery' into 'count_distinct'
2009-05-05 Ron "Quinn... Added self to contributors; clarified comment on :ora_t...
2009-05-05 Justin Hunter Merge 'sybase_mssql' into 'trunk'
2009-05-05 Justin Hunter add a line to Changes and add a CAVEAT
2009-05-05 Justin Hunter Merge 'trunk' into 'sybase_mssql'
2009-05-04 Ron "Quinn... Re-added last_updated_at to create table statement.
2009-05-04 Ron "Quinn... Proper support for timestamp inflation. Added last_upd...
2009-05-03 Johannes Plunien Using "is" instead of "cmp_ok"
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-05-03 Peter Rabbitson Bump SQLA ependencies so parenthesis_significant is...
2009-05-03 Peter Rabbitson Bump SQLA ependencies so parenthesis_significant is...
2009-05-03 Ron "Quinn... Support for saving CLOB and BLOB types in Oracle.
2009-05-03 Peter Rabbitson Failing test without immediate fixes go to branches...
2009-05-03 Peter Rabbitson Failing test without immediate fixes go to branches...
2009-05-02 Johannes Plunien Failing testcase for using subselect (as_query)
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 more fixes to tests
2009-05-02 Justin Hunter remove hackish ways
2009-05-01 Justin Hunter make sure merge bind
2009-05-01 Justin Hunter cleanup/fix some broken tests
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-30 Justin Hunter branch to work on Sybase/MSSQL subtleties
2009-04-30 Peter Rabbitson Revert addition of superficial relationship in r5886
2009-04-30 Peter Rabbitson Add joined count test
2009-04-30 Peter Rabbitson Add tests for r6002
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 Changes
2009-04-29 Peter Rabbitson Fixes to massive breakage introduced by 5948 ribasushi--
2009-04-29 Peter Rabbitson Forgotten debugging
2009-04-29 Peter Rabbitson Strip out inane todo
2009-04-29 Justin Hunter untodo/fix test
2009-04-29 Peter Rabbitson Add TODOs illustrating a problem with as_query
2009-04-29 Peter Rabbitson Add two TODOs by arcanez (not sure about those)
2009-04-29 Peter Rabbitson test and patch for failing mini-prefetch via columns...
2009-04-28 Justin Hunter test for prefetch by columns
2009-04-28 Justin Hunter fix for columns => [ ... ] issue
2009-04-28 Peter Rabbitson Bogus test dependency
2009-04-28 Peter Rabbitson Fix a todo and some minor test adjustments
2009-04-28 Justin Hunter change from DB::Schema to My::Schema
2009-04-27 Peter Rabbitson Release 0.08101 v0.08101
2009-04-27 Peter Rabbitson More AUTHOR dependencies pulled from Replicated.pm
2009-04-27 Peter Rabbitson Whops, we don't exit under win32
2009-04-27 Peter Rabbitson Refactor the (almost obsolete) DBD::SQLite check not...
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 Peter Rabbitson Cosmetic change
next