TZStoredProc does not consider it's connections Catalog

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 766
Joined: 18.11.2018, 17:37
Location: Hungary

TZStoredProc does not consider it's connections Catalog

Post by aehimself »

I just issued a small pull request on GitHub. It seems that if the schema (catalog) name is not defined in the stored procedure name it is ignoring what is set in the connection, raising exceptions if the same procedure exists on multiple schemas / catalogs.
Delphi 12.1, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmariadb.dll 3.3.8
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.13
- MSSQL 2012, 2019; sybdb.dll FreeTDS_2435
- SQLite 3.45.2
Post Reply