-
Notifications
You must be signed in to change notification settings - Fork 49
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
Exception: Call to a member function getTimestamp() on bool #829
Comments
Same issue here, reported by cron.
|
Had a similar problem after migrating my database to postgres. The problem seems to be that the conversion created "timestamp with time zone" data type columns instead of "timestamp without time zone". Thus the conversion to a date can not work with the used format string as a +00 is attached. For now I fixed it by generating alter table statements for all tables to switch to the datatype without timestamp.
|
@thexperiments Your answer actually helped me, thank you! I was also migrating from an old MySQL server to PostgreSQL. The only thing I needed to change in your query was the |
@thexperiments a huge thank you for saving me from days of headaches. That was exactly the answer! |
@thexperiments thanks also from my side. finally solved the issue. |
After Upgrade to NC 22.2.0 i have to deactivate circles, otherwise NC is not running
The text was updated successfully, but these errors were encountered: