Ryan Leckey

Results 194 comments of Ryan Leckey

I think to reduce the syntax surface area I would be much more in favor of: ```rust // all do the same, just bikeshedding sqlx::macros!(foo, url = "env:DATABASE_URL"); sqlx::macros!(name: foo,...

See https://github.com/launchbadge/sqlx/issues/263#issuecomment-617612420 for a potential solution to amend what SQLx is doing on start-up or for general purpose execution. --- Another idea is to allow setting system variables via query...

Let's keep this open until there is a solution here.

This is blocked on libsqlite3-sys allowing us to specify a much higher minimum SQLite version.

> Making this configurable via features only doesn't help distro packagers much [...] Can you help me understand how you'd use this? What does the environment variable look like? ---...

`bundled` vs `bindgen` shouldn't cause any differences to SQLx as long as a recent enough version of SQLite is used (v3.8.11+) you're right that an env var override to change...

@thomcc I'll echo what you've said. It's been a rough year. Please don't take anything I've said as a slight against the libsqlite3 or rustqlite teams. It's very much on...

I would actually love an easy way to serialize `u64` as strings for JavaScript consumers (that and easy deserialization of strings into integers from JavaScript producers).

Now that Rocket v0.3 is here a formalized ( and configurable, see https://echo.labstack.com/middleware/cors for an idea ) should definitely be added to contrib.

Heh. Guess I wasn't the only one who missed this. Apologies. @SergioBenitez I'm itching to jump in and do something here. I can implement slog-rs in Rocket in a PR...