You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
There is some inconsistency with the Date objects currently, specially in the persistence part.
Imagine the scenario:
Reading a file and parsing a field to a java.util.Date object.
Insert the date into the database. (HERE IS THE PROBLEM)
The prepare statement object only accepts java.sql.Date and not the java.util.Date, shouldn't BeanIO had a SQLDateTypeHandler class to handle sql.Date classes? Could be really handy...
The text was updated successfully, but these errors were encountered:
Hey there,
There is some inconsistency with the Date objects currently, specially in the persistence part.
Imagine the scenario:
The prepare statement object only accepts java.sql.Date and not the java.util.Date, shouldn't BeanIO had a SQLDateTypeHandler class to handle sql.Date classes? Could be really handy...
The text was updated successfully, but these errors were encountered: