Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use json for serializing pending commands [Rebased] #2186

Merged
merged 13 commits into from Feb 6, 2017
Merged

Use json for serializing pending commands [Rebased] #2186

merged 13 commits into from Feb 6, 2017

Conversation

philipwhiuk
Copy link
Contributor

@philipwhiuk philipwhiuk commented Feb 5, 2017

Merging back from master was considerably less complicated.

See #1557

@philipwhiuk philipwhiuk changed the title Use json for serializing pending commands Use json for serializing pending commands [Rebased] Feb 5, 2017
Cursor columnCursor = db.rawQuery("PRAGMA table_info("+table+")", null);
columnCursor.moveToFirst();
boolean foundColumn = false;
while (!columnCursor.isAfterLast()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while (columnCursor.moveToNext()) {
    ...
}

@cketti cketti merged commit da2012b into thunderbird:master Feb 6, 2017
@philipwhiuk philipwhiuk deleted the json-pending-command-rebase branch August 26, 2017 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants