Skip to content

Commit 21ab270

Browse files
committed
Expand DbType.
1 parent 02bbd7d commit 21ab270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_qblike_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class DbString:
127127
length: int
128128

129129

130-
type DbType = DbInteger | DbString
130+
type DbType = DbBoolean | DbInteger | DbString | DbLinkTarget | DbLinkSource
131131

132132

133133
class Table[name: str]:

0 commit comments

Comments
 (0)