Subject | RE: [IBO] Generators don't increment anymore |
---|---|
Author | Jason Wharton |
Post date | 2007-12-19T21:37Z |
It's possible in the past there was a change that gave default values a
higher priority over GeneratorLinks assigned values. If a default value is
assigned to a column then the GeneratorLinks wouldn't take effect.
I'm open to ideas of how this can be handled better. One thought is to have
the GeneratorLinks apply its values if the column is NULL or if its value is
equal to the default value if one exists.
Jason
higher priority over GeneratorLinks assigned values. If a default value is
assigned to a column then the GeneratorLinks wouldn't take effect.
I'm open to ideas of how this can be handled better. One thought is to have
the GeneratorLinks apply its values if the column is NULL or if its value is
equal to the default value if one exists.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Arn
> Sent: Wednesday, December 19, 2007 1:24 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Generators don't increment anymore
>
>
>
> >There are many ways in which generators are used in IBO.
> >I need more information about what exactly you are doing.
>
> >Are you using the GeneratorLinks property?
>
> >Jason Wharton
>
> Hi Jason, thanks for the post.
>
> I have solved.
>
> In my db I use a domain name ( INTERI = INTEGER ) INTERI is
> the domain.
>
> I put in connection default values INTERI=0.
>
> In GeneratorLinks I put eg: COMUNE.MYCODE=GEN_COMUNI_ID
>
> In previous Ibo version, Generator OVERWRITE the default so
> it took the
> RIGHT value from the database.
>
> In last version 4.8.7 DON'T overwrite the default value, so
> my generator
> field was always fill with zero( the default value )
>
> I have solved doing another domain INTERI_NO_MYCODE and use it for
> integers other than primary key.
>
> Thanks to all have loose time....
>
> Arn