projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Move DocMap link to top of DBIx::Class to prevent it being missed
[dbsrgits/DBIx-Class.git]
/
t
/
2012-04-11
Peter Rabbitson
Fix buggered skip, broken by reorg in d9bd5195
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Allow for tests to run in parallel (simultaneously...
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Reorganize CDBICompat tests - centralize prereq checks...
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Fix incorrect DSN in test (does not affect test condition)
tree
|
commitdiff
2012-04-07
Peter Rabbitson
Revert 796acb6a - latest FreeTDS does not support MARs...
tree
|
commitdiff
2012-04-03
Rafael Kitover
improvements for MSSQL driver via DBD::ADO
tree
|
commitdiff
2012-04-03
Rafael Kitover
Fix auto-pk for Sybase ASE, broken by refactoring in...
tree
|
commitdiff
2012-03-28
Peter Rabbitson
Add all database connections via DBICTest::Schema to...
tree
|
commitdiff
2012-03-23
Rafael Kitover
make carp_once register messages not just callsite
tree
|
commitdiff
2012-03-23
Peter Rabbitson
Centralize (and privatize) handling of freetds driver...
tree
|
commitdiff
2012-03-22
Peter Rabbitson
Multiple cleanups to accommodate broken FreeTDS driver
tree
|
commitdiff
2012-03-22
Peter Rabbitson
Fix pessimization of offset-less Oracle limits, introdu...
tree
|
commitdiff
2012-03-22
Peter Rabbitson
Remove all "magic number" DBI get_info calls from the...
tree
|
commitdiff
2012-03-22
Wes Malone
Passing test for mssql odbc bulk insert bug fixed by...
tree
|
commitdiff
2012-03-20
Rafael Kitover
Factor out IDENTITY_INSERT for Sybase ASE and MSSQL...
tree
|
commitdiff
2012-03-20
Peter Rabbitson
Run the sybase C subtest *after* the main test
tree
|
commitdiff
2012-03-20
Peter Rabbitson
Remove todoified tests reflecting a conceptual brainfart
tree
|
commitdiff
2012-03-17
Peter Rabbitson
Move Oracle blob tests into separate file (no functiona...
tree
|
commitdiff
2012-03-17
Rafael Kitover
remove some Win32 workarounds in tests from cygwin
tree
|
commitdiff
2012-03-17
Peter Rabbitson
base.pm now repeatedly require()s modules, exposing...
tree
|
commitdiff
2012-03-16
Peter Rabbitson
Add all storage instances to the test suite leaktracing...
tree
|
commitdiff
2012-03-16
Peter Rabbitson
Fix the pure-perl in_global_destruction() emulation...
tree
|
commitdiff
2012-03-16
Peter Rabbitson
Make sure we load threads.pm before Test::More
tree
|
commitdiff
2012-03-16
Alexander Hartmaier
removed unnecessary use of Test::Exception
tree
|
commitdiff
2012-03-15
Peter Rabbitson
Adjust tests to work correctly with the upcoming Test...
tree
|
commitdiff
2012-03-14
Rafael Kitover
fix Win32 file use error in t/storage/reconnect.t
tree
|
commitdiff
2012-03-13
Rafael Kitover
Update t/751msaccess.t broken by leak checker 65d35121
tree
|
commitdiff
2012-03-12
Eden Cardim
making config flags actually recognize config files
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Fix t/inflate/datetime.t warning on older perls
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Fix failures with DBICTEST_SQLITE_USE_FILE=1 introduced...
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Test suite wide leaktesting
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Rewrite txn_do and dbh_do to use a (hidden for now...
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Fix more $schema leaks in the SQLT DBIC Parser (AUGHHHH...
tree
|
commitdiff
2012-03-09
Peter Rabbitson
Add a TODO test for a very elaborate stack leak scenario
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Simplify code of GenericSubQ limit dialect
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Some cleanups and code dedup of Top and FetchFirst...
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Functional row-parse generator - really works!!!
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Simplify RowNumber Over limit dialect implementation
tree
|
commitdiff
2012-03-02
Peter Rabbitson
Deduplicate code in rownum limit emulation
tree
|
commitdiff
2012-02-18
Peter Rabbitson
Fix embarrassing leak triggered on calling new_related...
tree
|
commitdiff
2012-02-18
Peter Rabbitson
Fix rogue child disconnecting a parent $dbh - no idea...
tree
|
commitdiff
2012-02-14
Peter Rabbitson
Majorly cleanup $rs->update/delete (no $rs-aware code...
tree
|
commitdiff
2012-02-14
Peter Rabbitson
Overhaul of variable \[] handling in populate, and...
tree
|
commitdiff
2012-02-14
Peter Rabbitson
Switch from using execute_array to execute_for_fetch...
tree
|
commitdiff
2012-02-14
Peter Rabbitson
Fix ASE bulk_insert for bind changes in 0e773352
tree
|
commitdiff
2012-02-14
Peter Rabbitson
Allow users to disable the "DT in search" warning intro...
tree
|
commitdiff
2012-01-30
Matt Phillips
Comment typo
tree
|
commitdiff
2012-01-26
Peter Rabbitson
Assert that complex bindtytyping passage works for...
tree
|
commitdiff
2012-01-18
Rafael Kitover
issue warning for DateTimes passed to ->search
tree
|
commitdiff
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
tree
|
commitdiff
2012-01-03
Alexander Hartmaier
use Path::Class for finding subdirs of t and don't...
tree
|
commitdiff
2011-12-05
Rafael Kitover
Add live Firebird test for paging fix 8b31f62e
tree
|
commitdiff
2011-12-05
Peter Rabbitson
Fix and test first_skip/skip_first limit dialects
tree
|
commitdiff
2011-11-29
Peter Rabbitson
More test fixes following 4a425300 and new DBD::SQLite...
tree
|
commitdiff
2011-11-26
Peter Rabbitson
Fix some logic pitfalls in the require tracer
tree
|
commitdiff
2011-11-26
Peter Rabbitson
Fix the join/prefetch resolver when dealing with '...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Make both pg and mysql execute t/98savepoints.t if...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Fix TxnScopeGuard misbehaving on externally set $@...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Abstract away the CORE::GLOBAL::require override code...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
More robust test suite skip-checks, check ENV before...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Switch the nobindvars test from MySQL to the always...
tree
|
commitdiff
2011-11-25
Rafael Kitover
Silence freetds/ODBC test warnings
tree
|
commitdiff
2011-11-21
Peter Rabbitson
Pass tests with DBICTEST_SQLITE_USE_FILE set
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Ensure t/53lean_startup.t remains lean
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Cleanup compose_namespace(), clarify leaktests wrt...
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Fix segfault in t/storage/quote_names.t
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Throw a sensible error when a malformed 'as'-spec is...
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Cleanup warnings in t/55namespaces_cleaned, sophisticat...
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Remove the transparrent hook lazy-pager-count experiment
tree
|
commitdiff
2011-10-25
Dagfinn Ilmari Man...
Relax expected error message syntax.
tree
|
commitdiff
2011-10-25
Dagfinn Ilmari Man...
Don't rely on GROUP BY and DISTINCT() sorting identically.
tree
|
commitdiff
2011-07-27
Peter Rabbitson
Fix oracle (I am so stupid)
tree
|
commitdiff
2011-07-19
Rafael Kitover
Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
tree
|
commitdiff
2011-07-19
Rafael Kitover
fix popups during tests on Win32 (hopefully)
tree
|
commitdiff
2011-07-19
Rafael Kitover
fix a couple test failures on Win32
tree
|
commitdiff
2011-07-19
Rafael Kitover
Oracle: fix LOB conversions for non-LOBs (RT#69548)
tree
|
commitdiff
2011-07-17
Peter Rabbitson
Fix last test susceptible to spurious warnings, cleanup...
tree
|
commitdiff
2011-07-15
Peter Rabbitson
Really fix t/53lean_startup.t
tree
|
commitdiff
2011-07-15
Matt S Trout
fix $rs->populate([]) to be a no-op rather than an...
tree
|
commitdiff
2011-07-14
Arthur Axel 'fREW...
Fix spurious test failures caused by use of Data::Compare
tree
|
commitdiff
2011-07-14
Alexander Hartmaier
replaced Test::Deep::NoTest with Data::Compare to not...
tree
|
commitdiff
2011-07-06
Alexander Hartmaier
fixed failing test when DBIC_TRACE_PROFILE is set
tree
|
commitdiff
2011-07-04
Rafael Kitover
check database driver dependencies for tests
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Open the logfile in append mode
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Fix t/55namespaces_cleaned (RT#68814)
tree
|
commitdiff
2011-06-17
Peter Rabbitson
How ::Rekey was tested against the DBIC test suite
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Fix all invocations of _resolve_condition to match...
tree
|
commitdiff
2011-06-17
Arthur Axel 'fREW...
fix bigint handling in sqlite
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Correct test-relationship name/type
tree
|
commitdiff
2011-06-13
Rafael Kitover
don't mask missing deps with datetime_undef_if_invalid
tree
|
commitdiff
2011-06-08
Rafael Kitover
Make Access inner joins 'INNER JOIN' to avoid JOIN...
tree
|
commitdiff
2011-06-07
Alexander Hartmaier
fixed order of rows difference between first and subseq...
tree
|
commitdiff
2011-06-07
Peter Rabbitson
Fix stupid oversight in update_all
tree
|
commitdiff
2011-06-07
Peter Rabbitson
Augment shorsighted code change in 5ef76b8b
tree
|
commitdiff
2011-06-07
Rafael Kitover
The test is designed to work with blob-updates only...
tree
|
commitdiff
2011-06-05
Peter Rabbitson
Rewrite handling of "storage-side old values" both...
tree
|
commitdiff
2011-06-05
Peter Rabbitson
fix doubling of find_related condition
tree
|
commitdiff
2011-06-05
Rafael Kitover
Fix newlines in skip messages
tree
|
commitdiff
2011-06-05
Peter Rabbitson
Extra cleanup of leftovers from 70171cd7
tree
|
commitdiff
next