You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of writing the Go database/sql driver, and this requires that the names of the columns are able to be queried from a prepared statement.
I'm in the process of writing the Go
database/sql
driver, and this requires that the names of the columns are able to be queried from a prepared statement.database/sql/driver
We need to be able to call
stmt.columns()
to return an array of strings of the column names of the query.The text was updated successfully, but these errors were encountered: