Added ConnectOptions::connect_lazy for creating DB connection pools without establishing connections up front SeaQL/sea-orm#2268
Breaking Changes
Changed ProxyDatabaseTrait methods to async. It's a breaking change, but it should have been part of the 1.0 release.
The feature is behind the feature guard proxy, and we believe it shouldn't impact majority of users.
SeaQL/sea-orm#2278
Bug Fixes
[sea-orm-codegen] Fix ColumnType to Rust type resolution SeaQL/sea-orm#2313
Added ConnectOptions::connect_lazy for creating DB connection pools without establishing connections up front SeaQL/sea-orm#2268
Breaking Changes
Changed ProxyDatabaseTrait methods to async. It's a breaking change, but it should have been part of the 1.0 release.
The feature is behind the feature guard proxy, and we believe it shouldn't impact majority of users.
SeaQL/sea-orm#2278
Bug Fixes
[sea-orm-codegen] Fix ColumnType to Rust type resolution SeaQL/sea-orm#2313
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps sea-orm-macros from 0.12.15 to 1.0.1.
Release notes
Sourced from sea-orm-macros's releases.
... (truncated)
Changelog
Sourced from sea-orm-macros's changelog.
... (truncated)
Commits
e3ae0c1
1.0.170c26a0
CHANGELOGf25aae1
codegen: fixColumnType
to Rust type resolution (#2313)8009ae9
Changelogcc769b7
Changelog8c34e0f
feat: Support for lazy database connections (#2268)ac073ca
Run CI for1.*.x
branches9f203fc
feat: Add support for async proxy connection. (#2278)c43e15e
Update README.mdc2fc62a
GraphQL based Admin Dashboard with Loco and Seaography (#2297)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show