On Nov 18, 2016, at 7:03 AM, Nico Speleers - Carfac BVBA [email protected] [firebird-support] <[email protected]> wrote: > > That's right. But I want to use identity fields because such fields don't > uses a generator and a trigger. How can I easily change my old autoincrement > fields to identity
What Dimitry is saying is that identity fields are just semantic sugar around the generator/trigger mechanism and there is no DDL to convert the old style to the new. Good luck, Ann >
