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
5e07a647
Commit
5e07a647
authored
Jul 11, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "force connexion params"
This reverts commit 0806c1deb0d0a3dd8ef6e1b2f8e8fd4323ec705d.
parent
6f487218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
product/ZMySQLDA/db.py
product/ZMySQLDA/db.py
+0
-6
No files found.
product/ZMySQLDA/db.py
View file @
5e07a647
...
@@ -250,12 +250,6 @@ class DB(TM):
...
@@ -250,12 +250,6 @@ class DB(TM):
self
.
db
.
close
()
self
.
db
.
close
()
def
_forceReconnection
(
self
):
def
_forceReconnection
(
self
):
#-pinsecure -h127.0.0.1 -uerp5_test -P45678 erp5_test
self
.
_kw_args
[
'host'
]
=
'127.0.0.1'
self
.
_kw_args
[
'port'
]
=
45678
self
.
_kw_args
[
'db'
]
=
'erp5_test'
self
.
_kw_args
[
'user'
]
=
'erp5_test'
self
.
_kw_args
[
'passwd'
]
=
'insecure'
self
.
db
=
MySQLdb
.
connect
(
**
self
.
_kw_args
)
self
.
db
=
MySQLdb
.
connect
(
**
self
.
_kw_args
)
def
tables
(
self
,
rdb
=
0
,
def
tables
(
self
,
rdb
=
0
,
...
...
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