Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix issue with documentation comment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f2a69275fd3e229e88938eb6094f51de |
User & Date: | mistachkin 2014-08-03 01:48:02.282 |
Context
2014-08-03
| ||
01:58 | Batch tool enhancements for testing. check-in: b799bc86e7 user: mistachkin tags: trunk | |
01:48 | Fix issue with documentation comment. check-in: f2a69275fd user: mistachkin tags: trunk | |
00:32 | Fix minor typo in the design-time components installer. check-in: cfbeefb82a user: mistachkin tags: trunk | |
Changes
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
︙ | |||
88 89 90 91 92 93 94 | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + - | #region Private Data /// <summary> /// This lock is used to protect the static _SQLiteNativeModuleFileName, /// _SQLiteNativeModuleHandle, and processorArchitecturePlatforms fields. /// </summary> private static readonly object staticSyncRoot = new object(); |
︙ |