Partial implemenation of load-Analysis code.
authorChris Jaekl <cejaekl@yahoo.com>
Tue, 29 Sep 2015 13:23:09 +0000 (22:23 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Tue, 29 Sep 2015 13:23:09 +0000 (22:23 +0900)
Modified storage of TIMESTAMPTZ to ye olde workaround:  store milliseconds since the Unix epoch.
It seems that, even in 2015, we still haven't got a reliable mechanism to load TIMESTAMPTZ
via JDBC, unless you roll your own converter from java.sql.Timestamp.toString(), and that is
way too brittle (and more work than I feel like engaging in).


No differences found