projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
(travis) Enhance the 'broken compiler' test
[dbsrgits/DBIx-Class.git]
/
Changes
2016-04-02
Peter Rabbitson
Fix another ::FilterColumn bug sigh...
blob
|
commitdiff
2016-04-02
Fabrice Gabolde
Fix parsing DSN when the driver part includes DBI attri...
blob
|
commitdiff
|
diff to current
2016-04-01
Peter Rabbitson
Fix annoying warnings on innocent looking MSSQL code
blob
|
commitdiff
|
diff to current
2016-03-30
Paul Mooney
Avoid infinite loop if save point does not exist
blob
|
commitdiff
|
diff to current
2016-03-30
Peter Rabbitson
Really fix SQLite savepoints unlike the shortsighted...
blob
|
commitdiff
|
diff to current
2016-03-30
Peter Rabbitson
Fix incorrect exception propagation in ::Replicated...
blob
|
commitdiff
|
diff to current
2016-03-30
Peter Rabbitson
Fix *stupid* silencing of exceptions introduced in...
blob
|
commitdiff
|
diff to current
2016-03-30
Peter Rabbitson
Step up the error reporting on unexpected NULLs during...
blob
|
commitdiff
|
diff to current
2016-03-28
Peter Rabbitson
Fix incorrect data returned in a corner case of partial...
blob
|
commitdiff
|
diff to current
2016-03-23
Peter Rabbitson
Better testing that RT#63874 being fully fixed by ddcc02d1
blob
|
commitdiff
|
diff to current
2016-02-13
gregor herrmann
Apply debian downstream spelling patch 481e21bf
blob
|
commitdiff
|
diff to current
2016-02-13
Peter Rabbitson
Adjust Changes to reflect what was shipped in 0.082821
blob
|
commitdiff
|
diff to current
2016-02-03
Peter Rabbitson
Protect DBIC as best we can from the failure mode in...
blob
|
commitdiff
|
diff to current
2016-02-03
Peter Rabbitson
Detect and very loudly warn about Return::Multilevel...
blob
|
commitdiff
|
diff to current
2016-02-03
Peter Rabbitson
Remove Config::Any from the core dep set
blob
|
commitdiff
|
diff to current
2016-01-27
Peter Rabbitson
Ensure the $storage state reflects the current connecti...
blob
|
commitdiff
|
diff to current
2016-01-13
Peter Rabbitson
The complete fix for intermittent t/750firebird.t failu...
blob
|
commitdiff
|
diff to current
2015-11-05
Peter Rabbitson
Move the rows/offset sanity checks from DBI to _resolve...
blob
|
commitdiff
|
diff to current
2015-11-03
Peter Rabbitson
Adjust view-dependency tests to work on newer libsqlite
blob
|
commitdiff
|
diff to current
2015-11-03
Peter Rabbitson
Fix spurious ROLLBACK statements when a TxnScopeGuard...
blob
|
commitdiff
|
diff to current
2015-11-03
Peter Rabbitson
Stop requiring explicit bindtype specification for...
blob
|
commitdiff
|
diff to current
2015-11-03
Peter Rabbitson
FINALLY find and fix the elusive parallel test deadlock
blob
|
commitdiff
|
diff to current
2015-10-15
Peter Rabbitson
Stop using bare $] throughout - protects the codebase...
blob
|
commitdiff
|
diff to current
2015-10-15
Peter Rabbitson
Switch several caller() invocations to explicit CORE...
blob
|
commitdiff
|
diff to current
2015-09-19
Dagfinn Ilmari Man...
Fix invalid variable names in ResultSource::View examples
blob
|
commitdiff
|
diff to current
2015-09-10
Tina Mueller
Fix ::Sybase::ASE incorrect attempt to retrieve an...
blob
|
commitdiff
|
diff to current
2015-09-08
Peter Rabbitson
Fix failing tests with DBICTEST_SYBASE_DSN set
blob
|
commitdiff
|
diff to current
2015-08-13
Konstantin A. Pust...
Ensure the stack properly deals and warns on Null-Patte...
blob
|
commitdiff
|
diff to current
2015-08-13
Peter Rabbitson
Add missing deprecation warnings on m2m set_*, tighten...
blob
|
commitdiff
|
diff to current
2015-08-13
Peter Rabbitson
Add missing deprecation warnings on m2m set_*, tighten...
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Multiple common sense fixes for m2m accessors
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Bring in line behavior of related_resultset() on both...
blob
|
commitdiff
|
diff to current
2015-08-12
Dagfinn Ilmari Man...
Fix t/storage/quote_names.t failures, caused by lazily...
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Make sure tests pass without a compiler present (anothe...
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Fix missing handling of on_(dis)connect* failures
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Fix corner case of stringify-only overloaded values
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
Update Changes with stuff already shipped to CPAN as...
blob
|
commitdiff
|
diff to current
2015-08-12
Peter Rabbitson
(optdeps) Rename an inconsistent 'icdt' marker to ...
blob
|
commitdiff
|
diff to current
2015-07-05
Peter Rabbitson
Multiple common sense fixes for m2m accessors
blob
|
commitdiff
|
diff to current
2015-06-26
Peter Rabbitson
Bring in line behavior of related_resultset() on both...
blob
|
commitdiff
|
diff to current
2015-05-27
Dagfinn Ilmari Man...
Fix t/storage/quote_names.t failures, caused by lazily...
blob
|
commitdiff
|
diff to current
2015-05-22
Peter Rabbitson
(optdeps) Rename an inconsistent 'icdt' marker to ...
blob
|
commitdiff
|
diff to current
2015-05-19
Peter Rabbitson
Make sure tests pass without a compiler present (anothe...
blob
|
commitdiff
|
diff to current
2015-05-03
Peter Rabbitson
Fix corner case of stringify-only overloaded values
blob
|
commitdiff
|
diff to current
2015-04-04
Peter Rabbitson
Fix missing handling of on_(dis)connect* failures
blob
|
commitdiff
|
diff to current
2015-04-04
Peter Rabbitson
Update Changes with stuff already shipped to CPAN as...
blob
|
commitdiff
|
diff to current
2015-03-20
Alex Beamish
Examples and documentation update and cleanup
blob
|
commitdiff
|
diff to current
2015-03-20
Alastair McGowan...
Inflators are not respected by find() (being a ResultSe...
blob
|
commitdiff
|
diff to current
2015-03-20
Mike Wisener
Clarify load_namespaces call -- more than one call...
blob
|
commitdiff
|
diff to current
2015-03-20
Robert Stone
Added add_columns documentation about controlling float...
blob
|
commitdiff
|
diff to current
2015-03-20
C.J. Adams-Collier
Linked "prefetch" in columns documentation
blob
|
commitdiff
|
diff to current
2015-03-20
Ingy döt Net
Example doesn't work without 'year' column
blob
|
commitdiff
|
diff to current
2015-03-20
Alex Beamish
Examples and documentation update and cleanup
blob
|
commitdiff
|
diff to current
2015-03-20
Alastair McGowan...
Inflators are not respected by find() (being a ResultSe...
blob
|
commitdiff
|
diff to current
2015-03-20
Mike Wisener
Clarify load_namespaces call -- more than one call...
blob
|
commitdiff
|
diff to current
2015-03-20
Robert Stone
Added add_columns documentation about controlling float...
blob
|
commitdiff
|
diff to current
2015-03-20
C.J. Adams-Collier
Linked "prefetch" in columns documentation
blob
|
commitdiff
|
diff to current
2015-03-20
Ingy döt Net
Example doesn't work without 'year' column
blob
|
commitdiff
|
diff to current
2015-03-18
Henry Van Styn
Fix uninitialized warnings on empty hashes passed to...
blob
|
commitdiff
|
diff to current
2015-03-18
Henry Van Styn
Fix uninitialized warnings on empty hashes passed to...
blob
|
commitdiff
|
diff to current
2015-03-18
Peter Rabbitson
Fix exception on complex update/delete under a replicat...
blob
|
commitdiff
|
diff to current
2015-03-18
Peter Rabbitson
Relax sanity check in _resolve_relationship_condition
blob
|
commitdiff
|
diff to current
2015-03-18
Peter Rabbitson
Fix exception on complex update/delete under a replicat...
blob
|
commitdiff
|
diff to current
2015-03-18
Peter Rabbitson
Workaround for double-call of destructors (based on...
blob
|
commitdiff
|
diff to current
2015-03-13
Peter Rabbitson
Relax sanity check in _resolve_relationship_condition
blob
|
commitdiff
|
diff to current
2015-03-12
Peter Rabbitson
The real workaround for txn_scope_guard being called...
blob
|
commitdiff
|
diff to current
2015-03-05
Peter Rabbitson
Fix t/54taint.t failures on perl-in-hell-in-space
blob
|
commitdiff
|
diff to current
2015-03-02
Peter Rabbitson
At last a safer Moo (lots of kludges undone)
blob
|
commitdiff
|
diff to current
2015-03-02
Peter Rabbitson
Remove warning introduced in 75a1d824d
blob
|
commitdiff
|
diff to current
2015-02-15
Peter Rabbitson
Revert 2131aa2, cf52a9a and 2aa3f4c
blob
|
commitdiff
|
diff to current
2015-02-15
Peter Rabbitson
Revert c8dc7d33 - entirely superseded by 83eef5621
blob
|
commitdiff
|
diff to current
2015-02-15
Peter Rabbitson
Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
blob
|
commitdiff
|
diff to current
2015-02-15
Kevin L. Kane
Fix updating multiple CLOB/BLOB columns on Oracle
blob
|
commitdiff
|
diff to current
2015-02-10
Peter Rabbitson
Finally implement compound OptDep group augmentation
blob
|
commitdiff
|
diff to current
2015-02-10
Peter Rabbitson
Add import-time-skip support to OptDeps, switch most...
blob
|
commitdiff
|
diff to current
2015-01-25
Peter Rabbitson
Rewrite optdeps to accept a list of groups
blob
|
commitdiff
|
diff to current
2015-01-23
Peter Rabbitson
Fix intermittent failures in the LeakTracer on 5.18...
blob
|
commitdiff
|
diff to current
2015-01-11
Peter Rabbitson
Fix Postgres test hang with DBD::Pg 3.5.0+ (work around...
blob
|
commitdiff
|
diff to current
2015-01-03
Peter Rabbitson
Emit Optional::Dependencies error messages in a way...
blob
|
commitdiff
|
diff to current
2014-11-18
Kevin L. Kane
Fix updating multiple CLOB/BLOB columns on Oracle
blob
|
commitdiff
|
diff to current
2014-10-25
Peter Rabbitson
Make sure the fix for RT#99503 (SQLA a5f91febe) keeps...
blob
|
commitdiff
|
diff to current
2014-10-24
Peter Rabbitson
Fix endless loop on BareSourcelessResultClass->throw_ex...
blob
|
commitdiff
|
diff to current
2014-10-24
Peter Rabbitson
Bump Moo dependency
blob
|
commitdiff
|
diff to current
2014-10-24
Peter Rabbitson
Fix incorrect collapser source being generated due...
blob
|
commitdiff
|
diff to current
2014-10-22
Peter Rabbitson
Revert prematurely merged default insert support for...
blob
|
commitdiff
|
diff to current
2014-10-21
Peter Rabbitson
Cherry picks from current/for_cpan_index (flux due...
blob
|
commitdiff
|
diff to current
2014-10-20
Peter Rabbitson
Bump blead version
blob
|
commitdiff
|
diff to current
2014-10-18
Dagfinn Ilmari Man...
Silence with_deferred_fk_checks() warning on PostgreSQL 9.4
blob
|
commitdiff
|
diff to current
2014-10-05
Peter Rabbitson
Adjust things for the is_literal_value and -ident SQLA...
blob
|
commitdiff
|
diff to current
2014-09-30
Dagfinn Ilmari Man...
Only load DBICTest::Schema when needed in tests
blob
|
commitdiff
|
diff to current
2014-09-30
Dagfinn Ilmari Man...
Use Optional::Dependencies for CDBICompat and its tests
blob
|
commitdiff
|
diff to current
2014-09-30
Lasse Makholm
Unbreak $rs->create() with empty hashref on Oracle
blob
|
commitdiff
|
diff to current
2014-09-25
Peter Rabbitson
Release v0.082800
v0.082800
blob
|
commitdiff
|
diff to current
2014-09-25
Peter Rabbitson
Some cleanups of Changes and adding 'Known issues'
blob
|
commitdiff
|
diff to current
2014-09-25
Peter Rabbitson
This was reinstated in dc297536f
blob
|
commitdiff
|
diff to current
2014-09-15
Peter Rabbitson
Put in place deprecation forgotten for several years
blob
|
commitdiff
|
diff to current
2014-09-15
Peter Rabbitson
Fix copy() assuming all columns are native
blob
|
commitdiff
|
diff to current
2014-09-10
Peter Rabbitson
Ensure ::Schema::Versioned connects only once by reusin...
blob
|
commitdiff
|
diff to current
2014-09-04
Peter Rabbitson
Changelog for RT#98161
blob
|
commitdiff
|
diff to current
2014-07-31
Fitz Elliott
strip schema name from ADD CONSTRAINT / CREATE INDEX
blob
|
commitdiff
|
diff to current
next