cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

OrderBy needs to be an interpolated #63

Open forabelo opened 2 years ago

forabelo commented 2 years ago

No duplicates 🥲.

Database

SQLite, MySQL, PostgreSQL, MSSQL

What happened?

OrderBy function in QueryBuilder needs to be interpolated. Some methods of builder already have this feauture but in this case it was passed.

Version

mysql:5.7
PHP 7.4