apache/gravitino
View on GitHub[Improvement] Use SQL prepared statements in JdbcDatabaseOperations.java and PostgreSqlSchemaOperations.java
Open
#8,017 opened on Aug 11, 2025
good first issueimprovement
Repository metrics
- Stars
- (3,058 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.