Sqlite: Close the command before the connection when CommandBehavior.CloseConnection...
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 16 May 2012 20:18:03 +0000 (22:18 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 16 May 2012 20:18:49 +0000 (22:18 +0200)
commit43f0ab74b7e6f0c1c3e4fe4cd2c2dc2fe8006872
tree3e31cdd7366be8e71419739304928f6819cd7c70
parent82169c2244185b34233360d945be28b521ed3763
Sqlite: Close the command before the connection when CommandBehavior.CloseConnection is specified. Fixes #5058.
mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite_2.0/SQLiteDataReader.cs
mcs/class/Mono.Data.Sqlite/Test/SqliteDataReaderTest.cs