Skip to content

How to get warnings? #11

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

Open
Hexer10 opened this issue Jul 23, 2018 · 0 comments
Open

How to get warnings? #11

Hexer10 opened this issue Jul 23, 2018 · 0 comments
Assignees

Comments

@Hexer10
Copy link
Contributor

Hexer10 commented Jul 23, 2018

Hi,

How can I get if a query returned a warning? ie:

    CREATE TABLE IF NOT EXISTS users
    (
        username varchar(32) PRIMARY KEY UNIQUE,
        password varchar(32),
    );

could return a warning if the table already exists how can I get that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants