[PR #276] [MERGED] Fixes UUID: UUID's are 36 Chars long, not 12... #604

Closed
opened 2026-02-27 16:39:51 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: bugfixes


📝 Commits (1)

  • 4dfba12 Fixes 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/276 **Author:** [@schmitch](https://github.com/schmitch) **Created:** 4/10/2014 **Status:** ✅ Merged **Merged:** 4/11/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `bugfixes` --- ### 📝 Commits (1) - [`4dfba12`](https://github.com/retspen/webvirtmgr/commit/4dfba12745529f55819bf3f676ecaed97c43f124) Fixes UUID: UUID's are 36 Chars long, not 12... ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `instance/models.py` (+2 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#604
No description provided.