Leam Lidara
Leam Lidara
This is my code `server.staticFiles('/pf-img/*', 'profile');` and this is my url `http://127.0.0.1:1337/pf-img/..%2Fdaplogfile.txt` `http://127.0.0.1:1337/pf-img/..%2F..%2Fdatabase.sql` both files are existed and accessible on my PC.
This problem is occurred when I am trying to execute Store Procedure using `CALL procedureName(:p1, :p2)`.
MySQLProtocolException: Can not parse binary column data: column type 245 is not implemented. This error due to query from JSON data-type.
I have a store procedure which call some complex functions or other store procedure inside it. but unfortunately, it cannot be execute using this package.