tracker issue : CF-3040449

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 80782:no ormtype uses sqltype='bit' for MS-SQL

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 11/24/2009

Components: ORM Support

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Minor / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

no ormtype uses sqltype='bit' for MS-SQL.The default type for boolean/true_false/yes_no should be 'bit' for MS-SQL.
Method:

<!-- sqltype =>"tinyint" --><cfproperty name="p1" type="boolean"> <!-- sqltype => "char(1)" --><cfproperty name="p2" ormtype="true_false"> <cfproperty name="p2" ormtype="yes_no"> 
Result:

no error message

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040449

External Customer Info:
External Company:  
External Customer Name: Henry Ho
External Customer Email: 237A22C24921EDF5992015B9
External Test Config: 11/24/2009

Attachments:

Comments: