We now support mysql. (At least we're heading in that direction)
This commit is contained in:
parent
5e06cd91e2
commit
01b98343d2
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ This is the item whose information is displayed in the information window.")
|
||||||
(defvar enode-current-connection-type nil
|
(defvar enode-current-connection-type nil
|
||||||
"The current connection type: 'oracle, 'mysql, etc.")
|
"The current connection type: 'oracle, 'mysql, etc.")
|
||||||
|
|
||||||
(defvar enode-supported-connection-types '(oracle)
|
(defvar enode-supported-connection-types '(oracle mysql)
|
||||||
"The current connection type: 'oracle, 'mysql, etc.")
|
"The current connection type: 'oracle, 'mysql, etc.")
|
||||||
|
|
||||||
(defvar enode-current-connection nil
|
(defvar enode-current-connection nil
|
||||||
|
|
Loading…
Reference in a new issue