Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
6448065c
Commit
6448065c
authored
Mar 25, 2021
by
Aurel
Committed by
Arnaud Fontaine
Jan 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some variables are no longer accessibles
parent
2841f235
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/ERP5Type/patches/sqltest.py
product/ERP5Type/patches/sqltest.py
+2
-1
No files found.
product/ERP5Type/patches/sqltest.py
View file @
6448065c
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
from
Shared.DC.ZRDB.sqltest
import
*
from
Shared.DC.ZRDB.sqltest
import
*
from
Shared.DC.ZRDB
import
sqltest
from
Shared.DC.ZRDB
import
sqltest
from
DateTime
import
DateTime
from
DateTime
import
DateTime
from
types
import
StringType
list_type_list
=
list
,
tuple
,
set
,
frozenset
,
dict
list_type_list
=
list
,
tuple
,
set
,
frozenset
,
dict
...
@@ -92,7 +93,7 @@ if 1: # For easy diff with original
...
@@ -92,7 +93,7 @@ if 1: # For easy diff with original
'No input was provided for <em>%s</em>'
%
name
)
'No input was provided for <em>%s</em>'
%
name
)
if
len
(
vs
)
>
1
:
if
len
(
vs
)
>
1
:
vs
=
join
(
map
(
str
,
vs
),
', '
)
vs
=
', '
.
join
(
map
(
str
,
vs
)
)
if
self
.
op
==
'<>'
:
if
self
.
op
==
'<>'
:
## Do the equivalent of 'not-equal' for a list,
## Do the equivalent of 'not-equal' for a list,
## "a not in (b,c)"
## "a not in (b,c)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment