Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins occurring around 499406843edbd8e9.
2013-06-07
| ||
00:28 | Keep track of whether the DeclareVirtualTable method has been called by a virtual table module. check-in: 091ead1daf user: mistachkin tags: virtualTables | |
00:04 | Add initial marshalling infrastructure and start implementing the xCreate and xConnect virtual table methods. check-in: bf5505be7a user: mistachkin tags: virtualTables | |
2013-06-06
| ||
19:36 | Support creating a SQLiteConnection instance from a pre-existing native connection handle (i.e. one that cannot be disposed). check-in: b6c0bcadb3 user: mistachkin tags: virtualTables | |
2013-06-03
| ||
01:57 | Initial phase of experimental support for implementing virtual tables in managed code. No docs, no tests, does not work yet, and may not even compile. check-in: 273b0c601f user: mistachkin tags: virtualTables | |
2013-05-30
| ||
00:44 | Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden. Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to [bbdda6eae2]. check-in: 4f933521a1 user: mistachkin tags: trunk | |
2013-05-29
| ||
23:04 | Honor the DateTimeFormat and DateTimeKind connection string properties even when the BindAllAsText connection flag is in use. check-in: d81d546e99 user: mistachkin tags: trunk | |
23:03 | Adjust CryptoAPI codec to support v2 interfaces. check-in: 4a11e7c65a user: mistachkin tags: trunk | |
20:47 | Fix some tests failing due to the previous check-in. check-in: d0957b3941 user: mistachkin tags: trunk | |
10:26 | Remove unused, non-building, and obsolete 'Membership' project. check-in: 722240fa22 user: mistachkin tags: trunk | |
10:24 | Seal one class missed in the previous commit. check-in: 499406843e user: mistachkin tags: trunk | |
10:21 | Seal various internal classes that are never derived from. check-in: e8abe75ff5 user: mistachkin tags: trunk | |
10:04 | Further refactoring work on the DbType/TypeName map handling. check-in: 48b50f802e user: mistachkin tags: trunk | |
2013-05-28
| ||
09:55 | Bump all versions to 1.0.87.0. check-in: 01ae5e862f user: mistachkin tags: trunk | |
09:34 | When translating a DbType to a type name, be sure to prioritize the type names supported by the EDMX components. Fix for [47f4bac575]. check-in: 4aa2360885 user: mistachkin tags: trunk | |
08:19 | Fix incorrect comment. check-in: 3a98512a05 user: mistachkin tags: trunk | |
2013-05-27
| ||
21:23 | If the connection string cannot be parsed, throw an exception with an error message describing the problem. check-in: 89b5dbd444 user: mistachkin tags: trunk | |
2013-05-26
| ||
23:54 | Handle a null return value from the SQLiteConvert.NewSplit method. check-in: d9f1267d10 user: mistachkin tags: trunk | |
2013-05-25
| ||
21:22 | Update to embedded doc comments on the Data Source property of the connection string. check-in: 28de1a422e user: mistachkin tags: trunk | |
21:10 | Mark the connection string parsing algorithm change as potentially incompatible. Pursuant to ticket [bbdda6eae2]. check-in: 5567024344 user: mistachkin tags: trunk | |
2013-05-24
| ||
09:31 | System.Data.SQLite release 1.0.86.0. check-in: e4f1fb807d user: mistachkin tags: trunk, release, release-1.0.86.0 | |