buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

Fixup DateTime conversion of DateTimes with msec #10

Closed ArjanKn closed 9 years ago

ArjanKn commented 9 years ago

PostgreSQL does not like the DateTime.fromISOExtString format. Discarding the dot-msec part fixes this.