Thomas Vandahl wrote:
Wizard of OS wrote:
first of all, please do *not* send HTML encoded mail to mailinglists
nor to others at all, they are a plague.
My mail reader shows Thomas' message as text/plain.
I made CTRL+U and it showed plain too.
I don't undetstand this, checked some...
Edit: st
Wizard of OS wrote:
first of all, please do *not* send HTML encoded mail to mailinglists nor
to others at all, they are a plague.
My mail reader shows Thomas' message as text/plain.
I already realized what you have described.
I made direct SQL commit and oracle incremented the sequence anyway.
Thomas Fischer wrote:
Hi,
I'm not sure whether this is possible with the current implementation
of the Id generation, which uses two steps. In the first step, Torque
gets the id out of the id table (id method idbroker) or sequence (id
method native) and in the second step, the insert is done
Hi,
I'm not sure whether this is possible with the current implementation of
the Id generation, which uses two steps. In the first step, Torque
gets the id out of the id table (id method idbroker) or sequence (id
method native) and in the second step, the insert is done. The only
possibility
Hi,
just installed happily torque for oracle and declared this table:
type="INTEGER"/>
Adding someone once is very fine with torque and ID gets incremented.
now I provoked a unique constraint violation with adding someone else
with the same email addr