[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-68-gfbaa86cf24
? sunnavy
sunnavy at bestpractical.com
Fri Oct 30 16:59:25 EDT 2020
The branch, 5.0-trunk has been updated
via fbaa86cf248706b719a01ad369309e2b1f764979 (commit)
from 5e39893dd1e44116583a43d09faf91bfcba02db1 (commit)
Summary of changes:
etc/cpanfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fbaa86cf248706b719a01ad369309e2b1f764979
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Oct 31 03:45:29 2020 +0800
Bump DBD::Pg to 3.8.0+
Versions before that use pg_catalog.pg_constraint.consrc, which has been
removed since PostgreSQL 12.
diff --git a/etc/cpanfile b/etc/cpanfile
index dbfa5d74d1..971ca8bc42 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -171,7 +171,7 @@ feature 'oracle' => sub {
};
feature 'pg' => sub {
- requires 'DBD::Pg', '>= 1.43';
+ requires 'DBD::Pg', '>= 3.008';
};
feature 'sqlite' => sub {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list