From 8cf6623477b26f903a63f0c631ae8d5813271e0e Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 22 Apr 2008 12:44:08 +0000 Subject: [PATCH] parse_logtriga_sql - epydoc complained on bad docstring --- python/skytools/parsing.py | 10 +++++----- 1 file 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. """ -- 2.39.5