Merging upstream version 10.5.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b8c9606bf
commit
599f59b0f8
39 changed files with 786 additions and 133 deletions
|
@ -325,3 +325,9 @@ class TestParser(unittest.TestCase):
|
|||
"Expected table name",
|
||||
logger,
|
||||
)
|
||||
|
||||
def test_rename_table(self):
|
||||
self.assertEqual(
|
||||
parse_one("ALTER TABLE foo RENAME TO bar").sql(),
|
||||
"ALTER TABLE foo RENAME TO bar",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue