X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=4695677849aae10902f1824eb60e981ea815ab4d;hb=408245228ba96e5bad24738b9432bd78079178f6;hp=cb76ebc120d1970e3898c7c3204146e733c4f333;hpb=26957544e0bbb7e6aa08850f9f5da178b2d1453a;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index cb76ebc1..46956778 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -61,6 +61,10 @@ from textutils import fix_maintainer # reflection class DebVersion(sqltypes.Text): + """ + Support the debversion type + """ + def get_col_spec(self): return "DEBVERSION"