Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

Support long JSONs

Open dal-mas opened this issue 7 years ago • 0 comments

The current version doesn't support sending a long JSON (> 2 million chars), truncating the string that represents the JSON and causing an error on the server, because the data is not on the expected format.

dal-mas avatar Sep 20 '18 20:09 dal-mas