Currently prepare creates an "anonymous" prepared statement. This is wrong. It should store the statement as text and discover types though some combination of a) string inspection for PostgreSQL type annotations (perhaps through a psql string macro) and b) finding corresponding types to Julia types.
Currently prepare creates an "anonymous" prepared statement. This is wrong. It should store the statement as text and discover types though some combination of a) string inspection for PostgreSQL type annotations (perhaps through a
psql
string macro) and b) finding corresponding types to Julia types.