diff options
author | Marko Kreen | 2008-04-22 12:44:08 +0000 |
---|---|---|
committer | Marko Kreen | 2008-04-22 12:44:08 +0000 |
commit | 8cf6623477b26f903a63f0c631ae8d5813271e0e (patch) | |
tree | 725fa7e63849edf646e07028172f200a18c7a0f5 /python/skytools/parsing.py | |
parent | 1208545c1f6bfdf628f42dce0e747c3daccfad78 (diff) |
parse_logtriga_sql - epydoc complained on bad docstring
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. """ |