System.Data.SQLite

Check-in [bc2b80a373]
Login

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

Overview
Comment:Final updates for release 1.0.87.0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | release | release-1.0.87.0
Files: files | file ages | folders
SHA1: bc2b80a373e894e31a59c6a0d4cb5e6bac98e307
User & Date: mistachkin 2013-07-09 01:00:03.785
Context
2013-07-10
02:02
Add post-processing of NDoc3 output for links that refer to protected overloaded methods of a base class. check-in: 5db202020b user: mistachkin tags: trunk
2013-07-09
01:00
Final updates for release 1.0.87.0. check-in: bc2b80a373 user: mistachkin tags: trunk, release, release-1.0.87.0
2013-07-06
00:16
Enhance the comments for the SQLiteModuleNoop class. check-in: bf02fc9d80 user: mistachkin tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to Doc/Extra/version.html.
39
40
41
42
43
44
45
46

47
48
49
50
51
52
53
39
40
41
42
43
44
45

46
47
48
49
50
51
52
53







-
+







          </td>
        </tr>
      </table>
    </div>
    <div id="mainSection">
    <div id="mainBody">
    <h1 class="heading">Version History</h1>
    <p><b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b></p>
    <p><b>1.0.87.0 - July 8, 2013</b></p>
    <ul>
      <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for <a href="http://system.data.sqlite.org/index.html/info/9a544991be">[9a544991be]</a>.</li>
      <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for <a href="http://system.data.sqlite.org/index.html/info/47f4bac575">[47f4bac575]</a>.</li>
      <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li>
      <li>Add NoFunctions connection flag to skip binding functions registered in the application domain.</li>
      <li>Add several data-types for compatibility purposes. Fix for <a href="http://system.data.sqlite.org/index.html/info/fe50b8c2e8">[fe50b8c2e8]</a>.</li>
      <li>Add SQLiteConnection.BindFunction method to facilitate adding custom functions on a per-connection basis.</li>
Changes to Doc/SQLite.NET.chm.

cannot compute difference between binary files

Changes to readme.htm.
1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
1
2
3
4
5
6
7

8
9
10
11
12
13
14
15







-
+







<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
ADO.NET SQLite Data Provider<br />
Version 1.0.87.0 June XX, 2013 <font color="red">(release scheduled)</font><br />
Version 1.0.87.0 July 8, 2013<br />
Using <a href="http://www.sqlite.org/releaselog/3_7_17.html">SQLite 3.7.17</a><br />
Originally written by Robert Simpson<br />
Released to the public domain, use at your own risk!<br />
Official provider website:&nbsp;<a href="http://system.data.sqlite.org/">http://system.data.sqlite.org/</a><br />
Legacy versions:&nbsp;<a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br />
<br />
The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?y=ci">
183
184
185
186
187
188
189
190

191
192
193
194
195
196
197
183
184
185
186
187
188
189

190
191
192
193
194
195
196
197







-
+







it to extend its functionality, but the core engine's source is not changed.</p>
<p>
</p>

<h2><b>Version History</b></h2>

<p>
    <b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.87.0 - July 8, 2013</b>
</p>
<ul>
    <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be].</li>
    <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for [47f4bac575].</li>
    <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li>
    <li>Add NoFunctions connection flag to skip binding functions registered in the application domain.</li>
    <li>Add several data-types for compatibility purposes. Fix for [fe50b8c2e8].</li>
Changes to www/downloads.wiki.
271
272
273
274
275
276
277
278

279
280

281
282
283
284
285

286
287

288
289
290
291
292
293
294
295
296
297
298
299
300

301
302

303
304
305
306
307
308

309
310
311
312
313
314
315

316
317
318
319
320
321
322

323
324

325
326
327
328
329

330
331
332
333

334
335
336
337
338
339
340
341
342
343
344
345
346

347
348

349
350
351
352
353
354

355
356
357
358

359
360
361
362
363
364
365

366
367

368
369
370
371
372

373
374
375
376

377
378
379
380
381
382
383
384
385
386
387
388
389

390
391

392
393
394
395
396
397

398
399
400
401
402
403
404

405
406
407
408
409
410
411

412
413

414
415
416
417
418

419
420
421
422

423
424
425
426
427
428
429
430
431
432
433
434
435

436
437

438
439
440
441
442
443

444
445
446
447

448
449
450
451
452
453
454

455
456

457
458
459
460
461

462
463
464
465

466
467
468
469
470
471
472
473
474
475
476
477
478

479
480

481
482
483
484
485
486

487
488
489
490
491
492

493
494
495
496
497
498
499

500
501

502
503
504
505
506

507
508
509
510

511
512
513
514
515
516
517
518
519
520
521
522
523

524
525

526
527
528
529
530
531

532
533
534

535
536
537
538
539
540
541

542
543

544
545
546
547
548

549
550
551
552

553
554
555
556
557
558
559
560
561
562
563
564
565

566
567

568
569
570
571
572
573

574
575
576
577
578
579
580

581
582
583
584
585
586
587

588
589

590
591
592
593
594

595
596
597
598

599
600
601
602
603
604
605
606
607
608
609
610
611

612
613

614
615
616
617
618
619

620
621
622
623

624
625
626
627
628
629
630

631
632

633
634
635
636
637

638
639
640
641

642
643
644
645
646
647
648
649
650
651
652
653
654

655
656

657
658
659
660
661

662
663
664
665

666
667
668
669
670
671
672

673
674

675
676
677
678
679

680
681
682

683
684
685
686
687
688
689
690
691
692
693
694
695

696
697

698
699
700
701
702

703
704
705
706

707
708
709
710
711
712
713

714
715

716
717
718
719
720

721
722
723

724
725
726
727
728
729
730
731
732
733
734
735
736

737
738

739
740
741
742
743

744
745
746
747

748
749
750
751
752
753
754

755
756

757
758
759
760
761

762
763
764

765
766
767
768
769
770
771
772
773
774
775
776
777

778
779

780
781
782
783
784

785
786
787
788

789
790
791
792
793
794
795

796
797

798
799
800
801
802

803
804
805

806
807
808
809
810
811
812
813
814
815
816
817
818

819
820

821
822
823
824
825

826
827
828
829

830
831
832
833
834
835
836

837
838

839
840
841
842
843

844
845
846

847
848
849
850
851
852
853
854
855
856
857
858
859

860
861

862
863
864
865
866

867
868
869
870

871
872
873
874
875
876
877

878
879

880
881
882
883
884

885
886
887

888
889
890
891
892
893
894
895
896
897
898
899
900

901
902

903
904
905
906
907

908
909
910
911

912
913
914
915
916
917
918

919
920

921
922
923
924
925

926
927
928

929
930
931
932
933
934
935
936
937
938
939
940
941

942
943

944
945
946
947
948

949
950
951
952

953
954
955
956
957
958
959

960
961

962
963
964
965
966

967
968
969

970
971
972
973
974
975
976
977
978
979
980
981
982

983
984

985
986
987
988
989

990
991
992
993

994
995
996
997
998
999
1000

1001
1002

1003
1004
1005
1006
1007

1008
1009
1010
1011

1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024

1025
1026

1027
1028
1029
1030
1031

1032
1033
1034
1035

1036
1037
1038
1039
1040
1041
1042

1043
1044

1045
1046
1047
1048
1049

1050
1051
1052
1053

1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066

1067
1068

1069
1070
1071
1072
1073

1074
1075
1076
1077

1078
1079
1080
1081
1082
1083
1084

1085
1086

1087
1088
1089
1090
1091

1092
1093
1094
1095

1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108

1109
1110

1111
1112
1113
1114
1115

1116
1117
1118
1119

1120
1121
1122
1123
1124
1125
1126

1127
1128

1129
1130
1131
1132
1133

1134
1135
1136
1137

1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150

1151
1152

1153
1154
1155
1156
1157

1158
1159
1160
1161

1162
1163
1164
1165
1166
1167
1168

1169
1170

1171
1172
1173
1174
1175

1176
1177
1178
1179

1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192

1193
1194

1195
1196
1197
1198
1199

1200
1201
1202
1203

1204
1205
1206
1207
1208
1209
1210

1211
1212

1213
1214
1215
1216
1217

1218
1219
1220
1221

1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234

1235
1236

1237
1238
1239
1240
1241

1242
1243
1244
1245

1246
1247
1248
1249
1250
1251
1252

1253
1254

1255
1256
1257
1258
1259

1260
1261
1262
1263

1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276

1277
1278

1279
1280
1281
1282
1283

1284
1285
1286
1287

1288
1289
1290
1291
1292
1293
1294

1295
1296

1297
1298
1299
1300
1301

1302
1303
1304
1305

1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318

1319
1320

1321
1322
1323
1324
1325

1326
1327
1328

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341

1342
1343

1344
1345
1346
1347
1348

1349
1350
1351
1352
1353

1354
1355
1356
1357
1358
1359
1360

1361
1362

1363
1364
1365
1366
1367

1368
1369
1370
1371
1372
1373
1374
1375

1376
1377
1378
1379
1380
1381
1382

1383
1384

1385
1386
1387
1388
1389

1390
1391
1392
1393
1394

1395
1396
1397
1398
1399
1400
1401

1402
1403

1404
1405
1406
1407
1408

1409
1410
1411
1412
1413

1414
1415
1416
1417
1418
1419
1420
271
272
273
274
275
276
277

278
279

280
281
282
283
284

285
286

287
288
289
290
291
292
293
294
295
296
297
298
299

300
301

302
303
304
305
306
307

308
309
310
311
312
313
314

315
316
317
318
319
320
321

322
323

324
325
326
327
328

329
330
331
332

333
334
335
336
337
338
339
340
341
342
343
344
345

346
347

348
349
350
351
352
353

354
355
356
357

358
359
360
361
362
363
364

365
366

367
368
369
370
371

372
373
374
375

376
377
378
379
380
381
382
383
384
385
386
387
388

389
390

391
392
393
394
395
396

397
398
399
400
401
402
403

404
405
406
407
408
409
410

411
412

413
414
415
416
417

418
419
420
421

422
423
424
425
426
427
428
429
430
431
432
433
434

435
436

437
438
439
440
441
442

443
444
445
446

447
448
449
450
451
452
453

454
455

456
457
458
459
460

461
462
463
464

465
466
467
468
469
470
471
472
473
474
475
476
477

478
479

480
481
482
483
484
485

486
487
488
489
490
491

492
493
494
495
496
497
498

499
500

501
502
503
504
505

506
507
508
509

510
511
512
513
514
515
516
517
518
519
520
521
522

523
524

525
526
527
528
529
530

531
532
533

534
535
536
537
538
539
540

541
542

543
544
545
546
547

548
549
550
551

552
553
554
555
556
557
558
559
560
561
562
563
564

565
566

567
568
569
570
571
572

573
574
575
576
577
578
579

580
581
582
583
584
585
586

587
588

589
590
591
592
593

594
595
596
597

598
599
600
601
602
603
604
605
606
607
608
609
610

611
612

613
614
615
616
617
618

619
620
621
622

623
624
625
626
627
628
629

630
631

632
633
634
635
636

637
638
639
640

641
642
643
644
645
646
647
648
649
650
651
652
653

654
655

656
657
658
659
660

661
662
663
664

665
666
667
668
669
670
671

672
673

674
675
676
677
678

679
680
681

682
683
684
685
686
687
688
689
690
691
692
693
694

695
696

697
698
699
700
701

702
703
704
705

706
707
708
709
710
711
712

713
714

715
716
717
718
719

720
721
722

723
724
725
726
727
728
729
730
731
732
733
734
735

736
737

738
739
740
741
742

743
744
745
746

747
748
749
750
751
752
753

754
755

756
757
758
759
760

761
762
763

764
765
766
767
768
769
770
771
772
773
774
775
776

777
778

779
780
781
782
783

784
785
786
787

788
789
790
791
792
793
794

795
796

797
798
799
800
801

802
803
804

805
806
807
808
809
810
811
812
813
814
815
816
817

818
819

820
821
822
823
824

825
826
827
828

829
830
831
832
833
834
835

836
837

838
839
840
841
842

843
844
845

846
847
848
849
850
851
852
853
854
855
856
857
858

859
860

861
862
863
864
865

866
867
868
869

870
871
872
873
874
875
876

877
878

879
880
881
882
883

884
885
886

887
888
889
890
891
892
893
894
895
896
897
898
899

900
901

902
903
904
905
906

907
908
909
910

911
912
913
914
915
916
917

918
919

920
921
922
923
924

925
926
927

928
929
930
931
932
933
934
935
936
937
938
939
940

941
942

943
944
945
946
947

948
949
950
951

952
953
954
955
956
957
958

959
960

961
962
963
964
965

966
967
968

969
970
971
972
973
974
975
976
977
978
979
980
981

982
983

984
985
986
987
988

989
990
991
992

993
994
995
996
997
998
999

1000
1001

1002
1003
1004
1005
1006

1007
1008
1009
1010

1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023

1024
1025

1026
1027
1028
1029
1030

1031
1032
1033
1034

1035
1036
1037
1038
1039
1040
1041

1042
1043

1044
1045
1046
1047
1048

1049
1050
1051
1052

1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065

1066
1067

1068
1069
1070
1071
1072

1073
1074
1075
1076

1077
1078
1079
1080
1081
1082
1083

1084
1085

1086
1087
1088
1089
1090

1091
1092
1093
1094

1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107

1108
1109

1110
1111
1112
1113
1114

1115
1116
1117
1118

1119
1120
1121
1122
1123
1124
1125

1126
1127

1128
1129
1130
1131
1132

1133
1134
1135
1136

1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149

1150
1151

1152
1153
1154
1155
1156

1157
1158
1159
1160

1161
1162
1163
1164
1165
1166
1167

1168
1169

1170
1171
1172
1173
1174

1175
1176
1177
1178

1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191

1192
1193

1194
1195
1196
1197
1198

1199
1200
1201
1202

1203
1204
1205
1206
1207
1208
1209

1210
1211

1212
1213
1214
1215
1216

1217
1218
1219
1220

1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233

1234
1235

1236
1237
1238
1239
1240

1241
1242
1243
1244

1245
1246
1247
1248
1249
1250
1251

1252
1253

1254
1255
1256
1257
1258

1259
1260
1261
1262

