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
The Mssion Control UI Crashes when trying to make a Resolve Database:
The following code appears in PowerShell after crash.
Windows 10
Resolve 17
File "C:\Users\XXXXXXXXX\Downloads\ResolveCollaboration-main\ResolveCollaboration-main\rmc\rmc_server.py", line 534, in database_create
cursor.execute(f"CREATE DATABASE {databasename} WITH OWNER='{username}'")
psycopg2.errors.SyntaxError: syntax error at or near "'michael333'"
LINE 1: CREATE DATABASE testdatabase WITH OWNER='michael333'
The text was updated successfully, but these errors were encountered:
The Mssion Control UI Crashes when trying to make a Resolve Database:
The following code appears in PowerShell after crash.
Windows 10
Resolve 17
File "C:\Users\XXXXXXXXX\Downloads\ResolveCollaboration-main\ResolveCollaboration-main\rmc\rmc_server.py", line 534, in database_create
cursor.execute(f"CREATE DATABASE {databasename} WITH OWNER='{username}'")
psycopg2.errors.SyntaxError: syntax error at or near "'michael333'"
LINE 1: CREATE DATABASE testdatabase WITH OWNER='michael333'
The text was updated successfully, but these errors were encountered: