Skip to content
Snippets Groups Projects
Commit 882b6c68 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Bug fixed in _encode_query.

parent 97cf2e77
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,10 @@ class DbSvc(BaseSvc): ...@@ -114,6 +114,10 @@ class DbSvc(BaseSvc):
""" """
query = "" query = ""
if not li:
return query
for el in li: for el in li:
# transform bracket as db.table1.field1 # transform bracket as db.table1.field1
......
--------------------------------- CHANGE LOG ---------------------------------- --------------------------------- CHANGE LOG ----------------------------------
HEAD HEAD
- Bug fixed
- Improve PanelWithUrlSelector class (selectorTitle, selectorRegion) - Improve PanelWithUrlSelector class (selectorTitle, selectorRegion)
- The plugin pGridExport is replaced by pGridExpertMemu.
0.4.9.7 (Nov 2012) 0.4.9.7 (Nov 2012)
- Major release with several improvements. - Major release with several improvements.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment