Subject boolean fields
Author Peter Sanders
Hi

With the eventual release of FB2, will it be possible for it to support
boolean fields "directly" i.e. not a numeric value per se, or is this
specifically an SQL issue?

When I use check boxes in my app it is easier and more "logical" to code
"if data.field then..." than if Data.field = 1 or similar. It would also
allow the use of more of the Delphi/third party components that recognise
such boolean fields. They do not recognise the numeric field.

--
Kind regards

Peter Sanders