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

Error: syntax error at or near "-" at character 30 when running Evolve.Erase() #292

Open
shaunsales opened this issue Dec 22, 2022 · 0 comments

Comments

@shaunsales
Copy link

After upgrading to 3.1.0 I get the following error when running Evolve.Erase()

2022-12-22 20:35:47 2022-12-22 13:35:47.609 UTC [93] ERROR:  syntax error at or near "-" at character 30
2022-12-22 20:35:47 2022-12-22 13:35:47.609 UTC [93] STATEMENT:  DROP EXTENSION IF EXISTS uuid-ossp CASCADE

The extension needs to be in quotes;

DROP EXTENSION IF EXISTS "uuid-ossp" CASCADE <- This works

Looks like this might be related to the changes in #253

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

No branches or pull requests

1 participant