Skip to content

Commit

Permalink
Change clickhouse server required version to 21.1.3 for Map insert st…
Browse files Browse the repository at this point in the history
…atement test.
  • Loading branch information
subkanthi committed Oct 5, 2023
1 parent d0290c0 commit 2967da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sql/test_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_insert(self):
rv = self.session.execute(select(table.c.x)).scalar()
self.assertEqual(rv, 'test')

@require_server_version(19, 3, 3)
@require_server_version(21, 1, 3)
def test_insert_map(self):
table = Table(
't', self.metadata(),
Expand Down

0 comments on commit 2967da8

Please sign in to comment.