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
The formats of prepared SQLs for PostgreSQL and MySQL are different in Vert.x SQL Client. The function String.toVertxPgClientPreparedSql should not be called for MySQL. Ideally, this function should be moved to the "postgresql" module.
ShreckYe
changed the title
Refactor String.toVertxPgClientPreparedSql to work for different DBs
Refactor callers of String.toVertxPgClientPreparedSql to work for different DBs
Jan 18, 2025
The formats of prepared SQLs for PostgreSQL and MySQL are different in Vert.x SQL Client. The function
String.toVertxPgClientPreparedSql
should not be called for MySQL. Ideally, this function should be moved to the "postgresql" module.PostgreSQL:
MySQL:
The function:
exposed-vertx-sql-client/core/src/main/kotlin/com/huanshankeji/exposedvertxsqlclient/DatabaseClient.kt
Lines 53 to 61 in cbf6692
The text was updated successfully, but these errors were encountered: