[Opensource] DBMaint searchList problem with boolean fields
milend
milend at ansco.com
Thu Sep 5 10:12:27 PDT 2002
Hi,
I noticed that DBMant state "serachList" produces incorrect SQL query
when the DBObject has boolean fileds.
SQL WHERE clause contains the expression
boolean_filed_name='false'
and only the records with boolean_filed_name='false' will be shown
in the output list.
This is not the case in the state "List" however.
The output generated by "List" state contains the records with
boolean_filed_name='false' as well the records with
boolean_filed_name='true'.
My guess is that the root of the problem is how DBMaint /DBObject
interprets boolean values.
Has anyone already fixed this problem?
We use Expresso 4.1 ea2
Milen
More information about the Opensource
mailing list