Subject | RE: [firebird-support] Re: Generators for auto-increment - with override |
---|---|
Author | Alan McDonald |
Post date | 2005-01-09T00:32:23Z |
> Assuming I trust any manually specified id - sometimes I'm paranoidI still have to question your motive and your design though. You allow
> enough that I don't even trust myself. The max() check was the simplest
> way I came up with to guarantee the validity of the id.
>
> --
> Daniel
manually specified IDs only to change them later if it doesn't suit your
backend. Why? Why not just manage your own IDs and not let anyone specify
them at all?
Alan