-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Postgresql error: query.on is not a function #1041
Comments
I installed old version of pg by |
great :) |
Add it to the Dockerfile, is causing issues |
Well, installing an old version gave rise to another problem. I am now using version 6.4.0 of pg, but getting below error -
EDIT: This might be helpful https://node-postgres.com/guides/upgrading |
@askmike Can you please fix this? |
I replaced pg with pg@6 in the Dockerfile and it worked like a charm. (though the library throws some deprecated warnings now) |
@siedi would you mind submitting a PR? Thanks! |
* Fix node-postgres version to 6.1.0 on Dockerfile Refs #1041 * Fixed spelling of names
* Fix node-postgres version to 6.1.0 on Dockerfile Refs #1041 * Fix sharpe ratio formula
* Fix node-postgres version to 6.1.0 on Dockerfile Refs #1041 * docs: fixed spelling error in introduction "build in" to "built-in"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me. |
I am trying to use Postgresql as DB adapter. I have installed latest version, created new user and database and have granted all privileges to the new user.
But while running Gekko, I am getting below error:
The text was updated successfully, but these errors were encountered: