]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✨ Update GUID handling to use stdlib `UUID.hex` instead of an `int` (#26)
authorAndrew Bolster <me@andrewbolster.info>
Sat, 27 Aug 2022 22:28:09 +0000 (23:28 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 22:28:09 +0000 (00:28 +0200)
commit5ea9340def1f2580c919c8be10024aeaeb5d038c
tree9fa198f2a6bd3a9eb2a60141b095fca4ee30d800
parentdb3ad598c5a0f3baab0fc4fbe8acbe6eb7580878
✨ Update GUID handling to use stdlib `UUID.hex` instead of an `int` (#26)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/sql/sqltypes.py