Closed gshaw closed 11 months ago
Oh this is silly and should have been caught. Can you add a test in Ecto.Integration.TimestampsTest
? Feel free to add a column or table to EctoSQLite3.Integration.Migration
.
Awesome! I'll get this cut asap.
Appreciate it getting merged. Happy to contribute in a small way.
Currently you can read
nil
values but you can't writenil
values to a datetime column. This PR fixes this.