From d7bf645504afb334e52c247e5ca44eb0dcb9a777 Mon Sep 17 00:00:00 2001 From: Matthew Bucci Date: Sun, 26 Nov 2023 15:24:45 -0800 Subject: [PATCH] handle regular key expressions --- tests/rewriteTest.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tests/rewriteTest.php b/tests/rewriteTest.php index 9d417df..e2d2ad7 100644 --- a/tests/rewriteTest.php +++ b/tests/rewriteTest.php @@ -123,5 +123,47 @@ final class rewriteTest extends TestCase $this->assertSame(trim($postgresql), trim($expected)); } + public function test_it_handles_keys_without_unique() + { + $sql = <<assertSame(trim($postgresql), trim($expected)); + } + } \ No newline at end of file