-
v0.0.2
Stablereleased this
2026-01-03 17:11:02 +00:00 | 0 commits to main since this releaseFix: SQLite ticket serialization error
Problem: Creating tickets failed on SQLite with the error:
type 'dict' is not supportedThis occurred because the extra field (a Pydantic model) was passed as a Python dict to SQLite, which doesn't support complex types.
Solution:
- Use db.insert() instead of db.execute() for ticket creation, ensuring proper JSON serialization across all database backends
- Add JSON parsing in ticket read functions to deserialize the extra field
Compatibility
- Tested working on SQLite
- Test work on PostgreSQL
- CockroachDB
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.1
Stablereleased this
2025-12-31 16:08:31 +00:00 | 2 commits to main since this releaseDownloads
-
Source code (ZIP)
7 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)