Crash Update: Aliases

Claudius Sailer Claudius at sailer-online.de
Wed Jul 9 06:31:42 CDT 2003


Hi,

Am Mittwoch, 09.07.03, um 03:10 Uhr (Europe/Berlin) schrieb Frank 
Schima:

> OK I narrowed down the cause of my crashes. It seems to be a problem 
> with table aliases.
>
> So here is a sample SQL that crashes:
>    SELECT t.myField FROM myTable t WHERE t.otherField = 1
>
> This works:
>    SELECT myField FROM myTable WHERE otherField = 1
>
> The obvious workaround is to not use an alias for a single table. But 
> it is crashing for my multi-table joins using aliases too. This would 
> be a real pain to workaround. Can anyone else verify (or not) this?
>
> Using RB 5.2fc5 (haven't downloaded 5.2 yet) and V4RB 1.9.8b12.

Same result here.

Claudius



More information about the Valentina mailing list