FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make the PRAGMA page_size change effective in WAL mode by yfdyh000 · Pull Request #3891 · sqlitebrowser/sqlitebrowser · GitHub

Make the PRAGMA page_size change effective in WAL mode - #3891

Open
yfdyh000 wants to merge 1 commit into
sqlitebrowser:masterfrom
yfdyh000:2025-02-28-pr1
Open

Make the PRAGMA page_size change effective in WAL mode#3891
yfdyh000 wants to merge 1 commit into
sqlitebrowser:masterfrom
yfdyh000:2025-02-28-pr1

Conversation

Copy link
Copy Markdown
Contributor

mgrojo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

You haven't explained which is the issue and what you have fixed with these changes. Could you add the necessary information?

Comment thread src/sqlitedb.cpp

bool res = executeSQL(sql, false, true); // PRAGMA statements are usually not transaction bound, so we can't revert
bool backToWal = false;
if (pragma == "page_size")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The indentation in this block is incorrect. Can you fix it?

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL