-
First of all thank you for this crate!
I tried to use it in a project, but it didn't work, because the macro generates code depending on the sync versions of diesel traits. I am using `diesel_async…
-
Occurred in https://travis-ci.com/github/pfrenssen/firetrack/jobs/318811716
```
running 6 tests
test integration_tests::homepage::access_homepage ... ok
BUG: rust-openssl lock 1 already unlocked…
-
I have tried to build the indexer - following the steps:
git clone git@github.com:near/near-indexer-for-explorer.git
cd near-indexer-for-explorer
echo "DATABASE_URL=postgres://xxx:yyy@zzzz/dbdbdbd…
-
Here's the CI failure:
https://github.com/oxidecomputer/omicron/pull/5962/checks?check_run_id=26826135569
This PR is non-trivial and it's conceivable that my changes introduced this but I don't ye…
-
Implement a lightweight ORM around `reql` inspired by https://thinky.io to add convenient features like automatic table creation and automatic dropping of relations.
-
While working on #262, I was looking at the Diesel error types, and I'm a little worried about what happens if there's a network error while a query is outstanding. That would include a fatal error o…
-
We can potentially add an extra layer of protection to the mysql TLS connection by [enabling cert verification](https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html#using-encrypted…
-
I am working on an application for use on an existing database, that uses mostly camelCased names instead of snake_cased. I would obviously like to unify the naming to be all snake_cased for use in ru…
-
I'd like to support a workflow where Ruma can be developed with only Docker Compose, not requiring Postgres, diesel-cli, or even Rust to be installed on the host computer.
Right now the procedure for…
-
Not sure how to do a minimal verifiable example. It's a fairly trivial error in Diesel where I removed a field from the model and the SQL `create table` statement, but hadn't yet removed it in oth…