haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

PDO unable to parse without ExprType #111

Open kevinresol opened 4 years ago

kevinresol commented 4 years ago

I think it should use getColumnMeta to determine the type returned from the database.

Enable ProcedureTest to reproduce.

benmerckx commented 4 years ago

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?