Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
I
install.api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Script
install.api
Commits
4d6e0506
Commit
4d6e0506
authored
Mar 12, 2020
by
金凯强
🎨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8c7e63ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db_tools.py
app/utils/db_tools.py
+2
-2
No files found.
app/utils/db_tools.py
View file @
4d6e0506
...
...
@@ -71,7 +71,7 @@ class DBDriver:
return
res
res_dict
=
dict
(
map
(
lambda
x
,
y
:
[
x
,
y
],
fields
,
res
))
cur
.
close
()
#
cur.close()
return
res_dict
def
query_sql
(
self
,
sql
,
*
args
,
**
kwargs
):
...
...
@@ -82,7 +82,7 @@ class DBDriver:
for
r
in
res
:
res_dict
=
OrderedDict
(
map
(
lambda
x
,
y
:
[
x
,
y
],
fields
,
r
))
res_list
.
append
(
res_dict
)
cur
.
close
()
#
cur.close()
return
res_list
def
__enter__
(
self
):
...
...
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