Diptesh Choudhuri
Diptesh Choudhuri
I would like to `order by nulls last` in my query but am unable to since that method is not exposed.
## PR Info - Closes #2227 ## Dependencies: N/A ## Dependents: N/A ## New Features - Allow ordering by `WITH NULLS` ## Bug Fixes N/A ## Breaking Changes N/A ##...
Awesome library! Is there a way for nodes to be a `Union` or `ObjectType` (it only allows this right now)? The relay spec itself allows this: https://relay.dev/graphql/connections.htm#sec-Node
## PR Info This PR adds the `JSON_BUILD_OBJECT` and `JSON_AGG` functions along with docs and tests. ## Additional Also addressed a few clippy lints.
## PR Info - Fixes #785. ## New Features - Allows calling the `MD5` SQL function for Postgres and MySQL.
## Motivation I would like to call the MD5 SQL function. Both Postgres and MySQL have support for it and have the same function signature. SQLite does not have support....
I would like to use the `ResponseStub` to be able to extract a function that redirects.
### Reproduction https://stackblitz.com/edit/remix-run-remix-yjtvxa?file=app%2Froutes%2F_index.tsx ### System Info ```shell System: OS: Linux 6.9 Arch Linux CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics Memory: 12.35 GB / 27.26 GB Container:...
Split the backend into multiple crates so as to reduce of compile times.
Would it be possible to add support for this: ```rs #[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize)] #[sea_orm(table_name = "daily_user_activity")] pub struct Model { #[sea_orm(primary_key, auto_increment = false)] pub id:...