The driver never returns a boolean/bit, which is kind of a problem with getting the tests to pass, unless on database creation I start creating domain types names boolean and bit.

Any suggestions welcome :)

Mvgr,
Martin


Thomas Dudziak wrote:
On 1/19/06, Andre Berten <[EMAIL PROTECTED]> wrote:


Hm, you want to map existing database columns to the jdbc types BOOLEAN
an BIT?


Well, for mapping back we're mostly relying on the JDBC driver. If the
driver thinks it is a JDBC boolean/bit type, then you'll get it back
as a boolean/bit type.

Tom


Reply via email to