Re: auto-increment with postgresql

2020-04-21 Thread Georg Kallidis
May be the best is just to create an new Torque issue, as "improvement feature" and hopefully wait for the fearless resolver ? ;-) Best regards, Georg Von: Jeffery Painter An: dev@turbine.apache.org Datum: 20.03.2020 17:40 Betreff:auto-increment with postgresql He

Re: auto-increment with postgresql

2020-03-21 Thread Jeffery Painter
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

Re: auto-increment with postgresql

2020-03-21 Thread Thomas Vandahl
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

auto-increment with postgresql

2020-03-20 Thread Jeffery Painter
Hello turbine/torque devs, I don't want to forget this... I have modified my postgresql database manually for now since I just have couple tables I am dealing with on this project and need to get it done today. The torque template generator is creating sequences for auto-increment primary