Skip to content
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

Naming errors in TradeEngineStoredProcedures.sql #41

Open
NickolausDS opened this issue Nov 21, 2012 · 0 comments
Open

Naming errors in TradeEngineStoredProcedures.sql #41

NickolausDS opened this issue Nov 21, 2012 · 0 comments
Labels

Comments

@NickolausDS
Copy link
Owner

The trade Engine generates errors when it runs TradeEngineStoredProcedures.sql. The errors are simply because table names weren't capitalized in the stored procedures file as they were in database/sousmsTradeEngineTables.sql.

Three different tables generated errors. In TradeEngineStoredProcedures.sql, there are references to:

openorders
ordertypes
symbol

By simply replacing all above occurrences in TradeEngineStoredProcedures to: OpenOrders, OrderTypes, and Symbol, I got the engine running just fine, but this solution might break the php that uses the same files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant