nette / database

💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
https://doc.nette.org/database
Other
512 stars 108 forks source link

ResultSet: only format strings as floats #228

Closed spaze closed 5 years ago

spaze commented 5 years ago

Because with native prepared statements in MySQL, floats are returned as floats, not strings like with emulated prepares

Fixes #227

dg commented 5 years ago

Thanks!