Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-20 | 334 Bytes | |
V4.0.2 source code.tar.gz | 2024-08-20 | 418.4 kB | |
V4.0.2 source code.zip | 2024-08-20 | 697.6 kB | |
Totals: 3 Items | 1.1 MB | 0 |
- Add convenience
oneOf
andnotOneOf
conditions that acceptDate
to avoid manual conversion usinggetTime()
. - When
BoxStore
is closing, briefly wait on active transactions to finish. - Guard against crashes when
BoxStore
was closed, but database operations do still occur concurrently (transactions are still active).