-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ParameterStatus and fix macro error with CockroachDB #1248
Commits on May 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad3a9b1 - Browse repository at this point
Copy the full SHA ad3a9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b8681 - Browse repository at this point
Copy the full SHA e5b8681View commit details
Commits on May 30, 2021
-
Improve root README.md and sqlx-cli/README.md (launchbadge#1262)
* readme: Fix inconsistent list style * readme: Improve text alignment * readme: Fix missing links * readme: Consistently use code formatting for runtime & TLS crates and dedup links * readme: Add SQLx is not an ORM section * readme: Improve documentation about offline mode
Configuration menu - View commit details
-
Copy full SHA for 4986ea2 - Browse repository at this point
Copy the full SHA 4986ea2View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 358b80f - Browse repository at this point
Copy the full SHA 358b80fView commit details
Commits on Jun 15, 2021
-
Fix error message about wildcard overrides (launchbadge#1276)
Co-authored-by: Austin Bonander <austin@launchbadge.com>
Configuration menu - View commit details
-
Copy full SHA for e33e451 - Browse repository at this point
Copy the full SHA e33e451View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb330f8 - Browse repository at this point
Copy the full SHA bb330f8View commit details
Commits on Jul 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c8f61f - Browse repository at this point
Copy the full SHA 6c8f61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b54adfa - Browse repository at this point
Copy the full SHA b54adfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8204989 - Browse repository at this point
Copy the full SHA 8204989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0abbcc5 - Browse repository at this point
Copy the full SHA 0abbcc5View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for be189bd - Browse repository at this point
Copy the full SHA be189bdView commit details
Commits on Jul 21, 2021
-
fix(mysql): implement type traits for
chrono::DateTime<Local>
(laun……chbadge#1335) closes launchbadge#1222
Configuration menu - View commit details
-
Copy full SHA for 8bcac03 - Browse repository at this point
Copy the full SHA 8bcac03View commit details -
Keep track of column typing in SQLite EXPLAIN parsing (launchbadge#1323)
* NewRowid, Column opcodes, better pointer handling * Implement tracking of column typing on sqlite explain parser * fmt for sqlite column typing for explain parsing Co-authored-by: marshoepial <marshoepial@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb3ff28 - Browse repository at this point
Copy the full SHA cb3ff28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5317405 - Browse repository at this point
Copy the full SHA 5317405View commit details -
fix(pg_money): handle negative values correctly in `PgMoney::from_dec…
…imal()` (launchbadge#1334) closes launchbadge#1321
Configuration menu - View commit details
-
Copy full SHA for a8544fd - Browse repository at this point
Copy the full SHA a8544fdView commit details -
fix(macros): tell the compiler about external files/env vars to watch (…
…launchbadge#1332) * fix(macros): tell the compiler about external files/env vars to watch closes launchbadge#663 closes launchbadge#681 * feat(cli): add `migrate` subcommand for generating a build script suggest embedding migrations on `sqlx migrate add` in a new project
Configuration menu - View commit details
-
Copy full SHA for e89cb09 - Browse repository at this point
Copy the full SHA e89cb09View commit details
Commits on Jul 22, 2021
-
fix(macros): prefix generated variable names in
query_as!()
(launch……badge#1336) closes launchbadge#1322
Configuration menu - View commit details
-
Copy full SHA for b3ae6e5 - Browse repository at this point
Copy the full SHA b3ae6e5View commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc92c28 - Browse repository at this point
Copy the full SHA dc92c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34db44b - Browse repository at this point
Copy the full SHA 34db44bView commit details -
Use postgres as maintenance db unless maintaining postgres itself (la…
…unchbadge#1339) Fixes launchbadge#1283.
Configuration menu - View commit details
-
Copy full SHA for f0d0dce - Browse repository at this point
Copy the full SHA f0d0dceView commit details
Commits on Jul 28, 2021
-
Fix GitHub Actions and integration test (launchbadge#1346)
* fix test suite * rustfmt * need Row * test: fix integration test scripts and update the upstream supported databases Signed-off-by: Atkins Chang <atkinschang@gmail.com> * ci(actions): update supported databases Signed-off-by: Atkins Chang <atkinschang@gmail.com> * ci(actions): use `pg_isready` instead of `sleep` to avoid error cause by database not ready Signed-off-by: Atkins Chang <atkinschang@gmail.com> * feat(core): add `trait PgConnectionInfo` for connection parameter status from server Signed-off-by: Atkins Chang <atkinschang@gmail.com> * test(postgres): fix integration test for postgres Signed-off-by: Atkins Chang <atkinschang@gmail.com> * test(mysql): fix integration tests Signed-off-by: Atkins Chang <atkinschang@gmail.com> * ci(actions): test database against the oldest and newest supported versions Signed-off-by: Atkins Chang <atkinschang@gmail.com> * docs(core): document `trait PgConnectionInfo` Signed-off-by: Atkins Chang <atkinschang@gmail.com> Co-authored-by: Montana Low <montanalow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f7205e - Browse repository at this point
Copy the full SHA 9f7205eView commit details
Commits on Aug 7, 2021
-
build(deps): bump git2 from 0.13.19 to 0.13.20 (launchbadge#1362)
Signed-off-by: Atkins Chang <atkinschang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55c603e - Browse repository at this point
Copy the full SHA 55c603eView commit details
Commits on Aug 16, 2021
-
sqlite: fix a couple segfaults (launchbadge#1351)
* sqlite: use Arc instead of Copy-able StatementHandle This guarantees that StatementHandle is never used after calling `sqlite3_finalize`. Now `sqlite3_finalize` is only called when StatementHandle is dropped. (cherry picked from commit 5eebc05) * sqlite: use Weak poiter to StatementHandle in the worker Otherwise some tests fail to close connection. (cherry picked from commit 5461eee) * Fix segfault due to race condition in sqlite (launchbadge#1300) (cherry picked from commit bb62cf7) * fix(sqlite): run `sqlite3_reset()` in `StatementWorker` this avoids possible race conditions without using a mutex * fix(sqlite): have `StatementWorker` keep a strong ref to `ConnectionHandle` this should prevent the database handle from being finalized before all statement handles have been finalized * fix(sqlite/test): make `concurrent_resets_dont_segfault` runtime-agnostic Co-authored-by: link2xt <link2xt@testrun.org> Co-authored-by: Adam Cigánek <adam.ciganek@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71388a7 - Browse repository at this point
Copy the full SHA 71388a7View commit details -
Add docs for fetch_all, example for postgres transactions (launchbadg…
…e#1255) * reference fetch_all() in query macros * add example for using transactions in postgres
Configuration menu - View commit details
-
Copy full SHA for e77219f - Browse repository at this point
Copy the full SHA e77219fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c3610 - Browse repository at this point
Copy the full SHA e7c3610View commit details -
Fix bug for PostgreSQL if the statement has type holes (launchbadge#1363
Configuration menu - View commit details
-
Copy full SHA for dd27aa0 - Browse repository at this point
Copy the full SHA dd27aa0View commit details -
fix(cli): pin
clap_derive
version (launchbadge#1381)When `clap_derive 3.0.0-beta.4` released, new invocations of `cargo install sqlx-cli` would try to compile that against `clap 3.0.0-beta.2` which caused some breakages. Until `clap 3.0.0` proper is released, we need to pin both versions to insure against potential breakages from automatic upgrades. closes launchbadge#1378
Configuration menu - View commit details
-
Copy full SHA for 38435ca - Browse repository at this point
Copy the full SHA 38435caView commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9af2c0 - Browse repository at this point
Copy the full SHA b9af2c0View commit details -
Merge branch 'crdb_version_check' of github.com:altanozlu/sqlx into c…
…rdb_version_check
Configuration menu - View commit details
-
Copy full SHA for ab6ea4d - Browse repository at this point
Copy the full SHA ab6ea4dView commit details