projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Deduplicate code in RSC, use the RSRC unique constraint traversal instead
[dbsrgits/DBIx-Class-Historic.git]
/
Changes
2012-03-02
Peter Rabbitson
Add an internal unique colset finder and relax complex...
blob
|
commitdiff
2012-03-02
Peter Rabbitson
Remove the "row-by-row shift" Ordered.pm pessimization
blob
|
commitdiff
|
diff to current
2012-02-18
Peter Rabbitson
Fix embarrassing leak triggered on calling new_related...
blob
|
commitdiff
|
diff to current
2012-02-18
Peter Rabbitson
Fix rogue child disconnecting a parent $dbh - no idea...
blob
|
commitdiff
|
diff to current
2012-02-14
Peter Rabbitson
Majorly cleanup $rs->update/delete (no $rs-aware code...
blob
|
commitdiff
|
diff to current
2012-02-14
Peter Rabbitson
Overhaul of variable \[] handling in populate, and...
blob
|
commitdiff
|
diff to current
2012-02-14
Peter Rabbitson
Switch from using execute_array to execute_for_fetch...
blob
|
commitdiff
|
diff to current
2012-02-14
Peter Rabbitson
Allow users to disable the "DT in search" warning intro...
blob
|
commitdiff
|
diff to current
2012-01-18
Rafael Kitover
issue warning for DateTimes passed to ->search
blob
|
commitdiff
|
diff to current
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
blob
|
commitdiff
|
diff to current
2011-12-05
Peter Rabbitson
Fix and test first_skip/skip_first limit dialects
blob
|
commitdiff
|
diff to current
2011-11-29
Andrew Rodland
Release 0.08196
blob
|
commitdiff
|
diff to current
2011-11-26
Peter Rabbitson
Fix the join/prefetch resolver when dealing with '...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Fix TxnScopeGuard misbehaving on externally set $@...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Abstract away the CORE::GLOBAL::require override code...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Skip error/warn frames within CAG - saner callsite...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Drop Math::BigInt optdep: no fixes concerning us were...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Start caching the result of various bind_attribute_by_d...
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Fix uninitializied warnings in ::Storage::Sybase::ASE...
blob
|
commitdiff
|
diff to current
2011-11-24
Peter Rabbitson
Fix incorrect Test::Builder dep (RT#72282)
blob
|
commitdiff
|
diff to current
2011-11-21
Peter Rabbitson
Pass tests with DBICTEST_SQLITE_USE_FILE set
blob
|
commitdiff
|
diff to current
2011-11-21
Peter Rabbitson
Changes for 135e8ce
blob
|
commitdiff
|
diff to current
2011-10-25
Peter Rabbitson
Throw a sensible error when a malformed 'as'-spec is...
blob
|
commitdiff
|
diff to current
2011-10-25
Peter Rabbitson
Remove the transparrent hook lazy-pager-count experiment
blob
|
commitdiff
|
diff to current
2011-10-25
Peter Rabbitson
Fix find() pessimization when invoked with bare values
blob
|
commitdiff
|
diff to current
2011-10-25
Dagfinn Ilmari Man...
Add Changes entry for DBD::SQLite fixes.
blob
|
commitdiff
|
diff to current
2011-07-27
Alexander Hartmaier
Release 0.08195
blob
|
commitdiff
|
diff to current
2011-07-27
Peter Rabbitson
Fix oracle (I am so stupid)
blob
|
commitdiff
|
diff to current
2011-07-20
Alexander Hartmaier
Release 0.08194
blob
|
commitdiff
|
diff to current
2011-07-19
Rafael Kitover
Oracle: fix LOB conversions for non-LOBs (RT#69548)
blob
|
commitdiff
|
diff to current
2011-07-17
Peter Rabbitson
Stop Data::Compare from loading plugins at will
blob
|
commitdiff
|
diff to current
2011-07-15
Peter Rabbitson
Really fix t/53lean_startup.t
blob
|
commitdiff
|
diff to current
2011-07-15
Matt S Trout
fix $rs->populate([]) to be a no-op rather than an...
blob
|
commitdiff
|
diff to current
2011-07-14
Arthur Axel 'fREW...
Fix spurious test failures caused by use of Data::Compare
blob
|
commitdiff
|
diff to current
2011-07-14
Alexander Hartmaier
Release 0.08193
blob
|
commitdiff
|
diff to current
2011-07-14
Peter Rabbitson
Stop leaking cursors on oracle sequence retrieval
blob
|
commitdiff
|
diff to current
2011-06-17
Peter Rabbitson
Open the logfile in append mode
blob
|
commitdiff
|
diff to current
2011-06-17
Peter Rabbitson
Fix t/55namespaces_cleaned (RT#68814)
blob
|
commitdiff
|
diff to current
2011-06-17
Arthur Axel 'fREW...
fix bigint handling in sqlite
blob
|
commitdiff
|
diff to current
2011-06-17
David Schmidt
explicit int cast, prevents the result rounding up...
blob
|
commitdiff
|
diff to current
2011-06-13
Rafael Kitover
don't mask missing deps with datetime_undef_if_invalid
blob
|
commitdiff
|
diff to current
2011-06-08
Rafael Kitover
Make Access inner joins 'INNER JOIN' to avoid JOIN...
blob
|
commitdiff
|
diff to current
2011-06-07
Alexander Hartmaier
fixed order of rows difference between first and subseq...
blob
|
commitdiff
|
diff to current
2011-06-07
Peter Rabbitson
Fix stupid oversight in update_all
blob
|
commitdiff
|
diff to current
2011-06-05
Peter Rabbitson
Rewrite handling of "storage-side old values" both...
blob
|
commitdiff
|
diff to current
2011-06-05
Peter Rabbitson
fix doubling of find_related condition
blob
|
commitdiff
|
diff to current
2011-06-05
Peter Rabbitson
Extra cleanup of leftovers from 70171cd7
blob
|
commitdiff
|
diff to current
2011-06-04
Pedro Melo
Revert "Fix incorrect default sqlt_deploy_hook signatur...
blob
|
commitdiff
|
diff to current
2011-05-31
Florian Ragwitz
Allow changing attributes on schema cloning
blob
|
commitdiff
|
diff to current
2011-05-11
Brian Phillips
take more care in mangling SELECT when applying subquer...
blob
|
commitdiff
|
diff to current
2011-05-10
Arthur Axel 'fREW...
Release 0.08192
blob
|
commitdiff
|
diff to current
2011-05-09
Peter Rabbitson
Fix serious DBD::SQLite numeric datatype mismatch regre...
blob
|
commitdiff
|
diff to current
2011-05-03
Arthur Axel 'fREW...
Release 0.08191
blob
|
commitdiff
|
diff to current
2011-05-02
Arthur Axel 'fREW...
Release 0.08190_01
blob
|
commitdiff
|
diff to current
2011-05-02
Peter Rabbitson
Revert the smart-select-ordering introduced in 36fd7f07
blob
|
commitdiff
|
diff to current
2011-05-02
Peter Rabbitson
Channel all DBIHacks methods to the replicated writer
blob
|
commitdiff
|
diff to current
2011-05-02
Peter Rabbitson
Revert incorrect assumption about non-functional cached...
blob
|
commitdiff
|
diff to current
2011-05-02
Peter Rabbitson
Fix incorrect default sqlt_deploy_hook signature
blob
|
commitdiff
|
diff to current
2011-04-29
Rafael Kitover
savepoints for SQLite
blob
|
commitdiff
|
diff to current
2011-04-29
Peter Rabbitson
Another overhaul of transaction/savepoint handling
blob
|
commitdiff
|
diff to current
2011-04-22
Peter Rabbitson
Fix custom-relationships on resultsources with multilev...
blob
|
commitdiff
|
diff to current
2011-04-22
Peter Rabbitson
Fix stupid optimizer bug with has_many joined over...
blob
|
commitdiff
|
diff to current
2011-04-21
Peter Rabbitson
Drop DBI requirement down to 1.57
blob
|
commitdiff
|
diff to current
2011-04-19
Alexander Kuznetsov
Fix $rs->next when using HRI with right-join-side data...
blob
|
commitdiff
|
diff to current
2011-04-16
Rafael Kitover
handle BLOB and CLOB columns in WHERE for Oracle
blob
|
commitdiff
|
diff to current
2011-04-16
Robert Bohne
Add retrieve_on_insert column_info flag, to autoretriev...
blob
|
commitdiff
|
diff to current
2011-04-14
Rafael Kitover
support sub-second precision for TIMESTAMPs for Firebir...
blob
|
commitdiff
|
diff to current
2011-04-12
Arthur Axel 'fREW...
Fix complex limits with subqueries in selectors
blob
|
commitdiff
|
diff to current
2011-04-11
Rafael Kitover
support for DBD::Firebird
blob
|
commitdiff
|
diff to current
2011-04-11
Arthur Axel 'fREW...
Parameterize pagination
blob
|
commitdiff
|
diff to current
2011-04-09
Rafael Kitover
Refactor/improve support of DBD::Sybase compiled agains...
blob
|
commitdiff
|
diff to current
2011-04-07
Peter Rabbitson
Merge branch 0.08200_track into master
blob
|
commitdiff
|
diff to current
2011-04-04
Peter Rabbitson
Overhaul populate code - fix \[] support and exotic...
blob
|
commitdiff
|
diff to current
2011-04-01
Rafael Kitover
Comprehensive MSAccess support over both DBD::ODBC...
blob
|
commitdiff
|
diff to current
2011-04-01
Peter Rabbitson
Fix (and test) quoting with the older style of WhereJoi...
blob
|
commitdiff
|
diff to current
2011-03-31
Arthur Axel 'fREW...
fix from => $rs->as_query
blob
|
commitdiff
|
diff to current
2011-03-31
Rafael Kitover
make the DB2/AS400 storage a subclass of DB2, do RNO...
blob
|
commitdiff
|
diff to current
2011-03-30
Peter Rabbitson
Massive rewrite of bind handling, and overall simplific...
blob
|
commitdiff
|
diff to current
2011-03-29
Peter Rabbitson
Privatize _sth
blob
|
commitdiff
|
diff to current
2011-03-27
Peter Rabbitson
Ditch Carp::Clan for our own thing
blob
|
commitdiff
|
diff to current
2011-03-22
Peter Rabbitson
Fix long relationship/column names in oracle for good
blob
|
commitdiff
|
diff to current
2011-03-22
Peter Rabbitson
Fixup SQLA monkeypatch in anticipation of new SQLA...
blob
|
commitdiff
|
diff to current
2011-03-22
Peter Rabbitson
Cleanup that namespacing mess
blob
|
commitdiff
|
diff to current
2011-03-20
Rob Kinyon
Fixed bug in _strip_cond_qualifiers, patch generously...
blob
|
commitdiff
|
diff to current
2011-03-13
Robert Buels
cascading delete on a nonexistent relation should warn...
blob
|
commitdiff
|
diff to current
2011-03-11
Jason Mills
Fix 'exit via next' warning from DBIx::Class::ResultSou...
blob
|
commitdiff
|
diff to current
2011-03-08
Rafael Kitover
fixup Firebird ODBC driver for DBD::ODBC 1.29
blob
|
commitdiff
|
diff to current
2011-03-01
Justin Hunter
Switch cursor accessor to CAG's component_class type...
blob
|
commitdiff
|
diff to current
2011-02-25
Peter Rabbitson
Lazy-load as many of the non-essential modules as possible
blob
|
commitdiff
|
diff to current
2011-02-25
Peter Rabbitson
Cleanup C3 handling, require updated Class::C3::Compone...
blob
|
commitdiff
|
diff to current
2011-02-24
Peter Rabbitson
Fix rev_rel_info on prototype sources
blob
|
commitdiff
|
diff to current
2011-02-22
milki
Patch to schema->deploy against a file
blob
|
commitdiff
|
diff to current
2011-02-21
Rafael Kitover
Display a warning when an ODBC or ADO subclass is not...
blob
|
commitdiff
|
diff to current
2011-02-21
Rafael Kitover
Multiple code/test/doc improvements for MSSQL over...
blob
|
commitdiff
|
diff to current
2011-02-03
Peter Rabbitson
Better exception when things get really really bad...
blob
|
commitdiff
|
diff to current
2011-02-03
Rafael Kitover
add quote_names connect_info option
blob
|
commitdiff
|
diff to current
2011-01-27
Peter Rabbitson
Fix for SpeedyCGI and an extensive test of persistent...
blob
|
commitdiff
|
diff to current
2011-01-25
Peter Rabbitson
Fix broken select/group bind in Oracle (after 0542ec57...
blob
|
commitdiff
|
diff to current
2011-01-25
Peter Rabbitson
Disable default mysql_auto_reconnect for MySQL
blob
|
commitdiff
|
diff to current
2011-01-25
Peter Rabbitson
Release 0.08190
blob
|
commitdiff
|
diff to current
next