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

Update sea-query dependency to 0.24.0 #673

Merged
merged 4 commits into from
Apr 18, 2022
Merged

Update sea-query dependency to 0.24.0 #673

merged 4 commits into from
Apr 18, 2022

Conversation

mibes404
Copy link
Contributor

PR Info

Adds

The use of the lower function to sea-orm 0.7; amongst other features that sea-query 0.24.0 brings.

Changes

  • Cargo.toml; update sea-query to version = "^0.24.0"
  • Use window: None on SelectExpr constructs

@tyt2y3
Copy link
Member

tyt2y3 commented Apr 17, 2022

We seemed to have broken something with Postgres enum @billy1624 ?

@billy1624
Copy link
Member

Parameter binding part in SeaQuery should be at fault.

Related: SeaQL/sea-query#303

@tyt2y3 tyt2y3 changed the base branch from master to update-sea-query April 18, 2022 03:04
@tyt2y3 tyt2y3 merged commit e20f6e2 into SeaQL:update-sea-query Apr 18, 2022
@tyt2y3 tyt2y3 mentioned this pull request Apr 18, 2022
@SebastienGllmt SebastienGllmt mentioned this pull request Apr 19, 2022
4 tasks
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.

Lower function missing
3 participants