-
**Note: for support questions, please use the [forum](https://forum.aeternity.com)**. This repository's issues are reserved for feature requests and bug reports.
* **I'm submitting a ...**
- [x]…
-
Tracking issue for unstable option: format_generated_files.
See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option):
* [ …
-
Somewhere in the macro expansion, there is code that imports `ops` from within diesel. If a column in a database is named `ops`, this causes conflicts within the macro.
I think that putting a note…
-
Diesel currently supports the sqlite json/jsonb types. We do not provide built-in support for [various methods](https://sqlite.org/draft/json1.html) available for these types. This is a tracking issue…
-
Diesel uses the 'bind' method (See [SqlQuery::bind](https://docs.rs/diesel/2.1.2/diesel/query_builder/struct.SqlQuery.html#method.bind) for one example, but there are other variations) to ensure that …
-
I'm used to the behavior in rails whereupon if you try to start your server and there are migrations that haven't been made to the database yet, the server will bail right away and tell you to go run …
-
Please make it work with this:
```rust
pub mod foo {
table! {
...
}
}
```
Currently, it panics:
> thread 'main' panicked at 'index out of bounds: the len is 1 but the index is…
-
Here's my idea -- I'd like to validate this with additional data, and I'll see if I can sketch out some numbers for potential improvement.
A lot of the structs in `nexus/db-model` derive `serde`'s …
-
## Problem Description
Re: Better Documentation #853 Querying
### What are you trying to accomplish?
- Create an entry-level guide/reference on how to do the most common querying tasks. The [Ac…
-
It's currently hard to discover optional [features](http://doc.crates.io/manifest.html#the-features-section) for a crate. It would be useful for crates.io to list these along with the dependencies. …