2
0

Add todo to v3

This commit is contained in:
Jack Christensen
2017-01-21 16:01:21 -06:00
parent 15c4307c48
commit 79b28d24e2
+2
View File
@@ -42,3 +42,5 @@ Make easier / possible to mock Conn or ConnPool (https://github.com/jackc/pgx/pu
Every field that should not be set by user should be replaced by accessor method (e.g. Conn.PID, Conn.SecretKey)
Investigate strongly typed queries. i.e. Some sort of interface where varargs of Query, Exec, and Scan wouldn't happen. Need to be some low-level interface where (probably generated) functions could (more or less) directly read and write to the connection.
Reject scanning non-string like things into a string (e.g. binary encoded timestamptz to string). See https://github.com/jackc/pgx/issues/223