removes deprecated T/P types

This commit is contained in:
Araq
2018-11-16 13:27:46 +01:00
committed by ringabout
parent dcfe341955
commit 83b5a2bc57

View File

@@ -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.