Massive rewrite of bind handling, and overall simplification of ::Storage::DBI
[dbsrgits/DBIx-Class.git] / t /
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Privatize _sth
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2011-03-29 Peter Rabbitson Stop flooding the console with garbage on pg blob errors
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-25 Peter Rabbitson Fix syntax error that slipped into 9c1700e3
2011-03-22 Peter Rabbitson Delete duplicated test (somehow 1:1 with t/search/subqu...
2011-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-21 Peter Rabbitson Remove significance of some test envvars (and add a...
2011-03-21 Peter Rabbitson Remove test prototype that was never completed further...
2011-03-21 Peter Rabbitson Add startup sanity check of the ::DBI::Replicated metho...
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2011-03-08 Peter Rabbitson Make sure the component_class autoloader works across...
2011-03-08 Rafael Kitover fixup Firebird ODBC driver for DBD::ODBC 1.29
2011-03-01 Justin Hunter Switch cursor accessor to CAG's component_class type...
2011-03-01 Rafael Kitover create file_columns table when DBICTEST_SQLT_DEPLOY...
2011-02-25 Peter Rabbitson Extra test for mysql_auto_reconnect and fork
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-02-25 Peter Rabbitson Cleanup C3 handling, require updated Class::C3::Compone...
2011-02-24 Peter Rabbitson Fix quote_names assumption of DBD::* availability
2011-02-24 Peter Rabbitson Move the test bits related to deprecated IC::File out...
2011-02-24 Peter Rabbitson Make pg tests cleanup better after themselves
2011-02-24 Peter Rabbitson Fix rev_rel_info on prototype sources
2011-02-24 Rafael Kitover rewrite SQLAnywhere GUID normalizing as a cursor_class...
2011-02-22 milki Patch to schema->deploy against a file
2011-02-21 Rafael Kitover Multiple code/test/doc improvements for MSSQL over...
2011-02-21 Rafael Kitover Add extra test blob type
2011-02-03 Peter Rabbitson Add proper DateTime handling to t/52leaks.t
2011-02-03 Rafael Kitover add quote_names connect_info option
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-27 Peter Rabbitson Ignore to-be-leaktested classdata, instead of forcibly...
2011-01-25 Peter Rabbitson Fix broken select/group bind in Oracle (after 0542ec57...
2011-01-25 Peter Rabbitson Disable default mysql_auto_reconnect for MySQL
2011-01-19 Rafael Kitover Change indentation after 384b8bce2 (whitespace changes...
2011-01-19 Rafael Kitover Improvements for MSSQL+ODBC multiple active resultset...
2011-01-19 Rafael Kitover Move mssql/sybase guid tests to their own table (do...
2011-01-19 Alexander Hartmaier Fix deploy and relationship traversal on partial schemas
2011-01-19 Peter Rabbitson DBIC now warns on explicit false AutoCommit, and when...
2011-01-19 Peter Rabbitson Cleanup some of the storage tests (no func. changes)
2011-01-19 Peter Rabbitson Fix incorrect error detection during populate() on...
2011-01-19 Peter Rabbitson Fix stupid stupid ommission RT#64839
2011-01-19 Peter Rabbitson Add back populate stress-test (inadvertently broken...
2011-01-19 Peter Rabbitson Skip test on smokers with broken Moose
2011-01-19 Maik Hentsche Cleaner error message for using source() without requir...
2011-01-14 Peter Rabbitson Reduce to a warning the find-with-NULL-key exception...
2011-01-13 Peter Rabbitson Fix for => 'shared' on MySQL (RT#64590)
2011-01-13 Peter Rabbitson Remove some accumulated cruft
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2011-01-13 Peter Rabbitson 5.8.1 threads are wonky - tests no longer pass with...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
2011-01-11 Rafael Kitover remove warning about trying to delete open file in...
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-28 Peter Rabbitson Fix a deadlock-prone test
2010-12-28 Peter Rabbitson Stop t/storage/error from failing on memory-leaking...
2010-12-27 Peter Rabbitson Extra test for Replicated debug (forgotten in 8592e2d1)
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-23 Peter Rabbitson Deprecate -nest with strong prejudice
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-23 Rafael Kitover Fix missed t/inflate/datetime_sqlanywhere.t migration...
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-12-17 Fabien Wernli force NLS_{LANG,COMP,SORT} for improved predictability
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-03 Rafael Kitover rename sybase_asa tests and env vars to sqlanywhere
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-12-02 Fabien Wernli Get Storage::Oracle to behave when quoting is enabled
2010-12-01 Peter Rabbitson Separate the oracle core and hq tests
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-11-24 Rafael Kitover Quote table name when inserting DEFAULT VALUES
2010-11-18 Peter Rabbitson Backout inconsistent changes to +columns handling
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-11-18 Peter Rabbitson Suppress replicated test warnings on win32 as well
2010-11-18 Peter Rabbitson Fix 2 stupid omissions in tests
2010-11-18 Peter Rabbitson Fix a forgotten nested try::tiny usage
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-11-12 Peter Rabbitson Stop spurious warnings in cdbi test
2010-11-10 Peter Rabbitson Overhaul serialization test, add optional Memcached...
2010-11-10 Peter Rabbitson Add Storable freeze/thaw hooks to ResultSet to detach...
2010-11-10 Peter Rabbitson Switch all Storable serialization calls from freeze...
2010-11-10 Peter Rabbitson Fix regressions in IC::DT registration logic
2010-11-10 Peter Rabbitson Fix datetime dependency in t/60core.t (RT62635)
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-11-10 Peter Rabbitson Die on search in void context
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-11-10 Alexander Hartmaier More robust Oracle autoinc pk sequence detection
2010-11-10 John Napiorkowski fix and regression test for RT #62642
2010-10-30 Alexander Hartmaier Removed unintentionally doubled cd pk trigger from...
2010-10-28 Peter Rabbitson Generalize leak-trace handling
next