1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-16 02:55:49 +00:00
The clean & modern RSS server that doesn't give you any crap.
Find a file
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
lib Simplify the creation of arbitrary UPDATEs 2017-04-06 11:02:47 -04:00
locale Implement NCN API v1-2 folder creation 2017-04-02 12:14:15 -04:00
sql/SQLite3 Remove root field from folders table 2017-04-01 14:49:31 -04:00
tests Implement NCN API v1-2 server version reporting 2017-04-02 21:49:37 -04:00
.gitattributes Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
.gitignore Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
autoload.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
bootstrap.php Improved UA String 2017-03-29 09:27:54 -05:00
composer.json Use Phake to create mock objects in tests 2017-03-28 20:30:40 -04:00
composer.lock Use Phake to create mock objects in tests 2017-03-28 20:30:40 -04:00