Skip to content

Commit 2678646

Browse files
committed
fix
1 parent 2bc9ab2 commit 2678646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uncoder-core/app/translator/platforms/base/sql/str_value_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def from_str_to_container(self, value: str) -> StrValue:
6565
if char == "'":
6666
if prev_char == "'":
6767
split.append(char)
68+
prev_char = None
69+
continue
6870
prev_char = char
6971
continue
7072
split.append(char)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy