We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c36333 commit 6e9be94Copy full SHA for 6e9be94
pymysqlreplication/tests/test_data_type.py
@@ -625,7 +625,7 @@ def test_zerofill(self):
625
self.assertEqual(event.rows[0]["values"]["test4"], '0000000001')
626
self.assertEqual(event.rows[0]["values"]["test5"], '00000000000000000001')
627
628
- def test_extra_data(self):
+ def test_partition_id(self):
629
if not self.isMySQL80AndMore():
630
self.skipTest("Not supported in this version of MySQL")
631
create_query = "CREATE TABLE test (id INTEGER) \
0 commit comments