This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
sqlx
Watch
2
Star
0
Fork
You've already forked sqlx
0
mirror of
https://github.com/launchbadge/sqlx
synced
2024-11-10 06:24:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a496413cb6
sqlx
/
tests
/
.dockerignore
8 lines
76 B
Text
Raw
Normal View
History
Unescape
Escape
feat: introduce docker-compose based testing for running locally against many database combinations
2020-05-30 21:51:57 +00:00
*
test: fix docker-compose file for postgres
2020-06-06 20:34:35 +00:00
!certs/*
!keys/*
Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) * use native-tls API * Add client cert and key to MySQL connector * Add client ssl tests for PostgreSQL * Add client ssl tests for MariaDB and MySQL * Adapt GA tests * Fix RUSTFLAGS to run all tests * Remove containers to free the DB port before running SSL auth tests * Fix CI bad naming * Use docker-compose down to remove also the network * Fix main rebase * Stop trying to stop service using docker-compose, simply use docker cmd * Fix RUSTFLAGS for Postgres * Name the Docker images for MariaDB and MySQL so we can stop them using their name * Add the exception for mysql 5.7 not supporting compatible TLS version with RusTLS * Rebase fixes * Set correctly tls struct (fix merge) * Handle Elliptic Curve variant for private key * Fix tests suite * Fix features in CI * Add tests for Postgres 15 + rebase * Python tests: fix exception for MySQL 5.7 + remove unneeded for loops * CI: run SSL tests only when building with TLS support --------- Co-authored-by: Barry Simons <linuxuser586@gmail.com>
2023-02-18 00:03:24 +00:00
!mysql/my.cnf
feat(mssql): fix a few bugs and implement Connection::describe
2020-06-07 08:59:59 +00:00
!mssql/*.sh
Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) * use native-tls API * Add client cert and key to MySQL connector * Add client ssl tests for PostgreSQL * Add client ssl tests for MariaDB and MySQL * Adapt GA tests * Fix RUSTFLAGS to run all tests * Remove containers to free the DB port before running SSL auth tests * Fix CI bad naming * Use docker-compose down to remove also the network * Fix main rebase * Stop trying to stop service using docker-compose, simply use docker cmd * Fix RUSTFLAGS for Postgres * Name the Docker images for MariaDB and MySQL so we can stop them using their name * Add the exception for mysql 5.7 not supporting compatible TLS version with RusTLS * Rebase fixes * Set correctly tls struct (fix merge) * Handle Elliptic Curve variant for private key * Fix tests suite * Fix features in CI * Add tests for Postgres 15 + rebase * Python tests: fix exception for MySQL 5.7 + remove unneeded for loops * CI: run SSL tests only when building with TLS support --------- Co-authored-by: Barry Simons <linuxuser586@gmail.com>
2023-02-18 00:03:24 +00:00
!postgres/pg_hba.conf
feat(mssql): fix a few bugs and implement Connection::describe
2020-06-07 08:59:59 +00:00
!*/*.sql
Reference in a new issue
Copy permalink