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
Original issue reported on code.google.com by
alexburk...@gmail.com
on 27 Jun 2011 at 10:33