Skip to content

Commit

Permalink
0002776: SQL Lite nodes fail to register 3.8 - 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Sep 13, 2016
1 parent fd2fe4c commit 16cc488
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public SqliteTriggerTemplate(AbstractSymmetricDialect symmetricDialect) {

String sourceNodeExpression;
if(isBlank(sqliteFunctionToOverride)){
sourceNodeExpression = "(select value from $(prefixName)_context where name = 'sync_node_disabled')";
sourceNodeExpression = "(select context_value from $(prefixName)_context where name = 'sync_node_disabled')";
}else{
sourceNodeExpression = "(select substr(" + sqliteFunctionToOverride + "(), 10) from sqlite_master where " + sqliteFunctionToOverride + "() like 'DISABLED:%')";
}
Expand Down

0 comments on commit 16cc488

Please sign in to comment.