Closed GoogleCodeExporter closed 9 years ago
I cannot reproduce it.
do $$ plv8.execute('select 1==1'); $$ language plv8;
ERROR: Error: operator does not exist: integer == integer
DETAIL: undefined() LINE 1: plv8.execute('select 1==1');
Can you provide a complete repro?
Original comment by umi.tan...@gmail.com
on 28 Feb 2013 at 10:02
the crash happens when calling plv8.execute from the d8 console (to debug a
stored proc)
Original comment by t...@blit.com
on 28 Feb 2013 at 10:36
I see. It seems there is only little we can do because it is quite a bit of
work to get into a transaction state from scratch, as in d8 debugger state, so
I'd make it an error.
Original comment by umi.tan...@gmail.com
on 1 Mar 2013 at 12:29
Committed a few lines to avoid the crash. Thanks for the report.
Original comment by umi.tan...@gmail.com
on 9 Apr 2013 at 7:31
Original issue reported on code.google.com by
t...@blit.com
on 15 Jan 2013 at 7:38