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

Error missing close-brace when selected PostgreSQL XML Connect Pool #681

Closed
sm-shaw opened this issue Mar 22, 2024 · 0 comments · Fixed by #682
Closed

Error missing close-brace when selected PostgreSQL XML Connect Pool #681

sm-shaw opened this issue Mar 22, 2024 · 0 comments · Fixed by #682
Assignees
Labels
bug Something isn't working database Database specific workload

Comments

@sm-shaw
Copy link
Contributor

sm-shaw commented Mar 22, 2024

Guidance
Bug reports are for when HammerDB is not behaving as expected.
Bug reports should not be submitted for help in understanding database performance related questions.
General questions on database performance or HammerDB usability should be submitted under Discussions.

Describe the bug
When the connection parameters have been configured in the XML file in the connect pool directory and the XML Connect Pool option is selected the workload error

To Reproduce
Steps to reproduce the behavior:
Run the HammerDB PostgreSQL TPROC-C workload and select XML connect pool.

Expected behavior
The workload should run using the connections and policy defined in the XML file.

Screenshots
If applicable, add screenshots to help explain your problem.

missingcb

HammerDB Version (please complete the following information):

  • Version: 4.10
  • Build: All

HammerDB Interface (please complete the following information):

  • UI: [e.g. GUI or CLI]

Operating System (please complete the following information):
ALL

Database Server (please complete the following information):

  • Database name: PostgreSQL

Database Client (please complete the following information):

  • Database client name: PostgreSQL

Additional context
Add any other context about the problem here.
Workaround is to manually add close-brace at end of driver script.

Note that the XML connect pool option only supports functions and does not support PostgreSQL stored procedures because PostgreSQL stored procedures are not support with prepared statements that is needed to create multiple cursors to use with the different connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database Database specific workload
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant