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.