Billy Chan

Results 80 issues of Billy Chan

Hey @lz1998, feel free to submit a PR to showcase your project! - https://github.com/SeaQL/sea-orm/issues/403

The 3D viewer seems to crash when rendering file size exceed 480MB Thanks!!

enhancement
website

### Discussed in https://github.com/SeaQL/sea-orm/discussions/604 Originally posted by **viktorbahr** March 12, 2022 ## Preface Since I'm relatively new to Rust, I'm not 100% sure if I'm missing something here. In case...

good first issue

Native support of `time` crate has been added in PR https://github.com/launchbadge/sqlx/pull/1865 and released as part of SQLx [0.6.1](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md). Now we could bind `time` on to SQLite query statement and get...

good first issue

### Discussed in https://github.com/SeaQL/sea-orm/discussions/893 Originally posted by **001wwang** July 19, 2022 Hello! We're currently encountering the following error while performing several database queries in parallel: ``` An error occurred while...

## PR Info - Closes https://github.com/SeaQL/sea-orm/issues/896 ## Adds - [x] Add `acquire_timeout` in `ConnectOptions`

## Motivation Some web API enforce app state to be `Clone` in particular, Axum, Rocket, etc. However, when `mock` feature is enabled on SeaORM, it will make `DatabaseConnection` not cloneable....

## PR Info - Closes #507 ## Summary Try SeaORM inserts on CockroachDB. Tracking issue: cockroachdb/cockroach#40195 Could workaround it as suggested on launchbadge/sqlx#933, we can use `fetch_all` instead of `fetch_one`...

## PR Info - Closes #220 - Dependencies - https://github.com/SeaQL/sea-query/pull/349 - https://github.com/SeaQL/sea-schema/commit/35ca159ed17fdb775c99c469052d73cbaaae009c ## Adds - [x] `SoftDeleteTrait` - [x] `DeriveEntityModel` and `DeriveColumn` procedural macros with `soft_delete_column` proc_macro attribute - [x]...