Skip to content

Commit

Permalink
Update dbapi test to use Int64 type
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyu committed Jan 8, 2024
1 parent 6710bca commit 08d105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_insert_and_read_data(self):
cur.execute("""
CREATE TABLE rate (
day Date,
value Int32
value Int64
) ENGINE = ReplacingMergeTree ORDER BY day""")

# Insert single value
Expand Down

0 comments on commit 08d105a

Please sign in to comment.