450 Commits (e4d64424c77aaaa9d22d74c77adba29e9baa6b0e)
 

Author SHA1 Message Date
J. King 536fa5c4fd Implement NextCloud News version detection 7 years ago
J. King 20abd277eb Don't muck with test file for now 7 years ago
J. King 9a8def03c2 Fill in more of the REST handler. 7 years ago
Dustin Wilson 3f61921b97 Added picoFeed wrapper 7 years ago
J. King b821d728e4 Add rest dependency; fix SQLite function def 7 years ago
J. King 6413d3a489 Re-order SQLite3 driver initialization 7 years ago
Dustin Wilson bb8af5a62c Added Custom Functions into Db/SQLite3/Driver 7 years ago
J. King 8c268581fb Properly handle adding a folder 7 years ago
J. King 18c8076a0f Database update tests 7 years ago
J. King 6c16ba133c More database driver tests 7 years ago
J. King 689c1c77d0 Test for advisory locking 7 years ago
J. King f0663e99c3 Add tests for transactions and savepoints 7 years ago
J. King 485400df2b Rename Result->get() to Result->getRow 7 years ago
J. King bdf3182305 Add result->lastId method; cleanup 7 years ago
J. King 68f18e463c Use WITHOUT ROWID tables when useful 7 years ago
J. King f0adf08b1e Add tests for type mismatches 7 years ago
J. King 95ee51563d First battery of SQLite driver tests 7 years ago
J. King 7f7d0cd1e7 All test for constraint violation exception 7 years ago
J. King 5ba38fc7aa Print ID in exception message 7 years ago
J. King a3e2da1d36 Flesh out most database exceptions 7 years ago
J. King 7c1df71acd Make db throw specific exceptions 7 years ago
J. King 755c976aa4 Remove extraneous files 7 years ago
J. King fa247b34f6 Reduce the number of database exception types 7 years ago
J. King 7687109132 Reorganize Db namespace; alter User ns to match 7 years ago
J. King 37dad63dee Impelemented Result->getAll() 7 years ago
J. King 1dab15c20e Fix SQLite3 driver name 7 years ago
J. King eeb1818bb5 Still more database changes 7 years ago
J. King 2b7a236147 More database fixes 7 years ago
J. King 007e3747ef Various database fixes 7 years ago
J. King 0c410fcf50 More binding tests and related changes 7 years ago
J. King 1529fc367a Partial proper tests for parameter bindings 7 years ago
J. King 337b2cf90c Remove last vestiges of PDO accomodation 7 years ago
J. King f19f683e38 Make it possible to redefine Statement type binds 7 years ago
J. King b4d178c33f Remove most PDO stuff 7 years ago
J. King 176247894d Tests for Db\ResultSQLite3 7 years ago
J. King 34c69fbf92 Be explicit about the loaded locale 7 years ago
J. King 104f646973 Code comments 7 years ago
J. King 13c17f5dd4 Small fixes to authorization exception tests 7 years ago
J. King 447fec993f Refector authorization exception tests 7 years ago
J. King 8841da9cbb Tweak authorization exception tests 7 years ago
J. King 2c9f6bd5a7 Cover authorization exceptions 7 years ago
J. King 766f2b65a4 Cover unknown/invalid user levels 7 years ago
J. King 7ae3c978b3 Full set of tests for authorization 7 years ago
J. King 000781dc36 Cover blank passwords in existing tests 7 years ago
J. King e4852b581a Start on tests for authorization 7 years ago
J. King 44c2ff5b07 Speed up tests by only hashing passwords when needed 7 years ago
J. King a039e104cf Allow inspection of the mock internal database 7 years ago
J. King ce3ddee00a Whitespace fixes 7 years ago
J. King 798d7e7ab7 Added synthetic tests for external User drivers 7 years ago
J. King b6a47fc366 Abstract synthetic User backend for later tests 7 years ago