Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres: use Oid type everywhere instead of u32 #1602

Merged
merged 10 commits into from Apr 14, 2022

Conversation

paolobarbolini
Copy link
Contributor

Attempts to fix #1478 by using Oid instead of u32 everywhere

sqlx-macros/src/database/postgres.rs Outdated Show resolved Hide resolved
sqlx-macros/src/database/postgres.rs Outdated Show resolved Hide resolved
@abonander abonander added this to the 0.6.0 milestone Dec 29, 2021
@demurgos
Copy link
Contributor

Looks good to me, thank you for working on this!

@abonander abonander merged commit a97208c into launchbadge:master Apr 14, 2022
billy1624 added a commit to SeaQL/sea-orm that referenced this pull request Jul 4, 2022
tyt2y3 pushed a commit to SeaQL/sea-orm that referenced this pull request Jul 4, 2022
* Bump version of sqlx, sea-query, sea-schema, time and uuid

* PostgreSQL `u32` was wrapped in `Oid` (launchbadge/sqlx#1602)

* Update test cases

* Fix clippy warnings

* cargo fmt

* Fix clippy warnings

* Bump sea-schema to ^0.9.2

* Update test cases

* Pin on sea-query minor version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Type<Postgres> from u32
3 participants