Skip to content

Commit

Permalink
LPD-25786 Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Jul 18, 2024
1 parent 7788196 commit 426086e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ public static void createIndexMetadata(

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

// Objects DDL instructions end with ";". Only DB#runSQL can handle it.
// See LPD-25786.
// DB#runSQL can handle SQL made up of multiple statements delimited by
// semicolons, whereas the default implementation in
// *ServiceBaseImpl#runSQL cannot. See LPD-25786.

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

0 comments on commit 426086e

Please sign in to comment.