Subject | Re: [firebird-support] Blank space after varchar trigger thinks equal to old value |
---|---|
Author | Ann W. Harrison |
Post date | 2005-12-06T21:45:35Z |
Mark Steinberg wrote:
for character fields per the SQL standard. The LIKE comparison
however considers spaces significant. You might be able to use
that.
Regards,
Ann
> In Firebrid 1.5 we are running iblog manager which hasTrailing blanks are not significant in equality comparisons
> triggers set on each table to record changes to the
> database. It works great until we have a varchar
> field. When we add or take out a blank character the
> trigger will not work. The trigger thinks that the
> values have not changed.
for character fields per the SQL standard. The LIKE comparison
however considers spaces significant. You might be able to use
that.
Regards,
Ann