Hi all,
Using servoy 4.1.0 and Sybase.
Does anyone know how the aggregate SQL function Count() could return a different number than .getSize called on a relationship. The relationship is a single key relationship using the same key as in the Where clause: ```
SELECT Count() number_rows WHERE key = ? FROM related_ table
In this case Count(*) returns 95 and relationship.getSize() returns 60.
Thanks,
-Jeremy