Skip to content

Commit

Permalink
i put c.sync_enabled=1 in the trigger instead of in the class.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 4, 2007
1 parent 2f91b54 commit 42fdd59
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public class Trigger {
* Default to selecting all. This can be changed to select based on
* joins between node parameters and data column values.
*/
private String nodeSelect = " and c.sync_enabled=1";
private String nodeSelect = "";

/**
* This is a sql expression that creates a unique id which the sync
Expand Down

0 comments on commit 42fdd59

Please sign in to comment.