1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275

1276
1277

1278
1279
1280
1281
1282

1283
1284
1285
1286

1287
1288
1289
1290
1291
1292
1293

1294
1295

1296
1297
1298
1299
1300

1301
1302
1303
1304

1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317

1318
1319

1320
1321
1322
1323
1324

1325
1326
1327

1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340

1341
1342

1343
1344
1345
1346
1347

1348
1349
1350
1351
1352

1353
1354
1355
1356
1357
1358
1359

1360
1361

1362
1363
1364
1365
1366

1367
1368
1369
1370
1371
1372
1373
1374

1375
1376
1377
1378
1379
1380
1381

1382
1383

1384
1385
1386
1387
1388

1389
1390
1391
1392
1393

1394
1395
1396
1397
1398
1399
1400

1401
1402

1403
1404
1405
1406
1407

1408
1409
1410
1411
1412

1413
1414
1415
1416
1417
1418
1419
1420







-
+

-
+




-
+

-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+





-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+


-
+












-
+

-
+




-
+




-
+






-
+

-
+




-
+







-
+






-
+

-
+




-
+




-
+






-
+

-
+




-
+




-
+







        <b>Source Code</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx-source-1.0.86.0.zip">sqlite-netFx-source-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx-source-1.0.87.0.zip">sqlite-netFx-source-1.0.87.0.zip</a>
        <br />
        (2.94 MiB)
        (3.19 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.86.0 (3.7.17) combined into a single archive file.
        1.0.87.0 (3.7.17) combined into a single archive file.
        <br />
        (sha1: fe31b3b240b6852488f51c3be120f378d9d07b13)
        (sha1: d7cc821d6765b815d0791626cb74569883ea0e8c)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.86.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.87.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.87.0.exe</a>
        <br />
        (4.10 MiB)
        (4.32 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x86 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005
        SP1 runtime for x86 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        <big><b>This setup package is capable of installing the design-time
        components for Visual Studio 2005.</b></big>
        <br />
        (sha1: 5846725ca0db1611392719fc6d1906d665210629)
        (sha1: 282131253520384bf53e862c8dc82c15e2dc7984)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-setup-x86-2005-1.0.86.0.exe">sqlite-netFx20-setup-x86-2005-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-setup-x86-2005-1.0.87.0.exe">sqlite-netFx20-setup-x86-2005-1.0.87.0.exe</a>
        <br />
        (4.09 MiB)
        (4.31 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 208272417da9c53974934a03b8d9ad6f9de8c16a)
        (sha1: 4bd5d0ffafc69a2a87d4a3aa86f1e12b5d1da6e7)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.86.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.87.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.87.0.exe</a>
        <br />
        (4.67 MiB)
        (4.89 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x64 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005
        SP1 runtime for x64 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: fc4ceec71c22fb0782bbc47ab5571d0b6acecf49)
        (sha1: 071c149f31e2b7160661181045a0b4c91985f6cd)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-setup-x64-2005-1.0.86.0.exe">sqlite-netFx20-setup-x64-2005-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-setup-x64-2005-1.0.87.0.exe">sqlite-netFx20-setup-x64-2005-1.0.87.0.exe</a>
        <br />
        (4.66 MiB)
        (4.88 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 574a827b900042222c5064fa67d4bf40a13bf8ee)
        (sha1: f16cca2e646c76b6b72cd50899e951db03eb0462)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.86.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.87.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.87.0.exe</a>
        <br />
        (6.13 MiB)
        (6.35 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x86 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008
        SP1 runtime for x86 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        <big><b>This setup package is capable of installing the design-time
        components for Visual Studio 2008.</b></big>
        <br />
        (sha1: bca905f4828177cde0506c2bb330bddfede1b1c9)
        (sha1: 86e4953183fa005b4da5c3a2c8c870f92d541eca)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-setup-x86-2008-1.0.86.0.exe">sqlite-netFx35-setup-x86-2008-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-setup-x86-2008-1.0.87.0.exe">sqlite-netFx35-setup-x86-2008-1.0.87.0.exe</a>
        <br />
        (6.12 MiB)
        (6.34 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 112333fb6171dd5ace72fba0c6f30bfea5a76e82)
        (sha1: a6a822e87cc98a62fe588ec3a129edb6e2a4187c)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.86.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.87.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.87.0.exe</a>
        <br />
        (6.86 MiB)
        (7.08 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x64 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008
        SP1 runtime for x64 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 96ed9832ff66a8ae38abcade3ae87d00a7e4e64d)
        (sha1: e595b9735bcdf00da02078b413e00aa6d10b0676)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-setup-x64-2008-1.0.86.0.exe">sqlite-netFx35-setup-x64-2008-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-setup-x64-2008-1.0.87.0.exe">sqlite-netFx35-setup-x64-2008-1.0.87.0.exe</a>
        <br />
        (6.86 MiB)
        (7.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 96a6aabd18ee3deb108b06c61f26f3429401043e)
        (sha1: 306b33874db4b748ac54d943a9ac511940f5114f)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.86.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.87.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.87.0.exe</a>
        <br />
        (10.46 MiB)
        (10.68 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x86 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010
        SP1 runtime for x86 is included.  The .NET Framework 4.0 is required.
        <br />
        <big><b>This setup package is capable of installing the design-time
        components for Visual Studio 2010.</b></big>
        <br />
        (sha1: 368b4a2425a4474ef69bc1879dad5586c4eff6fc)
        (sha1: 1c41bba8fa6ff68a47f369405a22f98106b00273)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-setup-x86-2010-1.0.86.0.exe">sqlite-netFx40-setup-x86-2010-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-setup-x86-2010-1.0.87.0.exe">sqlite-netFx40-setup-x86-2010-1.0.87.0.exe</a>
        <br />
        (10.45 MiB)
        (10.67 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: b9d88303bb1ef55b3702c745e6d7a8fbdb9a6e55)
        (sha1: be4fa606f5145648832017c77e16eb9f035c5442)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.86.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.87.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.87.0.exe</a>
        <br />
        (11.71 MiB)
        (11.92 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x64 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010
        SP1 runtime for x64 is included.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 8889aca978476464352dc2dfcd497da6ed79327d)
        (sha1: cca554ecfb555910da96f1aa46cf1297399430a2)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-setup-x64-2010-1.0.86.0.exe">sqlite-netFx40-setup-x64-2010-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-setup-x64-2010-1.0.87.0.exe">sqlite-netFx40-setup-x64-2010-1.0.87.0.exe</a>
        <br />
        (11.70 MiB)
        (11.92 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 6604bfbcc915d7730ebf51d702a3e53e96849c7c)
        (sha1: 71492f29f607ece3931e072cbe38c0ecce8fd77d)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.86.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.87.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.87.0.exe</a>
        <br />
        (7.87 MiB)
        (8.07 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x86 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x86 is included.  The .NET Framework 4.5 is
        required.
        <br />
        <big><b>This setup package is capable of installing the design-time
        components for Visual Studio 2012.</b></big>
        <br />
        (sha1: b4cfa3dc8bf93ce8c5faf2dfa4f9097c85657273)
        (sha1: 89a414f72d01160779ac65b560ca1336a29dee35)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-setup-x86-2012-1.0.86.0.exe">sqlite-netFx45-setup-x86-2012-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-setup-x86-2012-1.0.87.0.exe">sqlite-netFx45-setup-x86-2012-1.0.87.0.exe</a>
        <br />
        (7.90 MiB)
        (8.10 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x86 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: ac3b94637c120cf2b0ccb00ff22f73e95b4ffce9)
        (sha1: ceba65646b05756c5bfbf1ccc39b9b96703c18d4)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Setups for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.86.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.87.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.87.0.exe</a>
        <br />
        (8.51 MiB)
        (8.72 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package features the mixed-mode assembly and will install all
        the necessary runtime components and dependencies for the x64 version of
        the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x64 is included.  The .NET Framework 4.5 is
        required.
        <br />
        (sha1: 5107bee4bfe02b6f352f4a3847226c464fd740bf)
        (sha1: 2df10316388436aeb232e9a96d8eab3221c9520c)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-setup-x64-2012-1.0.86.0.exe">sqlite-netFx45-setup-x64-2012-1.0.86.0.exe</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-setup-x64-2012-1.0.87.0.exe">sqlite-netFx45-setup-x64-2012-1.0.87.0.exe</a>
        <br />
        (8.56 MiB)
        (8.76 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This setup package will install all the necessary runtime components and
        dependencies for the x64 version of the System.Data.SQLite 1.0.86.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 5a4f6a256de0b8034393385a5b897c7414444307)
        (sha1: 3c15942ebe2e29b15ea0aca166bf03d1209c4290)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.86.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.87.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.87.0.zip</a>
        <br />
        (1.26 MiB)
        (1.33 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 51061cab23dd922d295f1ffd9f72d18e3e81f1ed)
        (sha1: 81f29b5cc0aa189fcce9fd5a40c256dca9ad5854)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-binary-Win32-2005-1.0.86.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-binary-Win32-2005-1.0.87.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.87.0.zip</a>
        <br />
        (1.25 MiB)
        (1.33 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x86 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: c6d0194df34500babc135825dd16de1fe5fd007a)
        (sha1: 490f861d5f617be3a7eb1d861e21dbcdd28fa1b3)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.86.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.87.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.87.0.zip</a>
        <br />
        (1.44 MiB)
        (1.52 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: c6dcb296187a5180eebf2a0ac6c510ad11e53fe5)
        (sha1: 9de6ef0307c8ae868e3d725c4475b4cfe0769bfb)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-binary-x64-2005-1.0.86.0.zip">sqlite-netFx20-binary-x64-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-binary-x64-2005-1.0.87.0.zip">sqlite-netFx20-binary-x64-2005-1.0.87.0.zip</a>
        <br />
        (1.43 MiB)
        (1.51 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x64 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 43e8c331a17f9fdfad1778ce3938b43c206080d6)
        (sha1: 5f87fbc5951ea359d62977cd3a835e259e311cca)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.86.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.87.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.87.0.zip</a>
        <br />
        (1.70 MiB)
        (1.78 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 42901ae910b9a4c1502d6db6dcfa84bf12eafcb1)
        (sha1: 1c44edb761676ce9622da54bbf790d30f354abfa)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-binary-Win32-2008-1.0.86.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-binary-Win32-2008-1.0.87.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.87.0.zip</a>
        <br />
        (1.69 MiB)
        (1.77 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x86 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 066f768d6506a605d9ef01710a49ccec0fc4149a)
        (sha1: 46c30dd8569ff9509d875ac8499b1b24ef44a1f1)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.86.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.87.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.87.0.zip</a>
        <br />
        (1.77 MiB)
        (1.84 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 1da6aa359b695aabddfddab33ea10a9186ac3e77)
        (sha1: 9a48175a286cd277017ee511cd606559058af5e3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-binary-x64-2008-1.0.86.0.zip">sqlite-netFx35-binary-x64-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-binary-x64-2008-1.0.87.0.zip">sqlite-netFx35-binary-x64-2008-1.0.87.0.zip</a>
        <br />
        (1.76 MiB)
        (1.84 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x64 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 082bdb19881eda3320bb0211b1f7c2844fe3fa29)
        (sha1: ce979115249ae13ce3b01d436213985fdd3e829a)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.86.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.87.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.87.0.zip</a>
        <br />
        (1.75 MiB)
        (1.83 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 1b5004c45f2bb12ddd400e1916f8d1a80169144a)
        (sha1: 93f876e83bcce7498c6a5b121d5e64a939f128ad)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-binary-Win32-2010-1.0.86.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-binary-Win32-2010-1.0.87.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.87.0.zip</a>
        <br />
        (1.74 MiB)
        (1.82 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x86 and the .NET Framework 4.0 are required.
        <br />
        (sha1: bd665474fc1167923e4904e8339b5125068271e5)
        (sha1: 36ce4b51eef0fca6fd875097b3bd6ce8293c531b)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.86.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.87.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.87.0.zip</a>
        <br />
        (1.77 MiB)
        (1.85 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 1fe3ee390326224fc55959e324a674ebaac41d30)
        (sha1: c358a0d161012e54ff176ee46160b73a728918ac)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-binary-x64-2010-1.0.86.0.zip">sqlite-netFx40-binary-x64-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-binary-x64-2010-1.0.87.0.zip">sqlite-netFx40-binary-x64-2010-1.0.87.0.zip</a>
        <br />
        (1.76 MiB)
        (1.84 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x64 and the .NET Framework 4.0 are required.
        <br />
        (sha1: b1c2727712db8ed1cef578eb743cc3476c834950)
        (sha1: 979661ac1eaa64b0aa28ae5d7389c72163a07d3a)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.86.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.87.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.87.0.zip</a>
        <br />
        (1.68 MiB)
        (1.76 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x86 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 7f92bda51cd47ff04a13f2b086e6f3fe82240c3a)
        (sha1: 7b99487e9d24f77296844af527c198673be8b1d2)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-binary-Win32-2012-1.0.86.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-binary-Win32-2012-1.0.87.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.87.0.zip</a>
        <br />
        (1.73 MiB)
        (1.80 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x86 and the .NET Framework 4.5 are required.
        <br />
        (sha1: f32c0cf0053a4703bf8fb6b2ec2d798241742123)
        (sha1: b5fdc0a1e94c291595d88aa0e4464fa9d15fa064)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.86.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.87.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.87.0.zip</a>
        <br />
        (1.71 MiB)
        (1.79 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x64 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 5b3c4c645a78ee78a26d4c7226c0f204ea5ec9c1)
        (sha1: 564a2ec92cc6919f4081ee64d5e6b237551ea009)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-binary-x64-2012-1.0.86.0.zip">sqlite-netFx45-binary-x64-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-binary-x64-2012-1.0.87.0.zip">sqlite-netFx45-binary-x64-2012-1.0.87.0.zip</a>
        <br />
        (1.77 MiB)
        (1.85 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x64 and the .NET Framework 4.5 are required.
        <br />
        (sha1: 4497f099d48ef4361c8860eb700a37206e51f08b)
        (sha1: c6aa7c00c5344d47bf60b2b05bcd808c1a78804c)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.86.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.87.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.87.0.zip</a>
        <br />
        (1.47 MiB)
        (1.54 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 8c91aad5c0b75874829fc0f71edf0d785dccfde9)
        (sha1: 4b3701ba6726f330e7ff7385ecbfacaa9b47c508)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-static-binary-Win32-2005-1.0.86.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-static-binary-Win32-2005-1.0.87.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.87.0.zip</a>
        <br />
        (1.46 MiB)
        (1.54 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x86 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: feb3ccdddc3a0a054cfc65a2e256d9ba022a1344)
        (sha1: 2cb59fee4f27c8512b041a15953502d83088b1f5)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.86.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.87.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.87.0.zip</a>
        <br />
        (1.59 MiB)
        (1.67 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: f3828690f314476aaecb6932cad7f618f2d0b063)
        (sha1: 7ca63a967c228bbfe8ed0887219b1aa5a87ba07f)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx20-static-binary-x64-2005-1.0.86.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx20-static-binary-x64-2005-1.0.87.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.87.0.zip</a>
        <br />
        (1.59 MiB)
        (1.67 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x64 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: 1c98ff748f804bf054e92a78ac769f0a54dba5a4)
        (sha1: 9770e7f06280bc2c2cb2f0f77fdcd25cd310bcdd)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.86.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.87.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.87.0.zip</a>
        <br />
        (1.91 MiB)
        (1.99 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 913da76507348bbc71e6672371af384b09abb584)
        (sha1: fc67a082da93b0c6bc507714b47b490e218356b3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-static-binary-Win32-2008-1.0.86.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-static-binary-Win32-2008-1.0.87.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.87.0.zip</a>
        <br />
        (1.91 MiB)
        (1.99 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x86 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 83435db48d3c64b21b760dc41b25df480014a6f6)
        (sha1: bcfe5a84851062d3ad76a7dc56b49f1262ec25dc)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.86.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.87.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.87.0.zip</a>
        <br />
        (1.94 MiB)
        (2.02 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 43e25d1e832090320363542f050789d189a33353)
        (sha1: 3d0f70a1fe8fc40023fcec44991513cbdc95a983)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-static-binary-x64-2008-1.0.86.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-static-binary-x64-2008-1.0.87.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.87.0.zip</a>
        <br />
        (1.94 MiB)
        (2.01 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x64 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 0b48991f59f8bd30ef60738f69d75df18375d727)
        (sha1: 62d87c7e67527d8aae4d71ebd1e8cfc9e1434e28)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.86.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.87.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.87.0.zip</a>
        <br />
        (1.96 MiB)
        (2.04 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: e44aae212bed517b5203465de32930331394ba68)
        (sha1: a4f5f5b75daad4a77cd535596df0e767a9f9e107)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-static-binary-Win32-2010-1.0.86.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-static-binary-Win32-2010-1.0.87.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.87.0.zip</a>
        <br />
        (1.96 MiB)
        (2.04 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x86 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: ee865c58159f3ee1e8c55eea37168558a7036ef9)
        (sha1: 3ffbcb60bd765efcee170e4bcac8d067c8e6c937)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.0)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.86.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.87.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.87.0.zip</a>
        <br />
        (1.97 MiB)
        (2.05 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 8a96372014682ac0c93dec98e66b61ced6c3c643)
        (sha1: 7baee021542001ff4c7a5ccb5e5ce332ac590973)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx40-static-binary-x64-2010-1.0.86.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx40-static-binary-x64-2010-1.0.87.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.87.0.zip</a>
        <br />
        (1.96 MiB)
        (2.04 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x64 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 2ceb88bfa44d562e56961c575ca8f949d429e294)
        (sha1: adb5bd60d197b5c379388f3a0faea189d3255e29)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.86.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.87.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.87.0.zip</a>
        <br />
        (2.01 MiB)
        (2.08 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x86 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: e346ccf88be3b4cec8eafe0fbdf970e1035728e0)
        (sha1: 964b7884e93bafd2c766b11cda8992e6144339dd)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-static-binary-Win32-2012-1.0.86.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-static-binary-Win32-2012-1.0.87.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.87.0.zip</a>
        <br />
        (2.05 MiB)
        (2.13 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x86 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x86 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: 7bcf80372d7257d5e490d783dcda581f2e858341)
        (sha1: adc4c93dd3d1414b22be166f074d6276227d0351)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.86.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.87.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.87.0.zip</a>
        <br />
        (1.97 MiB)
        (2.05 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package features the mixed-mode assembly and contains all
        the binaries for the x64 version of the System.Data.SQLite 1.0.86.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.87.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 25d7678984b675a20480353604dd81c245a38c02)
        (sha1: 831c31c97c380ecdfe8855bd2f97d4492a222bd4)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx45-static-binary-x64-2012-1.0.86.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx45-static-binary-x64-2012-1.0.87.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.87.0.zip</a>
        <br />
        (2.03 MiB)
        (2.11 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the x64 version of the
        System.Data.SQLite 1.0.86.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x64 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: e3378a267573fdc3411021fde180969726c0737d)
        (sha1: df4aae699ee88ea301b08e0d07a4cad35aa788cb)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Precompiled Binaries for Windows CE (.NET Compact Framework 3.5)</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.86.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.86.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.86.0.zip</a>
        <a href="/downloads/1.0.87.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.87.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.87.0.zip</a>
        <br />
        (0.90 MiB)
        (0.98 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This binary package contains all the binaries for the PocketPC version
        of the System.Data.SQLite 1.0.86.0 (3.7.17) package.  The .NET Compact
        of the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The .NET Compact
        Framework 3.5 is required.
        <br />
        (sha1: aa509d71aaac35464f3d6b0c1d6df6795e7e244e)
        (sha1: dc91115cc77eb0acaf3be93ec65e6f77066bc01d)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Official NuGet Packages</b>
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.86.0">System.Data.SQLite.1.0.86.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.87.0">System.Data.SQLite.1.0.87.0.nupkg</a>
        <br />
        (3.23 MiB)
        (3.29 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for both the x86 and x64
        versions of System.Data.SQLite 1.0.86.0 (3.7.17).  The .NET Framework
        versions of System.Data.SQLite 1.0.87.0 (3.7.17).  The .NET Framework
        3.5 SP1, 4.0, or 4.5 is required.  For the included native binaries, the
        version of the Visual C++ runtime corresponding to the .NET Framework
        used by the associated managed assembly is statically linked.
        <br />
        (sha1: f4ee5d0e7961e7041aec9771097e3f72cc0afd05)
        (sha1: 1363a38bf6cfae794cc6fedef15baf150e4dfc32)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.86.0">System.Data.SQLite.MSIL.1.0.86.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.87.0">System.Data.SQLite.MSIL.1.0.87.0.nupkg</a>
        <br />
        (0.33 MiB)
        (0.37 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.86.0.  The .NET Framework 3.5 SP1, 4.0, or 4.5 is required.
        1.0.87.0.  The .NET Framework 3.5 SP1, 4.0, or 4.5 is required.
        <br />
        <big><b>This NuGet package does not include any code from the native
        SQLite core library and will not work properly without the native
        assembly &quot;SQLite.Interop.dll&quot; compiled for the processor
        architecture of the host process being present in a directory in the
        native library search path.</b></big>
        <br />
        (sha1: 1fc13639fdfdd98f833ad406a86dd41994891c9a)
        (sha1: 2d9a09df624b670c6283f663d2a24f7326fdf7b7)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.86.0">System.Data.SQLite.x86.1.0.86.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.87.0">System.Data.SQLite.x86.1.0.87.0.nupkg</a>
        <br />
        (1.62 MiB)
        (1.67 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for the x86 version of
        System.Data.SQLite 1.0.86.0 (3.7.17).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.87.0 (3.7.17).  The .NET Framework 3.5 SP1,
        4.0, or 4.5 is required.  For the included native binaries, the version
        of the Visual C++ runtime corresponding to the .NET Framework used by
        the associated managed assembly is statically linked.
        <br />
        (sha1: 762af1a62f9e3e5d08d034e1c7197b41778a5e02)
        (sha1: 4f0c16380d69a2384be82214036cc546a23cfb8e)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.86.0">System.Data.SQLite.x64.1.0.86.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.87.0">System.Data.SQLite.x64.1.0.87.0.nupkg</a>
        <br />
        (1.83 MiB)
        (1.88 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains all the binaries for the x64 version of
        System.Data.SQLite 1.0.86.0 (3.7.17).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.87.0 (3.7.17).  The .NET Framework 3.5 SP1,
        4.0, or 4.5 is required.  For the included native binaries, the version
        of the Visual C++ runtime corresponding to the .NET Framework used by
        the associated managed assembly is statically linked.
        <br />
        (sha1: 4f6ec21d56fc4bd29a9c2e3f0fec1de98bfc58fa)
        (sha1: e1890605ad38f3341826a59b667cd7671d6b3fa4)
      </td>
    </tr>

    <tr>
      <td colspan="4">
        <b>Legacy Versions</b>
      </td>
Changes to www/news.wiki.
1
2
3
4
5
6

7
8
9
10
11
12
13
1
2
3
4
5

6
7
8
9
10
11
12
13





-
+







<title>News</title>

<b>Version History</b>

<p>
    <b>1.0.87.0 - June XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.87.0 - July 8, 2013</b>
</p>
<ul>
    <li>Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be].</li>
    <li>The DbType to type name translation needs to prioritize the Entity Framework type names. Fix for [47f4bac575].</li>
    <li>Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden.</li>
    <li>Add NoFunctions connection flag to skip binding functions registered in the application domain.</li>
    <li>Add several data-types for compatibility purposes. Fix for [fe50b8c2e8].</li>