Skip to content

Commit

Permalink
LPD-25786 Change commit message to express the need of invoking BaseD…
Browse files Browse the repository at this point in the history
…B#runSQL.
  • Loading branch information
marianoalvarosaiz authored and brianchandotcom committed Jul 18, 2024
1 parent 7124efc commit 7788196
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public static void createIndexMetadata(

public static void runSQL(DataSource dataSource, Log log, String sql) {

// The implementation in *ServiceBaseImpl#runSQL strips line delimeters
// like ";". See LPD-25786.
// Objects DDL instructions end with ";". Only DB#runSQL can handle it.
// See LPD-25786.

if (log.isDebugEnabled()) {
log.debug("SQL: " + sql);
Expand Down

0 comments on commit 7788196

Please sign in to comment.