Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble executing Query #910

Closed
StefanPenchev05 opened this issue Jun 16, 2022 · 0 comments
Closed

Having trouble executing Query #910

StefanPenchev05 opened this issue Jun 16, 2022 · 0 comments
Labels
mysql MySQL / MariaDB driver triage

Comments

@StefanPenchev05
Copy link

StefanPenchev05 commented Jun 16, 2022

I am using:

  • Operating System: MacOS
  • Visual Studio Code [1.68.1 ]
  • SQLTools[v0.23.0]
  • Driver - MySQL[v0.2.0]

This is the SQL Code I am trying to run

CREATE TABLE UserInfo(person_name char,
                    person_email char PRIMARY KEY,
                    person_age INT,
                    Date_Of_Log TIMESTAMP);

When I try to run the query this error message shows:

Client option 'pooling.maxIdleTime' does not support value 'NaN'.

How do I fix this?

@gjsjohnmurray gjsjohnmurray added the mysql MySQL / MariaDB driver label Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql MySQL / MariaDB driver triage
Projects
None yet
Development

No branches or pull requests

2 participants