Hi, I have just moved my internal system over to 3.1 from 2.2.x on PostgreSQL 8.1.4.
I have used db sequences throughout.
My sequences were defined in PostgreSQL starting with the 3 letter prefix of the module the table is defined in.
Now, Servoy 3.1 has added “seq_” to the front of all the names of sequences in the Properites window of Define DataProviders.
Now have make corrections to all the tables in servoy to get my solution working again…