Dataflare icon indicating copy to clipboard operation
Dataflare copied to clipboard

[BUG] it does not execute all clausules from SQL file.

Open luishidalgoa opened this issue 1 year ago • 1 comments

Describe the bug

when i would like to execute all clausules from my sql file, Dataflare will execute some of the clauses, instead of all.

Example:

this consult has eight tablas , when i executed the file. DataFlare don't create all tables and alter tables clausules

image

Platform and Database

Windows 11 23580.0 / mariaDB

luishidalgoa avatar Nov 03 '23 11:11 luishidalgoa

Thanks for your feedback.

Note: Switch database is not supported yet. We use connection pool behind the scenes. When using USE DATABASE to switch database, it will only switch in a certain connection, while the remaining connections remain unchanged, which may cause unexpected consequences.

But it's definitely a problem and I'll check it out!

wyhaya avatar Nov 03 '23 15:11 wyhaya