System.Data.SQLite

Check-in [d7701b72b8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Set executable bits.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | netStandard21
Files: files | file ages | folders
SHA1: d7701b72b8001461a813b99f2abdc192cb2823f9
User & Date: mistachkin 2019-10-05 17:58:28.549
Context
2019-10-05
19:42
Various build fixes. check-in: 11811c57fd user: mistachkin tags: netStandard21
17:58
Set executable bits. check-in: d7701b72b8 user: mistachkin tags: netStandard21
17:47
Initial work on supporting the .NET Standard 2.1 (and .NET Core 3.0). check-in: c1dd57b1a1 user: mistachkin tags: netStandard21
Changes
Unified Diff Ignore Whitespace Patch
Changes to SQLite.Interop/src/generic/interop.h.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * interop.h -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 */

#ifndef INTEROP_VERSION
#define INTEROP_VERSION          "1.0.112.0"
#endif

#ifndef INTEROP_SOURCE_ID
#define INTEROP_SOURCE_ID        "0000000000000000000000000000000000000000"
#endif

#ifndef INTEROP_SOURCE_TIMESTAMP
#define INTEROP_SOURCE_TIMESTAMP "0000-00-00 00:00:00 UTC"
#endif












|



|

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * interop.h -
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 */

#ifndef INTEROP_VERSION
#define INTEROP_VERSION          "1.0.112.0"
#endif

#ifndef INTEROP_SOURCE_ID
#define INTEROP_SOURCE_ID        "767b97f17029698d929f3fd9be563f51942b1805"
#endif

#ifndef INTEROP_SOURCE_TIMESTAMP
#define INTEROP_SOURCE_TIMESTAMP "2019-05-16 03:23:41 UTC"
#endif
Setup/build-netstandard21-debug.sh became executable.
Setup/build-netstandard21-release.sh became executable.
Setup/run-netstandard21-tests-debug.sh became executable.
Setup/run-netstandard21-tests-release.sh became executable.