Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nodejs-yitong-sdk
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
Operations
Operations
Metrics
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
yitong-public
nodejs-yitong-sdk
Commits
19365be1
Commit
19365be1
authored
Jan 21, 2022
by
孙傲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决连接超过4K限制问题
parent
83f3d678
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dbms.js
dbms.js
+3
-3
package.json
package.json
+1
-1
No files found.
dbms.js
View file @
19365be1
...
...
@@ -51,9 +51,9 @@ class DatabaseManagementSystem {
let
{
data
:
{
data
}
}
=
await
this
.
http
({
url
:
query
,
params
:
{
database
:
database
,
params
:
queryParameters
?
JSON
.
stringify
(
queryParameters
)
:
null
}
database
:
database
},
data
:
queryParameters
?
`--
${
JSON
.
stringify
(
queryParameters
)}
`
:
null
,
});
return
data
;
}
...
...
package.json
View file @
19365be1
{
"name"
:
"nodejs-yitong-sdk"
,
"version"
:
"1.0.
4
"
,
"version"
:
"1.0.
5
"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
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