com-lihaoyi / scalasql

Scala ORM to query SQL databases from Scala via concise, type-safe, and familiar case classes and collection operations. Connects to Postgres, MySql, H2, and Sqlite out of the box
194 stars 22 forks source link

Adding support for java.util.Date #24

Closed marcvk closed 3 months ago

marcvk commented 3 months ago

I've added support java.util.Date. I've added the same tests as for LocalDateTime and all tests pass successfully. Let me know if anything else is needed.

lihaoyi commented 3 months ago

@marcvk can you run the autoformatter to get ci / check-formatting to pass. Should be instructions in the readme

marcvk commented 3 months ago

@lihaoyi I found that statement in the developer reference doc, is that what you meant?

lihaoyi commented 3 months ago

Should be! Lets run CI again and see if it worked

lihaoyi commented 3 months ago

@marcvk tagged 0.1.7 if youd like to begin using it

marcvk commented 3 months ago

thnx!