Phil

Results 2 comments of Phil

> Note everyone who +1d - it's already possible with `typeCast` option: > > ```js > connection.query({ > sql: '...', > typeCast: function (field, next) { > if (field.type ==...