Why transactions do not work with OneCompiler PostgresSQL?
When I try to use:
BEGIN;
COMMIT;
I'm getting an error called: 'TypeError: Cannot read properties of undefined (reading 'map')'.
Even if I try to use a real transaction (provided by the postgres documentation) it is still happening.
Thanks.
1 Answer
1 year ago by Esdras Samuel de Araujo Ferreira
@Esdras Samuel de Araujo Ferreira can you share the code link?
1 year ago by Karthik Divi