Hide
No conversion between numbers and dates is done. Which can easily result in wrong queries. Especially if e.g. you updated a field from long to date.
In the code you may want to use a date, but if the database still has longs, comparision must be fed a long, not a date.
Inversely, if you're code is still in longs, it should autoconvert to dates, if the database wants those.
Show
No conversion between numbers and dates is done. Which can easily result in wrong queries. Especially if e.g. you updated a field from long to date.
In the code you may want to use a date, but if the database still has longs, comparision must be fed a long, not a date.
Inversely, if you're code is still in longs, it should autoconvert to dates, if the database wants those.