You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
After upgrading to
3.1.0
I get the following error when runningEvolve.Erase()
The extension needs to be in quotes;
DROP EXTENSION IF EXISTS "uuid-ossp" CASCADE
<- This worksLooks like this might be related to the changes in #253
The text was updated successfully, but these errors were encountered: