X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=637301871a6bf4495036d8a004d7d3d8086f7fa2;hb=0156b10c74c121497951899f37401535055e2e14;hp=1fa7974f5d0f5e2f2cdd4101c1621722bf86a731;hpb=4b0e82d35e866d703400124fe1a8d5db308ed162;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 1fa7974f..63730187 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -81,6 +81,9 @@ import warnings warnings.filterwarnings('ignore', \ "The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'.*", \ SADeprecationWarning) +warnings.filterwarnings('ignore', \ + "Predicate of partial index .* ignored during reflection", \ + SAWarning) ################################################################################