dbsrgits/DBIx-Class.git
2011-11-25 Mark A. Stratman Documented $resultsource->name
2011-11-25 Peter Rabbitson Drop Math::BigInt optdep: no fixes concerning us were...
2011-11-25 Rafael Kitover Silence freetds/ODBC test warnings
2011-11-25 Peter Rabbitson Start caching the result of various bind_attribute_by_d...
2011-11-25 Peter Rabbitson Fix uninitializied warnings in ::Storage::Sybase::ASE...
2011-11-24 Peter Rabbitson Fix incorrect Test::Builder dep (RT#72282)
2011-11-22 Peter Rabbitson Unhide ::SQLMaker::OracleJoins to properly appear on...
2011-11-21 Peter Rabbitson Pass tests with DBICTEST_SQLITE_USE_FILE set
2011-11-21 Peter Rabbitson Changes for 135e8ce
2011-10-26 Dagfinn Ilmari... Mark ->with_deferred_fk_checks as RDBMS-specific
2011-10-25 Peter Rabbitson Fixxor pause indexing
2011-10-25 Peter Rabbitson Ensure t/53lean_startup.t remains lean
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-10-25 Peter Rabbitson Fix segfault in t/storage/quote_names.t
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-10-25 Peter Rabbitson Cleanup warnings in t/55namespaces_cleaned, sophisticat...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-10-25 Peter Rabbitson This atrocity will be removed from sqla, do not use...
2011-10-25 Peter Rabbitson Fix find() pessimization when invoked with bare values
2011-10-25 Dagfinn Ilmari... Add Changes entry for DBD::SQLite fixes.
2011-10-25 Dagfinn Ilmari... Relax expected error message syntax.
2011-10-25 Dagfinn Ilmari... Don't rely on GROUP BY and DISTINCT() sorting identically.
2011-07-27 Alexander Hartmaier Release 0.08195 v0.08195
2011-07-27 Peter Rabbitson Fix oracle (I am so stupid)
2011-07-20 Alexander Hartmaier Release 0.08194 v0.08194
2011-07-20 Uwe fix link in replication introduction
2011-07-19 Rafael Kitover Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
2011-07-19 Rafael Kitover fix popups during tests on Win32 (hopefully)
2011-07-19 Rafael Kitover fix a couple test failures on Win32
2011-07-19 Rafael Kitover Oracle: fix LOB conversions for non-LOBs (RT#69548)
2011-07-17 Peter Rabbitson Fix last test susceptible to spurious warnings, cleanup...
2011-07-17 Peter Rabbitson Reshuffle Makefile.PL a bit and add parallel-testing...
2011-07-17 Peter Rabbitson Stop Data::Compare from loading plugins at will
2011-07-15 Peter Rabbitson Moar gitignore
2011-07-15 Peter Rabbitson Rip out forgotten dep
2011-07-15 Peter Rabbitson Really fix t/53lean_startup.t
2011-07-15 Matt S Trout fix $rs->populate([]) to be a no-op rather than an...
2011-07-14 Arthur Axel... Fix spurious test failures caused by use of Data::Compare
2011-07-14 Arthur Axel... fix spurious PAUSE message
2011-07-14 Alexander Hartmaier Release 0.08193 v0.08193
2011-07-14 Alexander Hartmaier replaced Test::Deep::NoTest with Data::Compare to not...
2011-07-14 Peter Rabbitson Stop leaking cursors on oracle sequence retrieval
2011-07-14 Peter Rabbitson SQLMaker is a proper C3-enabled class, do not use SUPER::
2011-07-06 Alexander Hartmaier fixed failing test when DBIC_TRACE_PROFILE is set
2011-07-04 Rafael Kitover check database driver dependencies for tests
2011-06-17 Peter Rabbitson Open the logfile in append mode
2011-06-17 Peter Rabbitson Fix t/55namespaces_cleaned (RT#68814)
2011-06-17 Peter Rabbitson How ::Rekey was tested against the DBIC test suite
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
2011-06-17 Peter Rabbitson Fix all invocations of _resolve_condition to match...
2011-06-17 Peter Rabbitson Do not consider non-sequence oracle triggers during...
2011-06-17 Arthur Axel... fix bigint handling in sqlite
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-06-17 Peter Rabbitson More robust insert() logic to avoid undef warnings
2011-06-17 Peter Rabbitson Make Ordered play nice with other things hooking update()
2011-06-17 David Schmidt explicit int cast, prevents the result rounding up...
2011-06-13 Rafael Kitover don't mask missing deps with datetime_undef_if_invalid
2011-06-08 moltar Fixed a typo in the POD
2011-06-08 Rafael Kitover don't add Sys::SigAction to author deps on Win32
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-06-07 Peter Rabbitson Fix stupid oversight in update_all
2011-06-07 Peter Rabbitson Augment shorsighted code change in 5ef76b8b
2011-06-07 Rafael Kitover The test is designed to work with blob-updates only...
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2011-06-05 Peter Rabbitson Minor cleanup of ResultSource attributes
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-06-05 Rafael Kitover Fix newlines in skip messages
2011-06-05 Peter Rabbitson Extra cleanup of leftovers from 70171cd7
2011-06-04 Pedro Melo Added tests for chained sqlt_deploy_hook()'s
2011-06-04 Pedro Melo Revert "Fix incorrect default sqlt_deploy_hook signatur...
2011-05-31 Florian Ragwitz Allow changing attributes on schema cloning
2011-05-24 Moritz Lenz [docs] remove a stray "1;"
2011-05-24 Moritz Lenz [doc] replace pseudocode with real code
2011-05-23 Justin Hunter fix typo
2011-05-18 Rafael Kitover add DateTime parser for Sybase ASE
2011-05-17 Rafael Kitover change FreeTDS related warnings to carp_once
2011-05-17 Rafael Kitover make Oracle trigger queries safe for coderef connect_infos
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-05-10 Arthur Axel... Release 0.08192 v0.08192
2011-05-10 Justin Hunter turn 'use vars' into 'our'
2011-05-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
2011-05-09 Rafael Kitover remove meaningless mysql test that breaks on Win32
2011-05-09 Arthur Axel... remove TODOs solved by helpers
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-05-07 Rafael Kitover remove done TODO entry (infer quote_char)
2011-05-03 Arthur Axel... Release 0.08191 v0.08191
2011-05-02 Naveed Massjouni Added documentation for the -ident/-value operators...
2011-05-02 Peter Rabbitson Skip blob like ? comparison on older oracle versions...
2011-05-02 Arthur Axel... Release 0.08190_01
2011-05-02 Rafael Kitover Fix assumption in Sybase::ASE blob updater: cond is...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-05-02 Peter Rabbitson Channel all DBIHacks methods to the replicated writer
2011-05-02 Peter Rabbitson Revert incorrect assumption about non-functional cached...
2011-05-02 Peter Rabbitson Use clearer varnames
2011-05-02 Peter Rabbitson Fix incorrect default sqlt_deploy_hook signature
2011-05-02 Damien Krotkine Documentation regarding resultsets in list context
2011-05-02 Rafael Kitover Cleanup Oracle's 00a28188 / add support for update...
2011-05-02 Rafael Kitover fix MSSQL on_connect_call => 'use_dynamic_cursors'...
next