Georg Semmler

Results 78 issues of Georg Semmler

#2549 introduced the `allow_columns_to_appear_in_same_group_by_clause!` macro that allows you to use more than one column in your group by clause. It opted not to generate a call to this macro for...

help wanted
good first issue
discussion desired
cli
mentoring available

So first the important things: I'm totally aware that code is currently not nicely structured or documented, that needs to be fixed before we think about merging this into diesel....

I would like to invent you to add sea-orm (and maybe also sea-ql) to the relational database connection crates benchmark suite located inside of the diesel repository. This would give...

The `chrono::format::Parsed::to_naive_date` method returns depending on the year (e.g. 2002) a `ParseError(Impossible)` even if the fields `year`, `week_from_mon` and `weekday` are correctly populated as described in the [documentation](https://docs.rs/chrono/0.4.19/chrono/format/struct.Parsed.html#method.to_naive_date) of the...

Android does not support this natively. We have to find a other solution for this.

enhancement
Taskwarrior

enhancement
Later

While investigating the consequences of https://github.com/diesel-rs/diesel/pull/2663 I had a look at the corresponding rusqlite code to gather some information how the underlying problem of the "strange" lifetime of the column...

The server now internally catches panics, therefore we don't need a method to check if the server is still running.

I would expect that it's possible to create multiple prepared statements for a single connection at once like following: ```rust fn check>, Rc( | -- lifetime `'a` defined here ......

Is there any reason why [`capnp::struct_list::Reader`](https://docs.rs/capnp/0.14.5/capnp/struct_list/struct.Reader.html) and similar types are not `Send`? That makes it quite hard to use them in a async context, where each value of those iterator...