feat(sql): added uuid type in postgres decoder (#1375)

Co-authored-by: Kauan Curbani <kauan.curbani@segalas.local>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
Kauan Curbani
2024-09-09 12:40:45 -03:00
committed by GitHub
parent 3912800db3
commit 0dd97d9115
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"sql": patch
---
Added support for `UUID` columns to the postgres implementation.