buggins / ddbc

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

Fix PGSQL TIMESTAMPOID remove dot-msec part fromISOExtString. #9

Closed ArjanKn closed 9 years ago

ArjanKn commented 9 years ago

postgresql does not like the format from DateTime.fromISOExtString. Removing the .msec part fixes this,