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
502 stars 107 forks source link

allow SqlLiteral with placeholders in where clause #290

Closed silen-z closed 1 year ago

silen-z commented 2 years ago

bug fix BC break: no

allow SqlLiteral with placeholders in where clause

coop: @langriklol