hediet / ts-typed-sql

A fully typed sql builder. Not maintained anymore, use it for your inspiration.
https://hediet.github.io/ts-typed-sql/
54 stars 4 forks source link

tDate is completely broken #11

Open phiresky opened 7 years ago

phiresky commented 7 years ago

it serializes new Date() using .toString() which results in invalid input syntax for type timestamp with time zone: "Thu Dec 11 2014 00:00:00 GMT+0100 (CET)"