Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76986 --- shadow/76986 2005-12-13 13:28:43.000000000 -0500 +++ shadow/76986.tmp.2022 2005-12-13 13:28:43.000000000 -0500 @@ -0,0 +1,40 @@ +Bug#: 76986 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Data +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono.Data.SqliteClient always report text as DataTypeName + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + +Mono.Data.SqliteClient always report text as DataTypeName + +Steps to reproduce the problem: +1. create an Sqlite 2 database with interger, text, etc. +2. use GetDataTypeName(index) +3. the result is always "text" + +Actual Results: + +"text" + +Expected Results: +"integer" + +How often does this happen? +always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
