Skip to content

Commit

Permalink
Revert "Does MySQL want ints?"
Browse files Browse the repository at this point in the history
This reverts commit 9d6a2a7.
  • Loading branch information
xhochy committed Aug 28, 2024
1 parent 9d6a2a7 commit 6b08088
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_cursor_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ def test_insert_unicode_column_with_truncation(dsn, configuration):

@for_each_database
def test_insert_bool_column(dsn, configuration):
if dsn.lower() == "mysql":
_test_insert_many(configuration, "INSERT BOOL", [[0], [1], [1]])
else:
_test_insert_many(configuration, "INSERT BOOL", [[False], [True], [True]])
_test_insert_many(configuration, "INSERT BOOL", [[False], [True], [True]])


@for_one_database
Expand Down

0 comments on commit 6b08088

Please sign in to comment.