Minor bugfix.
This commit is contained in:
@ -165,7 +165,7 @@ public class ORM {
|
||||
if (sql.firstRow(query, params)) { return 0 }
|
||||
else {
|
||||
query = """INSERT INTO $linkTable ("$col1", "$col2") VALUES (?, ?)"""
|
||||
logger.debug("Selecting association.\n\tSQL: {}\n\tPARAMS: {}",
|
||||
logger.debug("Creating association.\n\tSQL: {}\n\tPARAMS: {}",
|
||||
query, params)
|
||||
return sql.execute(query, params) } } }
|
||||
|
||||
|
Reference in New Issue
Block a user