1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib
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
..
Conf Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Db Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
Feed Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Lang Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
REST Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
User Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
AbstractException.php Folder get/set prop funcs and other changes 2017-04-01 10:27:26 -04:00
Conf.php Improved UA String 2017-03-29 09:27:54 -05:00
Data.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
Database.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
ExceptionFatal.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Feed.php Grab favicon from site's URL, not the feed's 2017-04-02 21:23:15 -05:00
Lang.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
REST.php Implemented NCN API v1-2 folder list 2017-04-01 23:06:52 -04:00
User.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00