diff options
Diffstat (limited to 'python/skytools/parsing.py')
-rw-r--r-- | python/skytools/parsing.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/skytools/parsing.py b/python/skytools/parsing.py index fd9b9549..3aa94991 100644 --- a/python/skytools/parsing.py +++ b/python/skytools/parsing.py @@ -131,11 +131,11 @@ def parse_logtriga_sql(op, sql): """Parse partial SQL used by logtriga() back to data values. Parser has following limitations: - - Expects standard_quoted_strings = off - - Does not support dollar quoting. - - Does not support complex expressions anywhere. (hashtext(col1) = hashtext(val1)) - - WHERE expression must not contain IS (NOT) NULL - - Does not support updateing pk value. + - Expects standard_quoted_strings = off + - Does not support dollar quoting. + - Does not support complex expressions anywhere. (hashtext(col1) = hashtext(val1)) + - WHERE expression must not contain IS (NOT) NULL + - Does not support updateing pk value. Returns dict of col->data pairs. """ |