apache/gravitino

[Improvement] Use SQL prepared statements in JdbcDatabaseOperations.java and PostgreSqlSchemaOperations.java

Open

#8017 aperta il 11 ago 2025

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Java (887 fork)auto 404
good first issueimprovement

Metriche repository

Star
 (3058 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

What would you like to be improved?

In the exist method the SQL string can be changed to use safer prepared statements.

How should we improve?

generateDatabaseExistSql woudl need to change as well.

Guida contributor