![]() |
Query in Mysql Json datatype Column - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Query in Mysql Json datatype Column (/showthread.php?tid=71257) |
Query in Mysql Json datatype Column - mtavares - 07-23-2018 Hi, I'm using a table that have some json type data column... so when a made query doesn't works i have ERR_CONNECTION_RESET... did codeigniter support that? Thanks in advance for any help... i really really need some help! RE: Query in Mysql Json datatype Column - php_rocs - 07-23-2018 @mtavares Any database errors that are found during execution should be in the CI log file assuming your running it in Production mode. IF you are running it in Development mode then it should appear on the screen unless you configured it differently. Check out the documentation to get more clarification of handling sql errors ( https://codeigniter.com/user_guide/database/queries.html?highlight=query%20error#handling-errors ). |