Skip to content

Compatibility tweak for SQLite - #380

Merged
aristath merged 1 commit into
developfrom
ari/sqlite-compatibility
Mar 27, 2025
Merged

Compatibility tweak for SQLite#380
aristath merged 1 commit into
developfrom
ari/sqlite-compatibility

Conversation

@aristath

Copy link
Copy Markdown
Member

SQLite doesn't support MODIFY.
This PR changes the db upgrade routine to add compatibility for that scenario

@github-actions

github-actions Bot commented Mar 26, 2025

Copy link
Copy Markdown
Contributor

Test merged PR on Playground
Test this pull request on the Playground or download the zip.

@aristath
aristath requested a review from ilicfilip March 26, 2025 12:56

@ilicfilip ilicfilip left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I haven't tested, but as far as I know this is the way SQLite columns are modified 👍

@aristath
aristath requested a review from jdevalk March 26, 2025 13:06
@jdevalk

jdevalk commented Mar 26, 2025

Copy link
Copy Markdown
Member

LGTM, so let's fix like this for now.

The bigger question I have is whether we shouldn't be fixing this in the SQLite integration instead of here...

@aristath

Copy link
Copy Markdown
Member Author

The bigger question I have is whether we shouldn't be fixing this in the SQLite integration instead of here...

Yes, we should. The problem is that I don't know how... In the past few months they have completely changed the parser, and I have no idea what to make of it, I haven't had time to dive into it yet 😅

@aristath
aristath merged commit ef27de7 into develop Mar 27, 2025
@aristath
aristath deleted the ari/sqlite-compatibility branch March 27, 2025 06:15
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.

3 participants