mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[PR #276] [MERGED] Fixes UUID: UUID's are 36 Chars long, not 12... #604
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/276
Author: @schmitch
Created: 4/10/2014
Status: ✅ Merged
Merged: 4/11/2014
Merged by: @retspen
Base:
master← Head:bugfixes📝 Commits (1)
4dfba12Fixes UUID: UUID's are 36 Chars long, not 12...📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
instance/models.py(+2 -2)📄 Description
The current implementation won't work against databases other than sqlite3 since the model had an issue with uuid's (they are 36 chars long)
Sqlite won't fail since there are no varchars only strings without a length.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.