Subject | Re: [firebird-support] Digest Number 9396 |
---|---|
Author | Ann Harrison |
Post date | 2016-11-22T10:44:17Z |
Do you see the same behavior if the guid field is not indexed?
On Nov 22, 2016, at 3:09 AM, tiberiu_horvath@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
All right, thank you all for your time !I have code that uses temporary tables in at least 30 places in my programs. This is the way I did complicated queries. Most of these procedures are written 10 years ago (Interbase, Firebird 1.0). I cannot change everything (replace every query that uses temporary tables), cannot do this without proper testing.In the first phase I changed every field definiton of these temporary tables, defined my domainsInteger -> MyIntegerDomainand changed the definition (DDL) of the temporary tables in my code.I sure will change the code / queries that uses those temporary tables.Tiberiu