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

Routines are not returning results #885

Open
cindro opened this issue Oct 17, 2024 · 1 comment
Open

Routines are not returning results #885

cindro opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬

Comments

@cindro
Copy link

cindro commented Oct 17, 2024

  1. As soon as I connect to my MariaDB remote database, I get below error as notification at bottom right.

"TypeError: Cannot read properties of null (reading 'includes')"

  1. When I run a Stored Routine, it seems to complete but no result is returned...it stays blank, no error, no nothing. Same routine executes on other apps and returns results.

Expected behavior
I would love for the Routines to work most importantly.

My Environment :

  • My PC [Debian 12]
  • App client [Antares 0.7.29]
  • Installation source: [https://github.com/antares-sql/antares-ppa]

DB Environment (Remote Server):

  • OS name: [Ubuntu 20.04]
  • DB name [MariaDB 10.11.9]
@cindro cindro changed the title Routines are not returning results TypeError & Routines are not returning results Oct 17, 2024
@Fabio286
Copy link
Member

Hi @cindro,
the first error is not related with routine issue.
Probably your routine works fine but at moment in Antares only functions can return a result.
I will fix this in next release.

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Oct 17, 2024
@Fabio286 Fabio286 changed the title TypeError & Routines are not returning results Routines are not returning results Oct 17, 2024
@Fabio286 Fabio286 moved this from 📌 To do to ⏳ In progress in Work in Progress Board Oct 17, 2024
@Fabio286 Fabio286 moved this from ⏳ In progress to ✔ Done in Work in Progress Board Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬
Projects
Status: Done
Development

No branches or pull requests

3 participants
@cindro @Fabio286 and others