Opened 16 years ago

Closed 16 years ago

#239 closed defect (fixed)

MySQL provider: setting default value for boolean type property

Reported by: barbarazoladek Owned by: gregboone
Priority: minor Milestone: 3.3.0
Component: MySQL Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

The default value for the boolean type property may be set to to 'true' or 'false'. It needs to be translated to 1 or 0 before it is sent to be set in the database. An FDO boolean is mapped into MySQL tinyint.

Change History (1)

comment:1 by barbarazoladek, 16 years ago

Resolution: fixed
Status: newclosed

MySQL, ODBC: translate 'true'/'false' to '1'/'0'

Note: See TracTickets for help on using tickets.