Hello-
Working on moving some stuff to Lucee:
CFDumping a select on a 5.5.50-MariaDB table containing a datetime column gives me this:
{ts '2016-09-01 16:43:12'}
If I run a select * from thetable where thedatetime="2016-09-01 16:43:12" I get no rows back!
This USED TO work, returning me the matching row(s). What's going on? Forgive me if I'm missing obvious, yep I AM confused.
MySQL-AB JDBC Driver mysql-connector-java-5.1.20 ( Revision: tonci...@oracle.com-20111003110438-qfydx066wsbydkbw ) (JDBC 4.0)
Legacy Datetime Code set to True Lucee:(4.5.2.018).
Thanks