Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f8d24ea

Browse files
committed
Tests: one more data-type for oracle
1 parent 3071113 commit f8d24ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_database_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def init_conns():
178178
"numeric",
179179
"real",
180180
"double precision",
181+
"Number(5, 2)",
181182
],
182183
"uuid": [
183184
"CHAR(100)",

0 commit comments

Comments
 (0)