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

Fail to delete the stored procedures query with name contains the uppercase letter #1945

Open
v-xinda opened this issue Nov 18, 2021 · 0 comments
Labels
AT-CTI Created by CTI team bug The issue reveals something not working as expected. postgres

Comments

@v-xinda
Copy link

v-xinda commented Nov 18, 2021

OS: Windows
Build Version: 20211117.4
Regression: Not a regression

Repro Steps:

  1. Create a Single/Flexible PostgreSQL server.
  2. Create a stored procedure query with name "Test" to the server.
  3. Delete the stored procedure query.
  4. Check whether the stored procedure query is deleted successfully or not.

Expect:
The stored procedure query is deleted successfully.

Actual:
Fail to delete the stored procedure query with an error.
actual01

More Info:

  1. This issue doesn't reproduce for the function query.
  2. This issue doesn't reproduce for the stored procedure query name doesn't contain the uppercase letter.
  3. Execute the query with Execute Query command successfully, and the log Successfully executed "CREATE" query. shows in Output.
@v-xinda v-xinda added the AT-CTI Created by CTI team label Nov 18, 2021
@nturinski nturinski added the bug The issue reveals something not working as expected. label Nov 19, 2021
@nturinski nturinski added this to the Backlog Candidates milestone Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team bug The issue reveals something not working as expected. postgres
Projects
None yet
Development

No branches or pull requests

3 participants