File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.11.1 : 2021-12-14
4+
5+ - ** Change** : Ability to cast to UUID
6+
37## 0.11.0 : 2021-12-10
48
59- ** Feature** : More benevolent type nesting
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class DataType(Enum):
2222 CHAR = 'char'
2323 VARCHAR = 'varchar'
2424 TEXT = 'text'
25+ UUID = 'uuid'
2526
2627 # Integers
2728 SMALLINT = 'smallint'
Original file line number Diff line number Diff line change 1- __version__ = '0.11.0 '
1+ __version__ = '0.11.1 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " duckql-python"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " JSON declarative SQL conversion library"
55authors = [
" Jakub Dubec <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments