453 Commits

Author SHA1 Message Date
Ryan Leckey
fe827a3337
Tweak CI and enable for PRs
* Tweak cache strategy for Rust

* Tweak cache strategy some more

* ci: trigger

* Tweak the rest of the CI tasks
2020-01-06 23:55:11 -08:00
Ryan Leckey
36d16c5cb2 (cargo-release) sqlx: v0.1.3 v0.1.3 2020-01-06 11:10:24 -08:00
Ryan Leckey
6d525b23ed (cargo-release) sqlx-core: v0.1.3 2020-01-06 11:10:24 -08:00
Ryan Leckey
280f12ea71 Configure release.toml so we can easily release sub crates 2020-01-06 11:10:20 -08:00
Ryan Leckey
31260c40df Update CHANGELOG 2020-01-06 10:55:14 -08:00
Ryan Leckey
92f3f8cf6f Finish reallocation strategy for BufStream
Fixes #30
2020-01-06 10:53:56 -08:00
Ryan Leckey
5c532a8ecc [sqlx-core] prepare v0.1.2 2020-01-05 22:00:56 -08:00
Austin Bonander
2e11456ce5
Merge pull request #26 from launchbadge/rl-metadata
Add keywords and categories
2020-01-04 03:30:38 -08:00
Ryan Leckey
53a3b205b0
Add keywords and categories 2020-01-04 01:37:37 -08:00
Ryan Leckey
3607c3ff9d Merge branch 'master' of github.com:launchbadge/sqlx 2020-01-03 22:13:22 -08:00
Ryan Leckey
bed6fddb56 (cargo-release) version 0.1.2 v0.1.2 2020-01-03 22:12:43 -08:00
Ryan Leckey
0f8c9d5c46 Configure cargo-release 2020-01-03 22:12:37 -08:00
Ryan Leckey
d380b1034b Update dependencies 2020-01-03 22:07:20 -08:00
Ryan Leckey
1c9d8e0a80
Merge pull request #21 from launchbadge/rl-ci
Setup CI for Postgres and MySQL
2020-01-03 22:06:07 -08:00
Ryan Leckey
77fbe3dd9e Try a different health check for MariaDB 2020-01-03 21:59:22 -08:00
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