Adding upstream version 26.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
09521056ff
commit
d908bee480
119 changed files with 71635 additions and 68059 deletions
|
@ -613,10 +613,10 @@ class TestExecutor(unittest.TestCase):
|
|||
("CONCAT('a', 'b')", "ab"),
|
||||
("CONCAT('a', NULL)", None),
|
||||
("CONCAT_WS('_', 'a', 'b')", "a_b"),
|
||||
("STR_POSITION('bar', 'foobarbar')", 4),
|
||||
("STR_POSITION('bar', 'foobarbar', 5)", 7),
|
||||
("STR_POSITION(NULL, 'foobarbar')", None),
|
||||
("STR_POSITION('bar', NULL)", None),
|
||||
("STR_POSITION('foobarbar', 'bar')", 4),
|
||||
("STR_POSITION('foobarbar', 'bar', 5)", 7),
|
||||
("STR_POSITION('foobarbar', NULL)", None),
|
||||
("STR_POSITION(NULL, 'bar')", None),
|
||||
("UPPER('foo')", "FOO"),
|
||||
("UPPER(NULL)", None),
|
||||
("LOWER('FOO')", "foo"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue