My English level so low.
Please understand.
-
Database
MariaDB -
my.cnf
max_allowed_packet = 128M -
procedure
CREATE PROCEDUREtest
(IN query LONGTEXT)
BEGIN
SELECT LENGTH(query);
END
I try send parameter size 44MB string with mysql library.
It success.
But i try send parameter size 44MB string with dreamfactory.
It failed.
So i try send parameter size <= 10MB string with dreamfactory.
It success.
2.0.4 and 2.3.0 dreamfactory version both failed.
Help me please.