You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an insert into a table with generated ids, auto_increment on mysql/mariadb the generated id's are not returned automatically like it happens on jdbc-client.
This means that the async driver is not a drop-in replacement for jdbc-client.