From 83b5a2bc571ea6ec8bd8addb99513554762d93ce Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 16 Nov 2018 13:27:46 +0100 Subject: [PATCH] removes deprecated T/P types --- src/db_postgres.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/db_postgres.nim b/src/db_postgres.nim index e765cc1976..800673ca0d 100644 --- a/src/db_postgres.nim +++ b/src/db_postgres.nim @@ -76,7 +76,6 @@ type res: PPGresult ## used to get a row's line: int ## column text on demand SqlPrepared* = distinct string ## a identifier for the prepared queries -{.deprecated: [TRow: Row, TDbConn: DbConn, TSqlPrepared: SqlPrepared].} proc dbError*(db: DbConn) {.noreturn.} = ## raises a DbError exception.