Git Product home page Git Product logo

vscode-mysql's People

Contributors

2276225819 avatar alexdima avatar formulahendry avatar jbpoulsen avatar microleft avatar neuralch avatar poreklo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

vscode-mysql's Issues

Still can't get DELIMITER working.

DROP PROCEDURE IF EXISTS moveMoney;

DELIMITER //

CREATE PROCEDURE moveMoney(
	fromaccount CHAR(4),
        toaccount CHAR(4),
        amount NUMERIC(4, 2)
)
BEGIN

	SELECT fromaccount, toaccount, amount;

END//

DELIMITER ;

This is my code, it works in the mysql client but it won't work in vscode with this extension.

The error I'm getting:

Error: ER_PARSE_ERROR: You have an error in your SQL syntax; 
  check the manual that corresponds to your MySQL 
  server version for the right syntax to use near '//

DELIMITER' at line 10

Add Stored Procedures and Functions

Can you please add the ability to see stored procedures and functions? When that is added, can you create a tree structure that groups tables, stored procedures and functions separately?

SSH tunnel support

As this looks to be a bit more maintained than Jan's version I thought I would raise formulahendry#1 here as well.

A lot of MySQL databases are not exposed directly and you have to SSH setting up a port forward to gain access to them. This can be seen in tools like MySQL Workbench.

In the original issue I point at a library that looks to work well for SSH in other extensions.

SELECT JOIN field with the same name not shown

"SELECT * FROM table1 JOIN table2 ON table1.id=table2.user_id"

  • in Result page there are all fields except for the fields from the table1 named as the fields from table2. Unless I explicitly rename them with AS

date displayed in ISO format

when i insert to column set as date the CURRENT_DATE()
it is display as "2019-02-28T22:00:00.000Z"

INSERT INTO data (id, date, time, zone, type, value) VALUES ('asdf', CURRENT_DATE(), NOW(), 'asdf', 'asdf', 3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.