Commit Graph

20 Commits

Author SHA1 Message Date
1e1ede7db6 log which method was used to wrap db->execute 2019-07-07 15:12:51 +01:00
bca74a0db5 drop DEBUG_SQL - all of that info is included in the trace file, fixes #674 2019-07-07 13:52:53 +01:00
99646a4b00 bump tracer api 2019-07-07 13:30:50 +01:00
3954f3d296 merge iterable queries with new count_time 2019-07-07 11:11:27 +01:00
d64603674e Added ability to use generators with database queries.
Adapted bulk actions to use generators.
2019-07-07 11:10:40 +01:00
b285acf70a tracer-complete needs start time 2019-07-06 23:01:22 +01:00
8ea78eed6a have database performance measured in three ways at once, instead of three separate ways 2019-07-06 21:41:48 +01:00
ccb9c493d5 s/Context/EventTracer/g 2019-07-05 20:49:47 +01:00
6a6d73168b Added function to database object for interpreting parameter values to ones that are database-appropriate. Specifically, to turn true/false into the correct values for a bool column. 2019-07-05 16:25:03 +01:00
1370afec72 Moved database driver constants to DatabaseDriver 2019-06-20 10:47:15 -05:00
6f501a6e74 Database driver constants 2019-06-14 13:38:47 -05:00
da10859bb3 fixes 2019-05-29 19:50:12 +01:00
bf473f6d51 more lint fixes 2019-05-29 18:23:29 +01:00
2396ae2ef9 fix a bunch of lints 2019-05-28 20:27:23 +01:00
93cc732d39 fix tests 2019-05-28 19:00:23 +01:00
34b05cca7c PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
5ec3e89884 php7.1 all the things 2019-05-28 17:31:20 +01:00
189385ff61 forgot that php isn't python 2019-05-28 15:16:22 +01:00
4b4ff68729 decouple cache and db a little 2019-05-28 15:06:03 +01:00
b2f10ea5ab split up files in core/ for saner management 2018-11-05 22:30:18 +00:00