Closed GoogleCodeExporter closed 9 years ago
btw, if someone happens to run into this and is looking for a quick fix to move
on, it seems that errors from js-land have properties, while errors bubbled up
from postgres to js-land do not. So as long as that hold true, in the catch
block I do this before calling return:
if (Object.keys(e).length === 0) throw e;
It is working in all my tests, and prevents a bad query from causing pg to die
Original comment by t...@blit.com
on 5 Jan 2013 at 7:59
Hmm, it doesn't reproduce for me. I'm using the latest git master, but I don't
think it matters. Which v8 version are you using? Also let me know about OS.
Original comment by umi.tan...@gmail.com
on 8 Jan 2013 at 6:19
Closing as WontFix as the reproduction is not clear. Please change the status
again if you think otherwise.
Original comment by umi.tan...@gmail.com
on 20 Feb 2013 at 8:18
Original issue reported on code.google.com by
t...@blit.com
on 5 Jan 2013 at 7:51