apache/gravitino
Vedi su GitHub[Improvement] Use SQL prepared statements in JdbcDatabaseOperations.java and PostgreSqlSchemaOperations.java
Open
#8017 aperta il 11 ago 2025
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.