Jason Lee
Jason Lee
For now, I'll just switch to text as the query data format since that works (albeit, not as efficient). Ah, switching to text now gives me incorrect values for my...
Hi Stephan, Yah, I tried that, and it did work for timestamps. But then for all my int columns (id, etc), the string representation was not correct and I couldn't...
Got it. Yes, the text output is `2016-01-24 15:36:27.223667`
Hmm, I played around with a bunch of these permutations over the weekend. I was wondering about the big endian stuff. I also read on some psql list that one...