#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;).
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [68].