Commit graph

16 commits

Author SHA1 Message Date
Austin Bonander
fd53e95ff9
doc(FAQ): add entry explaining prepared statements (#2997) 2024-01-17 19:16:02 -08:00
Vraj Shah
6ecb5831f4
Update Faq - Bulk upsert with optional fields (#2865)
* Update Faq - Bulk upsert with optional fields

* Applied Suggestion + fixed typo
2023-11-07 20:05:11 -08:00
Matt Fellenz
b16fbebf2f
Don't use separate temp dir for query jsons (2) (#2803)
* Don't use temp dir for query jsons

Fixes #2663

* Return early when exclusive create fails

* Use atomic-file-write for writing query data
2023-10-17 11:41:30 -07:00
Austin Schey
cf3ce13d27 fix(prepare): store temporary query files inside the workspace 2023-03-14 17:25:24 -07:00
Craig Bester
3f2ec6f91a chore: update documentation to replace sqlx-data.json with .sqlx 2023-03-01 19:17:21 -08:00
Austin Bonander
728717f032
docs(FAQ): add answer about supported db versions 2022-08-03 13:59:27 -07:00
kenkoooo
842e1ba8eb
fix: typo in FAQ.md (#1955) 2022-07-08 20:10:36 -07:00
Austin Bonander
2e026cae67
prepare 0.5.12 release (#1800)
* prepare release 0.5.12

* chore: remove mentions of things happening in 0.6

except one mention that should still be happening in 0.6
2022-04-14 14:21:15 -07:00
Austin Bonander
2182925e92
faq: "obvious" -> "ideal" 2022-01-20 14:47:59 -08:00
Austin Bonander
cd65058ebc
faq: add answer for errors when using RusTLS 2022-01-20 14:42:50 -08:00
Austin Bonander
dbdedcd31d
docs(faq): state SQLx's position on MSRV 2022-01-10 15:36:16 -08:00
Russ Weas
069cfca0f3
Update FAQ to include building on docs.rs (#1497)
Thanks to @jplatte in the sqlx Discord for providing this solution.
2021-11-03 12:29:23 -07:00
Austin Bonander
8204989191
doc(faq): fix wording for empty cases 2021-07-16 13:03:50 -07:00
Austin Bonander
b54adfad7c
doc(faq): empty array cases for ANY and ALL 2021-07-16 13:01:42 -07:00
Austin Bonander
6c8f61f07c
doc(faq): mention how to invert = ANY($1) 2021-07-16 12:57:52 -07:00
Austin Bonander
bb330f8e68
feat(docs): add an FAQ (#1319) 2021-07-14 14:29:42 -07:00