Patrick Cloke
|
da77520cd1
|
Convert additional databases to async/await part 2 (#8200)
|
2020-09-01 08:39:04 -04:00 |
|
Patrick Cloke
|
9b7ac03af3
|
Convert calls of async database methods to async (#8166)
|
2020-08-27 13:38:41 -04:00 |
|
Patrick Cloke
|
4a739c73b4
|
Convert simple_update* and simple_select* to async (#8173)
|
2020-08-27 07:08:38 -04:00 |
|
Patrick Cloke
|
4c6c56dc58
|
Convert simple_select_one and simple_select_one_onecol to async (#8162)
|
2020-08-26 07:19:32 -04:00 |
|
Erik Johnston
|
2231dffee6
|
Make StreamIdGen get_next and get_next_mult async (#8161)
This is mainly so that `StreamIdGenerator` and `MultiWriterIdGenerator`
will have the same interface, allowing them to be used interchangeably.
|
2020-08-25 15:10:08 +01:00 |
|
Patrick Cloke
|
dbc630a628
|
Use the JSON encoder without whitespace in more places. (#8124)
|
2020-08-20 10:32:33 -04:00 |
|
Patrick Cloke
|
6b7ce1d332
|
Remove some unused database functions. (#8085)
|
2020-08-14 09:25:40 -04:00 |
|
Erik Johnston
|
a7bdf98d01
|
Rename database classes to make some sense (#8033)
|
2020-08-05 21:38:57 +01:00 |
|