-
-
Notifications
You must be signed in to change notification settings - Fork 195
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 GEN_RANDOM_UUID
#568
Comments
Umm most likely a typo, let's do a patch release to 0.28 |
And we better rename |
I have created a small patch for this. |
Thank you for the PR. Yes, we have to keep the old function for the patch release but remove it in the next major release. |
@tyt2y3 Thank you! I have allowed editing the PR, so it is ok if you are going to edit the branch directly |
https://github.com/SeaQL/sea-query/releases/tag/0.28.1 Should fix the problem for now, and your PR would be merged for the next release |
* sea-query-rusqlite 0.2.0 * Postgres `GEN_RANDOM_UUID` #568 * 0.28.1 * Convert various UUID defined in `uuid::fmt` module into `sea_query::Value::Uuid` * Merge pull request #550 from beckend/cow add Cow<str> conversion to Value * 0.28.2 * 0.28.2 * CI * Get values from UpdateStatement * Update CHANGELOG.md * Supporting types and implementations for replacing SeaORM's `ColumnType` (#579) * Implements `PartialEq` for `ColumnType` * Add helper function to construct `ColumnType::Custom` * Changelog * Tweaks * 0.28.3 * Fix: comma separator for dropping multiple types in Postgres. * Add: doc-test for dropping multiple types in Postgres. * Formatted documentation code. * fix: enable required `syn` features * Update CHANGELOG.md * Revert "Update CHANGELOG.md" This reverts commit eea846e. * Revert "fix: enable required `syn` features" This reverts commit 032348e. * Refactoring: using fold method instead of loop. * Update CHANGELOG.md --------- Co-authored-by: Billy Chan <[email protected]> Co-authored-by: Chris Tsang <[email protected]> Co-authored-by: PreetamSing <[email protected]>
Description
This should be
GEN_RANDOM_UUID
sea-query/src/backend/postgres/query.rs
Line 81 in 46a4170
Additional Information
Test case: https://dbfiddle.uk/VSgTB_Qo
Related PR: #530
The text was updated successfully, but these errors were encountered: