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
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
05827c50
Commit
05827c50
authored
1 year ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sqlvar py3 ( to check )
parent
66f216b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
product/ERP5Type/patches/sqlvar.py
product/ERP5Type/patches/sqlvar.py
+3
-3
No files found.
product/ERP5Type/patches/sqlvar.py
View file @
05827c50
...
@@ -110,13 +110,13 @@ else: # For easy diff with original (ZSQLMethods 3.14)
...
@@ -110,13 +110,13 @@ else: # For easy diff with original (ZSQLMethods 3.14)
v
=
expr
(
md
)
v
=
expr
(
md
)
except
Exception
:
except
Exception
:
if
'optional'
in
args
and
args
[
'optional'
]:
if
'optional'
in
args
and
args
[
'optional'
]:
return
'null'
return
b
'null'
if
not
isinstance
(
expr
,
StringTypes
):
if
not
isinstance
(
expr
,
StringTypes
):
raise
raise
raise
ValueError
(
'Missing input variable, <em>%s</em>'
%
name
)
raise
ValueError
(
'Missing input variable, <em>%s</em>'
%
name
)
if
v
is
None
:
if
v
is
None
:
return
'null'
return
b
'null'
if
t
==
'int'
:
if
t
==
'int'
:
try
:
try
:
...
@@ -162,7 +162,7 @@ else: # For easy diff with original (ZSQLMethods 3.14)
...
@@ -162,7 +162,7 @@ else: # For easy diff with original (ZSQLMethods 3.14)
v
=
str
(
v
)
v
=
str
(
v
)
if
not
v
and
t
==
'nb'
:
if
not
v
and
t
==
'nb'
:
if
'optional'
in
args
and
args
[
'optional'
]:
if
'optional'
in
args
and
args
[
'optional'
]:
return
'null'
return
b
'null'
else
:
else
:
err
=
'Invalid empty string value for <em>%s</em>'
%
name
err
=
'Invalid empty string value for <em>%s</em>'
%
name
raise
ValueError
(
err
)
raise
ValueError
(
err
)
...
...
This diff is collapsed.
Click to expand it.
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