sqlx/tests
Austin Bonander 5295ff10a5 fix: pool internals improvements
* fix `DecrementSizeGuard::drop()` only waking one `Waiter` regardless of whether that waiter was already woken
* fix connect-backoff loop giving up the size guard
* don't cut in line to open a new connection
* have tasks waiting on `acquire()` wake periodically to check if there's a connection in the queue

Signed-off-by: Austin Bonander <austin@launchbadge.com>
2021-04-06 09:04:20 -07:00
..
any fix(pool): always ping connection on release to see if it's still viable 2021-02-27 00:56:08 -08:00
certs update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00
keys update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00
migrate Edit migrator to make it possible to create static instances 2020-07-23 17:54:05 -04:00
mssql Remove the Done trait 2021-01-12 14:37:44 +01:00
mysql feat(macros): implement query_scalar!() and variants 2021-01-20 22:23:04 -08:00
postgres fix: pool internals improvements 2021-04-06 09:04:20 -07:00
sqlite Correct Postgres' Length Limit for Bind Parameters (#1141) 2021-03-29 19:39:27 -07:00
ui Update some postgres trybuild tests 2021-01-12 03:39:10 -08:00
.dockerignore feat(mssql): fix a few bugs and implement Connection::describe 2020-06-07 02:00:31 -07:00
.env feat: introduce docker-compose based testing for running locally against many database combinations 2020-05-30 17:51:55 -07:00
.gitignore update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00
docker-compose.yml update todo examples to 0.4 and use migrations 2020-07-18 05:43:16 -07:00
docker.py feat(mysql): support configuring the active charset and collation (via an automatic SET NAMES) 2020-07-20 23:07:22 -07:00
ui-tests.rs feat: introduce docker-compose based testing for running locally against many database combinations 2020-05-30 17:51:55 -07:00
x.py fix(tests): update x.py with new runtime-* features 2020-12-18 21:33:51 -08:00