Georg Semmler

Results 78 issues of Georg Semmler

See [here](https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS) and [here](https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-AGGREGATES) for the relevant postgresql documentation This PR implements mainly the relevant DSL structure for this types. As of today this supports most of the relevant API...

This commit enables tests on the new windows arm CI runners: https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/#images-for-arm64-larger-runners

Try to have a better query starting point This commit introduces a new `QueryType` trait that allows you to call a static `::query()` method on types that implement `HasTable` and...

This commit sets up a xtask for cargo-semver-checks and integrates it in our CI. It also fixes 2 instances of reported breakage. With that there are still 3 more instances...

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 for adding support for these...

help wanted
good first issue
sqlite
mentoring available

## Setup ### Versions - **Rust:** 1.83.0 - **Diesel:** 2.2.6 - **Database:** Postgresql 16.3 - **Operating System** Fedora ### Feature Flags - **diesel:** `postgres` ## Problem Description ```rust use diesel::prelude::*;...

bug
hole in api
postgres

### Please tick this box to confirm you have reviewed the above. - [X] I have a different issue. ### What version of ripgrep are you using? ignore = "0.4.23"...

enhancement

The [Compare with Diesel](https://www.sea-ql.org/SeaORM/docs/internal-design/diesel/) page on your webpage is heavily outdated. The following points are not correct (anymore): > Diesel uses native drivers by default and it may take some...