Subject | Re: [IBO] KeyLinks and KeyLinksAutoDefine |
---|---|
Author | TeamIBO |
Post date | 2002-02-11T11:46:39Z |
> I've been thinking a little about it and it seems we need an exactWe can do that - but it would not solve all possible problems.
> string compare here, one that takes only complete 'words' and not
> just parts of them... A bit more intelligence needed than just Pos
> ... there are some small catches to it :)
Remember that the select statement can actually get very complicated
(aliases, embedded selects etc).
The difficulty is that this has to be done before the prepare (so that
the field can be added if necessary). Which is a pity, because after
prepare we have an ready list of column names to scan :-(
One thing you may be able to offer your opinion towards...
We may be able to improve the current situation reasonably easily
(doing a word match as you suggested) - is this sufficient or do we
really have to go all the way and do our own parsing of the select
statement to accurately discover all field names ???
(Obviously the simple option will resolve your immediate problems, but
what about long term?)
--
Geoff Worboys - TeamIBO
Telesis Computing