X Tutup
Skip to content

Missing ' \( ' in ' enum ' replacement#89

Open
cspiegel-zepf wants to merge 1 commit intomysql2sqlite:masterfrom
cspiegel-zepf:patch-1
Open

Missing ' \( ' in ' enum ' replacement#89
cspiegel-zepf wants to merge 1 commit intomysql2sqlite:masterfrom
cspiegel-zepf:patch-1

Conversation

@cspiegel-zepf
Copy link

@cspiegel-zepf cspiegel-zepf commented Mar 3, 2023

The missing \( did break our schema with column name print_seitenumbruch. The string contains enum that got replaced to print_seittext NOT NULL DEFAULT 0'.

The missing ' \( ' did break our schema with column name `print_seitenumbruch`. The string contains 'enum' that got replaced to ' `print_seittext  NOT NULL DEFAULT 0'.
@dumblob
Copy link
Collaborator

dumblob commented Mar 4, 2023

Thank you for the catch!

Actually the PR https://github.com/dumblob/mysql2sqlite/pull/71 already solves this but I am really out of time and thinking I should move this in community hands by creating an org here on GitHub and inviting a few admins.

Could you maybe thoroughly review the PR I linked to speed up its merging? Especially the unit tests are of paramount importance. They are new to this repo and they are meant to be run by CI before merging any PR. Do you think you could add the required CI instruction files to the PR to make this all work?

If so, I would in the mean time move this repo under a new org I will create and invite you and others as admins in the org to keep the bus factor (https://en.wikipedia.org/wiki/Bus_factor ) as high as possible 😉.

@vdechef
Copy link

vdechef commented Sep 30, 2023

I added the CI file.
@cspiegel-zepf if you want to review my PR, it would be nice to have it merged after so many years :))))

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.

4 participants

X Tutup