Skip to content

Commit dfde810

Browse files
committed
add protoV5 test for param binding
1 parent ba2de0a commit dfde810

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/test_parameter_binding.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,6 @@ def test_unset_value(self):
220220
old_values = self.bound.values
221221
self.bound.bind((0, 0, 0, UNSET_VALUE))
222222
self.assertEqual(self.bound.values[-1], UNSET_VALUE)
223+
224+
class BoundStatementTestV5(BoundStatementTestV4):
225+
protocol_version = 5

0 commit comments

Comments
 (0)