Skip to content

Conversation

@koduck
Copy link

@koduck koduck commented Jun 11, 2015

…ime values.

  • Null handling was broken.
  • using java.util.Date instead of java.sql.Date.
    java.sql.Date drops the Time and only stores the Date.

koduck added 2 commits June 11, 2015 17:10
…ime values.

- Null handling was broken.

- using java.util.Date instead of java.sql.Date.
  java.sql.Date drops the Time and only stores the Date.
@kkalass
Copy link
Contributor

kkalass commented Jun 15, 2015

Die Aufgabe des Converters ist die Konvertierung von java.util.Date in den passenden SQL Datentypen. Über den SQL-Type wird gesteuert, ob es in einen sql.Timestamp oder in ein sql.Date konvertiert wird. Deine Änderung scheint mir erstmal nicht richtig zu sein. - der Nullness part aber natürlich schon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants