438 Commits

Author SHA1 Message Date
Ryan Leckey
cec532acb1 Fix port reference for MariaDB 2020-01-03 21:59:22 -08:00
Ryan Leckey
2cc2fd5700 MariaDB takes longer to start than Postgres 2020-01-03 21:59:22 -08:00
Ryan Leckey
8c92a179ca Fix health command for MariaDB 2020-01-03 21:59:22 -08:00
Ryan Leckey
0b6be44fc0 Add initial CI workflow for Postgres 2020-01-03 21:59:22 -08:00
Ryan Leckey
e42c0ec123 Clean up existing CI 2020-01-03 21:59:22 -08:00
Ryan Leckey
ba4521e236
Merge pull request #23 from launchbadge/ab/macros-doc-fixes
fix macro examples and tests for MySQL
2020-01-03 21:54:48 -08:00
Austin Bonander
589d06ec66 change UnexpectedEof to ConnectionAborted 2020-01-03 19:06:00 -08:00
Austin Bonander
43f1164823 fix macro examples and tests 2020-01-03 19:02:31 -08:00
Ryan Leckey
054d3ed838 Run rustfmt on auth_plugin 2020-01-03 17:55:34 -08:00
Ryan Leckey
d8df21e280 Tweak mysql connection to work with MariaDb
SECURE_CONNECTION has the wrong value in the mariadb docs and that had me stumped for too long
2020-01-03 17:53:24 -08:00
Ryan Leckey
8d8fea874a Use forbid(unsafe_code) over deny(unsafe_code) 2020-01-03 11:45:18 -08:00
Ryan Leckey
4f3175c5d7 Remove all remaining check warnings 2020-01-02 23:52:47 -08:00
Ryan Leckey
ed8cb40245 Remove more unused imports 2020-01-02 23:49:42 -08:00
Ryan Leckey
4ced4058ac Remove unused imports and a couple unused muts 2020-01-02 23:47:49 -08:00
Ryan Leckey
06d6969929
Update CHANGELOG.md 2020-01-02 23:31:25 -08:00
Ryan Leckey
ec70677e18
Update CHANGELOG.md 2020-01-02 23:30:46 -08:00
Ryan Leckey
3a02b67d99
Merge pull request #18 from launchbadge/rl-mysql-auth
[MySQL] Add initial support for authentication
2020-01-02 23:28:58 -08:00
Ryan Leckey
ce343dee9c [MySQL] Add initial support for authenticationSupports caching_sha2_password and sha256_password 2020-01-02 23:22:46 -08:00
Ryan Leckey
1d7a2f27c6
Merge pull request #14 from miclill/patch-2
update url: https://github.com/async-rs/async-std
2019-12-30 11:34:15 -08:00
Ryan Leckey
7309a0861f
Merge pull request #13 from miclill/patch-1
fix spelling
2019-12-30 11:34:04 -08:00
miclill
cd77fadd35
update url: https://github.com/async-rs/async-std 2019-12-30 15:16:28 +00:00
miclill
20650a9ed4
fix spelling 2019-12-30 15:11:43 +00:00
Ryan Leckey
bfeecc2c22 Update CHANGELOG 2019-12-30 02:38:45 -08:00
Ryan Leckey
45191ce4f3
Update README.md 2019-12-30 02:29:56 -08:00
Ryan Leckey
ce47db8d9b
Update rust.yml 2019-12-30 02:21:54 -08:00
Ryan Leckey
da72e2ee4d Add Cargo.lock 2019-12-30 02:17:07 -08:00
Ryan Leckey
86e7cf7fe8 Remove rust-toolchain to prepare for CI 2019-12-30 02:16:32 -08:00
Ryan Leckey
a60d3d3aa4
Create rust.yml 2019-12-30 02:16:00 -08:00
Ryan Leckey
0acd0b0db7
Create rustfmt.yml 2019-12-30 02:12:48 -08:00
Ryan Leckey
e591f0f021 Run rustfmt 2019-12-30 02:11:14 -08:00
Ryan Leckey
fba075ec02 Turn on more tests in test.sh 2019-12-30 02:10:09 -08:00
Ryan Leckey
19e38ab8d3 [MySQL] [Postgres] Add support for BLOB and BYTEA types 2019-12-30 02:10:09 -08:00
Ryan Leckey
27759a12c7 [MySQL] Allow not specifying database on initial connect 2019-12-30 02:10:09 -08:00
Ryan Leckey
1d2240848b [Postgres] Add integration test for Chrono + Postgres 2019-12-30 02:10:09 -08:00
Ryan Leckey
c325feaf9a [MySQL] Configure connection on open 2019-12-30 02:10:09 -08:00
Ryan Leckey
2a42ff9f0d [MySQL] Add an integration tests for chrono + MySQL and fix issues 2019-12-30 02:10:09 -08:00
Ryan Leckey
e161787952 [MySQL] Rename ty.flag to ty.is_unsigned 2019-12-30 02:10:09 -08:00
Ryan Leckey
3a645a1824 [MySQL] Don't adjust the raw bytes coming to the Decode trait
This is a minor adjustment that keeps parity between Encode and Decode
2019-12-30 02:10:09 -08:00
Ryan Leckey
133e9d757f Add initial, empty CHANGELOG 2019-12-30 02:10:09 -08:00
Austin Bonander
395564d9dc
Merge pull request #12 from ahoetker/master
fix minor typo
2019-12-28 21:15:27 -08:00
Andrew Hoetker
4f0fc16c62
fix minor typo
Fixed misspelling of 'beginnings' in README.md
2019-12-29 15:42:25 +11:00
Ryan Leckey
2068f05482 Update dependencies 2019-12-28 04:02:52 -08:00
Ryan Leckey
5e719917c0 Run rustfmt 2019-12-28 03:45:47 -08:00
Ryan Leckey
f67872cbcf Add some ground work for #1 2019-12-28 03:45:37 -08:00
Ryan Leckey
48c8d4c100 Add license to sqlx-macros Cargo.toml 2019-12-28 02:44:32 -08:00
Ryan Leckey
86ac601872 Prepare v0.1.1 v0.1.1 2019-12-28 02:42:51 -08:00
Austin Bonander
156efd0c6a README edits 2019-12-28 02:38:53 -08:00
Austin Bonander
c98c49ad47 fix docs and guarantees for pool 2019-12-28 02:02:29 -08:00
Ryan Leckey
4db1f70ae1
Update README.md 2019-12-28 01:41:07 -08:00
Ryan Leckey
382124fe57
Update README.md 2019-12-28 01:37:02 -08:00