FIXED: V4RB 1.9.8b12 uploaded

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Jul 11 22:50:45 CDT 2003


on 7/9/03 22:11, Francois Van Lerberghe at fvanlerberghe at freegates.be wrote:

>> Fixed 2 crashes:
>> 
>> 1) on windows when are used BaseObject methods in WHERE clause.
> 
> Hi Ruslan,
> 
> This is not completely fixed or it's a side-effect.
> 
> This SQL query does now work :
> 
> SELECT tableA.myField1
>   FROM tableA, tableB
>  WHERE tableA.myField2 = tableB.myMethodField
> 
> but this one doesn't work on Windows (= crash the app):
> (just added a third table)
> 
> SELECT tableA.myField1
>   FROM tableA, tableB, tableC
>  WHERE tableA.myField2 = tableB.myMethodField AND
>        tableA.myField3 = tableC.myField1
> 
> This is on Windows (no problem on MacOS) with V4RB 1.9.8b12
> The SQLSelect has the parameters kServer, kNoLocks, kRandom
> Tested in my app and viSQL.
> 
> If you have still my post "Relation on virtual fields crash in Windows" sent
> to you on Mon, 07 Jul 2003, you can reproduce in viSQL.
> 
> This SQL query does now work :
> 
> SELECT
>   [Détail transactions].[Code TVA], [Codes TVA].Code
> FROM 
>   [Détail transactions],[Codes TVA]
> WHERE
>   [Codes TVA].Code = [Détail transactions].[Ref code TVA]
> 
> but this one crash my app on Windows :
> 
> SELECT
>   [Détail transactions].[Code TVA], [Codes TVA].Code
> FROM 
>   Transactions,[Détail transactions],[Codes TVA]
> WHERE
>   [Détail transactions].Référence = Transactions.Référence AND
>   [Codes TVA].Code = [Détail transactions].[Ref code TVA]


FIXED.

Thank you Francois for tests.

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list