Opened 18 years ago

Closed 17 years ago

Last modified 8 years ago

#12 closed enhancement (fixed)

Concurrent inserts not possible with oracle

Reported by: rainer Owned by: rainer
Priority: minor Milestone: 2.3.0
Component: main Version: 2.2.0
Keywords: Cc:

Description

With oracle, multiple concurrent inserts into the database are not possible currently. The fix will not be backwards compatible, as it requires to drop or disable the trigger on insert (DROP TRIGGER trigger_on_log; or ALTER TRIGGER trigger_on_log DISABLE;).

Change History (1)

comment:1 by rainer, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset [68].

Note: See TracTickets for help on using tickets.