[Mono-bugs] [Bug 77372][Nor] New - SqliteConnection doesn't accept
URI with LANG tr_TR.UTF-8=
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 26 15:48:16 EST 2006
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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77372
--- shadow/77372 2006-01-26 15:48:16.000000000 -0500
+++ shadow/77372.tmp.18020 2006-01-26 15:48:16.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 77372
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: LANG=tr_TR.UTF-8
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com
+ReportedBy: joeshaw at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SqliteConnection doesn't accept URI with LANG tr_TR.UTF-8=
+
+(Set component to Sys.Data since there isn't a Mono.Data.SqliteClient)
+
+If you attempt to create an SqliteConnection with a connection string that
+contains "URI", it is lower cased in the current locale rather than an
+invariant one. For turkish, this turns "URI" into "urı" (no dot over the
+i) instead of "uri", which is what sqlite expects.
+
+At the very least, the token.ToLower() case should use the invariant
+culture. I am not sure if the token's value should, but my patch does for
+the sake of safety.
+
+This was initially filed as a beagle bug. More info can be found here:
+http://bugzilla.gnome.org/show_bug.cgi?id=328605
+
+I'm attaching a patch which fixes this.
More information about the mono-bugs
mailing list