I will try that for this project, I actually have a second Java
program that is injesting code from xml archives and pushing it into the
db (outside of Turbine)... Turbine was just the front end for allowing
the team to query the data.
I was relying on the database to auto-gen the primary
Hi Jeff,
On 20.03.20 17:40, Jeffery Painter wrote:
> The torque template generator is creating sequences for auto-increment
> primary keys, however, I think there is a flaw in the logic setup.
The management of sequences is done within the Torque Java code and not
in SQL. When Torque was designed