mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

DatabaseMetaData.getTypeInfo() Method not return json data type #2508

Closed zhaojinchao95 closed 2 years ago

zhaojinchao95 commented 2 years ago

Hi everyone,

I used mysql driver 5.x and 8.x, use jdbc through java, not return json data type, executing the sql command also did not find, such as: ? data types;

AUTO_INCREMENT BIGINT BINARY BIT BLOB BLOB DATA TYPE BOOLEAN CHAR CHAR BYTE DATE DATETIME DEC DECIMAL DOUBLE DOUBLE PRECISION ENUM FLOAT INT INTEGER LONGBLOB LONGTEXT MEDIUMBLOB MEDIUMINT MEDIUMTEXT SET DATA TYPE SMALLINT TEXT TIME TIMESTAMP TINYBLOB TINYINT TINYTEXT VARBINARY VARCHAR YEAR DATA TYPE

dougwilson commented 2 years ago

Hello, sorry you are having trouble. Unfortunately this is the wrong repository for your question, as this is a driver for Node.js