Skip to content

Conversation

@andinux
Copy link

@andinux andinux commented Feb 10, 2026

Build normalized schema string using only: column name (lowercase), type (SQLite affinity), pk flag Format: tablename:colname:affinity:pk,... (ordered by table name, then column id). This makes the hash resilient to formatting, quoting, case differences and portable across databases.

…me (lowercase), type (SQLite affinity), pk flag

Build normalized schema string using only: column name (lowercase), type (SQLite affinity), pk flag
Format: tablename:colname:affinity:pk,... (ordered by table name, then column id).
This makes the hash resilient to formatting, quoting, case differences and portable across databases.
@andinux andinux merged commit 8bf4c58 into dev Feb 10, 2026
16 checks passed
@andinux andinux deleted the fix/schema-hash branch February 12, 2026 14:12
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.

1 participant