Open kevinresol opened 4 years ago
I think it should use getColumnMeta to determine the type returned from the database.
Enable ProcedureTest to reproduce.
ProcedureTest
Yeah, the last changes basically went from getting type at runtime from the driver to fully relying on type information. What if we add type to procedure too?
I think it should use getColumnMeta to determine the type returned from the database.
Enable
ProcedureTest
to reproduce.