Skip to content

feat: decimal affinity in sqlite#1547

Open
PDT42 wants to merge 12 commits intomainfrom
feat/sqlite-decimal-affinity
Open

feat: decimal affinity in sqlite#1547
PDT42 wants to merge 12 commits intomainfrom
feat/sqlite-decimal-affinity

Conversation

@PDT42
Copy link
Contributor

@PDT42 PDT42 commented Mar 23, 2026

Currently, when a field type is specified as Decimal for sqlite, we will accept that type as is. The cds-compiler plans to enable manually setting an "affinity" that allows to have decimal type fields be configured as REAL_DECIMAL in sqlite, which according to the sqlite docs, will cause the column to be interpreted as a REAL.

We may want to wait for the cdsc and db flags to be aligned, before merging this.

@PDT42 PDT42 marked this pull request as ready for review March 26, 2026 08:53
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