System.Data.SQLite

Check-in [259a546366]
Login

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

Overview
Comment:Fix the exclusion file syntax for use by the command line 'zip' tool.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: 259a5463663557b00bad2d780a891810f72724a0
User & Date: mistachkin 2015-08-19 04:52:14.681
Context
2015-08-19
14:32
Fix compilation issue with EF6. check-in: 9a71005d4e user: mistachkin tags: preRelease
04:52
Fix the exclusion file syntax for use by the command line 'zip' tool. check-in: 259a546366 user: mistachkin tags: preRelease
04:31
Refactor INSERT/UPDATE handling (in the LINQ assembly) so it can handle composite and non-integer primary keys. Fix for [41aea496e0]. check-in: c1baff799b user: mistachkin tags: preRelease
Changes
Unified Diff Ignore Whitespace Patch
Changes to data/exclude_bin.txt.
1
2
3
4
5
6
7
8
9
10
11
12
13
*.done
*.exp
*.lib
*.manifest
*.map
*.mda.config
*.txt
*32.exe
*32.exe.config
EntityFramework.*
EnvDTE.*
Microsoft.*
stdole.*









|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
*.done
*.exp
*.lib
*.manifest
*.map
*.mda.config
*.txt
*32.exe
*32.exe.config
*EntityFramework.*
*EnvDTE.*
*Microsoft.*
*stdole.*