hoangduit / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Password on connecting string not working on WP7 implementation #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Project SQLiteClientTests.WinPhone
2. Change line 50 on MainPage.xaml.cs to
cnn.ConnectionString = "data 
source=test.db3,password=0x01010101010101010101010101010101";

Expected Output would be for all tests to pass

Actual Output, Create table test throws exception

Version csharp-sqlite_3_7_6_3_59.zip

Also noted that "data source" in connection string is case sensitive and must 
be lower case to make a connection

Please provide any additional information below.

Original issue reported on code.google.com by alexburk...@gmail.com on 27 Jun 2011 at 10:33

GoogleCodeExporter commented 9 years ago

Original comment by noah.hart@gmail.com on 27 Jun 2011 at 6:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 63ffde35c9cb.

Original comment by noah.hart@gmail.com on 26 Aug 2011 at 6:28