am 12700853
: Merge "Fix a sql statement." into jb-ub-mail-ur10
* commit '12700853aba17547fe21df5b30cb4daccff69909': Fix a sql statement.
This commit is contained in:
commit
7d7d86171f
@ -193,7 +193,7 @@ public class Mailbox extends EmailContent implements MailboxColumns, Parcelable
|
|||||||
* push if it has a valid, non-initial sync key and is opted in for sync.
|
* push if it has a valid, non-initial sync key and is opted in for sync.
|
||||||
*/
|
*/
|
||||||
private static final String PUSH_MAILBOXES_FOR_ACCOUNT_SELECTION =
|
private static final String PUSH_MAILBOXES_FOR_ACCOUNT_SELECTION =
|
||||||
MailboxColumns.SYNC_KEY + "not null and " + MailboxColumns.SYNC_KEY + "!='' and " +
|
MailboxColumns.SYNC_KEY + " is not null and " + MailboxColumns.SYNC_KEY + "!='' and " +
|
||||||
MailboxColumns.SYNC_KEY + "!='0'" + MailboxColumns.SYNC_INTERVAL + "=1 and " +
|
MailboxColumns.SYNC_KEY + "!='0'" + MailboxColumns.SYNC_INTERVAL + "=1 and " +
|
||||||
MailboxColumns.ACCOUNT_KEY + "=?";
|
MailboxColumns.ACCOUNT_KEY + "=?";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user