We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b249e4 commit 2d88f0fCopy full SHA for 2d88f0f
deps/system_type_map.jl
@@ -1,9 +1,8 @@
1
using LibPQ
2
-using NamedTuples
+using Tables
3
4
function print_types(io::IO, conn::Connection; text_limit=92)
5
- nt = fetch!(
6
- NamedTuple,
+ nt = Tables.columntable(
7
execute(conn, "SELECT oid, typname FROM pg_catalog.pg_type ORDER BY oid"),
8
)
9
0 commit comments