-
Notifications
You must be signed in to change notification settings - Fork 7
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
Survey install incomplete when using non MS SQL database #7
Comments
if related, here's the DateTime issue mentioned above - oqtane/oqtane.framework#2038 |
full server log: |
This module was created before support for multiple databases was added to the framework. As a result it currently only supports SQL Server. You can see the scripts it uses in this folder: https://github.com/oqtane/Oqtane.Survey/tree/main/Server/Scripts. I am not sure if @ADefWebserver intends on upgrading it to use Migrations or not. |
hi Shaun, yes, I did wonder that after I heard on one of your videos today that the multi-db support was now using migrations. Thanks. |
I will work on a updated version over the next few weeks. |
@sbwalker - I have done everything I can to get this working but I am totally stuck :( - The database wont create unless you first upload the module, then click the upgrade button. Then the Radzen JavaScript wont display (I think this is related to this issue). I posted the version on this branch. |
@ADefWebserver are you saying that you are trying to upgrade the module to use Migrations rather than SQL scripts and you are running into difficulty? And in addition, you are running into a JavaScript loading issue? |
I'm testing Oqtane and whilst I was able to download and install Survey seemingly successfully with both MS LocalDb and Postgres but when trying to add the module to page with the Postgres install, I get the following:
`fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
An unhandled exception has occurred while executing the request.
Npgsql.PostgresException (0x80004005): 42P01: relation "oqtane_survey" does not exist
This maybe related to another error I've discovered during startup for which I'll log an issue under the framework.
Cannot write DateTime with Kind=Unspecified to PostgreSQL type 'timestamp with time zone', only UTC is supported
The text was updated successfully, but these errors were encountered: