[Mono-bugs] [Bug 76986][Nor] New - Mono.Data.SqliteClient always report text as DataTypeName

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 13 13:28:43 EST 2005


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 julien at sobrier.net.

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: tsenganal at novell.com                            
+ReportedBy: julien at sobrier.net               
+QAContact: mono-bugs at ximian.com
+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:


More information about the mono-bugs mailing list