dbsrgits/DBIx-Class.git
2009-02-18 Rob Kinyon The tests are truly failing tests
2009-02-18 Rob Kinyon Added TODO tests for +select and from with as_query
2009-02-18 Rob Kinyon Moved the actual subquery test to a new subquery testfile
2009-02-18 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-17 Norbert Buchmuller * Added new TODO tests for bind attributes (for -...
2009-02-17 Rafael Kitover changed DBD::SQLite from a test_requires to a configure...
2009-02-17 Rafael Kitover changed WriteAll; to WriteAll(); in Makefile.PL because...
2009-02-17 Rafael Kitover minor Oracle changes
2009-02-17 Norbert Buchmuller * Added new test subs (is_same_sql, is_same_bind)...
2009-02-17 Jess Robinson Add multiple database/schema FAQs
2009-02-17 Norbert Buchmuller * Fixed the bug in the test that made it fail in the...
2009-02-17 Norbert Buchmuller * Added the missing POD of a sub.
2009-02-17 Norbert Buchmuller * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED...
2009-02-17 Norbert Buchmuller * Fixed the initial DROP TABLE statement (used to...
2009-02-17 Norbert Buchmuller * Updated POD for using PostgreSQL arrays because...
2009-02-17 Norbert Buchmuller * Fixed to make it work with [colname => value] bind...
2009-02-16 Rob Kinyon Merge 'subquery' into 'trunk'
2009-02-16 Rob Kinyon Merge 'trunk' into 'subquery'
2009-02-16 Rob Kinyon Added a bit of explanation to resultsets to cut down...
2009-02-16 Peter Rabbitson Some cleanups of oracle patch
2009-02-16 Rafael Kitover sorry, I fucked up the indentation...
2009-02-15 Rafael Kitover Improved connected logic for Oracle storage
2009-02-15 Rob Kinyon Subqueries are done
2009-02-15 Johannes Plunien RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic...
2009-02-15 Peter Rabbitson A dbh_do statement executed with bind values will confu...
2009-02-15 Peter Rabbitson Make 81transactions.t DBIC_TRACE friendly
2009-02-13 Rob Kinyon Added a passing test for initial simple subqueries
2009-02-13 Rob Kinyon Added as_sql and as_subselect as wrappers around as_query
2009-02-13 Rafael Kitover Throw exception on invalidated session if in a transaction.
2009-02-13 Peter Rabbitson Some forgotten tests
2009-02-13 Rafael Kitover Some fixes for Oracle edge cases
2009-02-13 Johannes Plunien Refactored and re-added r5041: Split sql statements...
2009-02-12 Nigel Metheringham Made update() on a rs that includes joins complain...
2009-02-12 Guillermo Roditi fixed bug for undef_on_null_fk edge case
2009-02-11 Rob Kinyon Checking in failing test
2009-02-11 Nigel Metheringham Documentation update on startup speed
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-11 Peter Rabbitson make single() die if passed attributes
2009-02-11 Peter Rabbitson Add missing shallow copy of seen_join
2009-02-11 Peter Rabbitson Add a weird extra test, that should work nevertheless
2009-02-11 Peter Rabbitson Test for resultset corruption by search()
2009-02-10 Rob Kinyon Switched to use is_same_sql_bind() per ribasushi's...
2009-02-10 Jess Robinson 1) Add docs to ATTRIBUTES to better explain where to...
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
2009-02-10 Jess Robinson More docs, pointing at using deploy/create_ddl_dir
2009-02-10 Peter Rabbitson More rh-bug related stuff:
2009-02-10 Peter Rabbitson Finally make the indexer happy wrt SQL::Translator...
2009-02-09 Guillermo Roditi ahhhh my bad. svk patch ne patch. oops adding missing...
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-07 Peter Rabbitson Up dependency on SQLT (releasing now)
2009-02-07 Peter Rabbitson Up trunk dependency versions
2009-02-07 Johannes Plunien Possible to set locale in IC::DateTime extra => {}...
2009-02-05 Peter Rabbitson Commit some debugging code
2009-02-02 Peter Rabbitson part 2
2009-02-02 Peter Rabbitson Bring back _RowNumberOver deleted in the sqla commotion...
2009-02-01 Peter Rabbitson Fix the dbicadmin test for good (take 2)
2009-02-01 Peter Rabbitson Fix the dbicadmin test for good
2009-01-31 Peter Rabbitson pod align by dandv
2009-01-30 Jess Robinson DB2 compat: add new artist rank field to col_info_for...
2009-01-30 Peter Rabbitson Add the _find_syntax caching back
2009-01-30 Jess Robinson DB2 compatibility fix, update test to add new artist...
2009-01-30 Marc Mims Bring test current with DBICTest schema.
2009-01-30 Jason M. Mills editorial typo in my previous commit.
2009-01-30 Jason M. Mills Added a more verbose non column accessor example.
2009-01-29 Peter Rabbitson Add the sqla test harness to the stopgap branch
2009-01-29 Peter Rabbitson More verbosity as tomboh suggested
2009-01-29 Peter Rabbitson A pass is not strictly necessary for a test connection
2009-01-29 Peter Rabbitson Sanify 746mssql.t
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-28 Devin Austin removed test variable
2009-01-28 Devin Austin testing dhoss's permissions
2009-01-28 Devin Austin Fixed spelling error
2009-01-28 Peter Rabbitson wording
2009-01-28 Peter Rabbitson Older versions behave erratically in the new reentrant...
2009-01-28 Peter Rabbitson make load_optional_class smarter when confronted with...
2009-01-28 Peter Rabbitson Special treatment of windows users - you can not segfau...
2009-01-27 Peter Rabbitson Test all available JSON:: implementations in 89dbicadmin.t
2009-01-25 Peter Rabbitson ignore MANIFEST
2009-01-25 Peter Rabbitson First stab at restructuring with tests_recursive()...
2009-01-25 Peter Rabbitson Adjust MANIFEST
2009-01-24 Peter Rabbitson Add feature-list from nixed 09 branch
2009-01-23 Peter Rabbitson more typo patches by dandv
2009-01-23 Peter Rabbitson Some doc fixes by dandv
2009-01-23 Peter Rabbitson Dev-Release 0.08099_06
2009-01-21 Jess Robinson Docs fixed, tests not fail..
2009-01-21 Peter Rabbitson Fill in some missing changes
2009-01-21 Peter Rabbitson better hook docs
2009-01-21 Peter Rabbitson leftover debug
2009-01-21 Peter Rabbitson First stab at properly documenting the new sqlt_hook...
2009-01-20 Peter Rabbitson remove_columns() sanitization by Oleg Pronin
2009-01-20 Yuval Kogman Add sqlt_deploy_hook to Result Source
2009-01-20 Peter Rabbitson Change my email
2009-01-20 Peter Rabbitson Disable 103many_to_many_warning.t for perl 5.10 - warni...
2009-01-18 Norbert Buchmuller * Added documentation of "Arbitrary SQL through a...
2009-01-18 Norbert Buchmuller Merge 'sqla_1.50_compat' into 'trunk'
2009-01-18 Norbert Buchmuller * Removed temporary notes file (WHATSNEW.txt).
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-18 Norbert Buchmuller Merge 'trunk' into 'sqla_1.50_compat'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
next