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

Improve tooltip for the "WITHOUT ROWID" checkbox #3590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vlakoff
Copy link
Contributor

@vlakoff vlakoff commented Mar 22, 2024

Notably, the required PRIMARY KEY can be of any type, and can be composite.

Refs:

  • Clustered Indexes and the WITHOUT ROWID Optimization - in particular in section 4:

    The WITHOUT ROWID optimization is likely to be helpful for tables that have non-integer or composite (multi-column) PRIMARY KEYs and that do not store large strings or BLOBs.

  • SQLite Autoincrement - in particular at the end of the page:

    Because AUTOINCREMENT keyword changes the behavior of the ROWID selection algorithm, AUTOINCREMENT is not allowed on WITHOUT ROWID tables or on any table column other than INTEGER PRIMARY KEY. Any attempt to use AUTOINCREMENT on a WITHOUT ROWID table or on a column other than the INTEGER PRIMARY KEY column results in an error.

Not sure how the translations should be handled. Does "lupdate" handle everything? (updating the <source> tags, and marking the <translations> tags as needing update)

Notably, the required PRIMARY KEY can be of any type, and can be composite.
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

1 participant