mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
nit
This commit is contained in:
@@ -24,7 +24,7 @@ public final class JDBC4Connection implements Connection {
|
||||
}
|
||||
|
||||
public TursoStatement prepare(String sql) throws SQLException {
|
||||
final TursoStatement statement = connection.prepare(sql);
|
||||
final TursoStatement statement = connection.prepare(sql);
|
||||
statement.initializeColumnMetadata();
|
||||
return statement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user