1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/lib/Db
J. King 929d763981 Simplify the creation of arbitrary UPDATEs
The type parameters of Db\Driver::prepare() and the parameters of Db\Statement::run() can now be arrays, which will be iterated over recursively to bind scalar values to the SQL statement.

This simplifies the construction of arbitrary UPDATE statements (the WHERE clause no longer needs to be taken into account) and should make it clearer what is happening in these cases.

It should also simplify the creation of IN() clauses down the road if they become necessary.
2017-04-06 11:02:47 -04:00
..
SQLite3 Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
AbstractDriver.php Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
AbstractStatement.php Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
Driver.php Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
Exception.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionInput.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionTimeout.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Result.php Tests for listing folders 2017-03-31 17:42:28 -04:00
Statement.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00