1
0
Fork 0

Adding upstream version 10.4.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 15:01:11 +01:00
parent 275e9758ad
commit 63044b3f6c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
88 changed files with 1637 additions and 436 deletions

View file

@ -91,12 +91,12 @@ class TestMySQL(Validator):
},
)
self.validate_all(
"N 'some text'",
"N'some text'",
read={
"mysql": "N'some text'",
"mysql": "n'some text'",
},
write={
"mysql": "N 'some text'",
"mysql": "N'some text'",
},
)
self.validate_all(