System.Data.SQLite

Check-in [17fd4c1265]
Login

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

Overview
Comment:Final updates for release 1.0.88.0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: 17fd4c1265cd078cf3045983d77aefc110abb631
User & Date: mistachkin 2013-08-07 23:40:24.985
Context
2013-08-08
00:37
Final updates for release 1.0.88.0. check-in: 4dc52a42ad user: mistachkin tags: trunk, release, release-1.0.88.0
2013-08-07
23:40
Final updates for release 1.0.88.0. Closed-Leaf check-in: 17fd4c1265 user: mistachkin tags: preRelease
20:40
Add a couple more virtual table tests. check-in: 5b884e5199 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.88.0 - August XX, 2013 <font color="red">(release scheduled)</font></b></p>
    <p><b>1.0.88.0 - August 7, 2013</b></p>
    <ul>
      <li>Various fixes to managed virtual table integration infrastructure.</li>
      <li>Implement workaround for an incorrect PROCESSOR_ARCHITECTURE being reported. Fix for <a href="http://system.data.sqlite.org/index.html/info/9ac9862611">[9ac9862611]</a>.</li>
      <li>Modify classes that implement the IDisposable pattern to set the disposed flag after their base classes have been disposed.</li>
      <li>When automatically registering custom functions, use the executing assembly (i.e. System.Data.SQLite) for reference detection. Fix for <a href="http://system.data.sqlite.org/index.html/info/4e49a58c4c">[4e49a58c4c]</a>.</li>
    </ul>
    <p><b>1.0.87.0 - July 8, 2013</b></p>
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.88.0 August XX, 2013 <font color="red">(release scheduled)</font><br />
Version 1.0.88.0 August 7, 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.88.0 - August XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.88.0 - August 7, 2013</b>
</p>
<ul>
    <li>Various fixes to managed virtual table integration infrastructure.</li>
    <li>Implement workaround for an incorrect PROCESSOR_ARCHITECTURE being reported. Fix for [9ac9862611].</li>
    <li>Modify classes that implement the IDisposable pattern to set the disposed flag after their base classes have been disposed.</li>
    <li>When automatically registering custom functions, use the executing assembly (i.e. System.Data.SQLite) for reference detection. Fix for [4e49a58c4c].</li>
</ul>
Changes to www/downloads.wiki.
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
1421
1422
1423

1424
1425
1426
1427
1428
1429
1430

1431
1432
1433
1434
1435

1436
1437
1438
1439
1440
1441
1442
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
1421
1422

1423
1424
1425
1426
1427
1428
1429

1430
1431
1432
1433
1434

1435
1436
1437
1438
1439
1440
1441
1442







-
+

-
+




-
+

-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+





-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
+



-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+






-
+


-
+












-
+






-
+



-
+






-
+






-
+


-
+












-
+






-
+



-
+






-
+






-
+


-
+












-
+

-
+




-
+



-
+






-
+






-
+


-
+












-
+






-
+



-
+






-
+

-
+




-
+


-
+












-
+






-
+



-
+






-
+

-
+




-
+


-
+












-
+






-
+



-
+






-
+

-
+




-
+


-
+












-
+






-
+



-
+






-
+

-
+




-
+


-
+












-
+






-
+



-
+






-
+






-
+



-
+












-
+

-
+




-
+



-
+






-
+






-
+



-
+












-
+






-
+



-
+






-
+






-
+



-
+












-
+






-
+



-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+



-
+






-
+






-
+



-
+












-
+






-
+



-
+






-
+






-
+



-
+












-
+

-
+




-
+



-
+






-
+






-
+



-
+












-
+






-
+



-
+






-
+

-
+




-
+



-
+












-
+






-
+


-
+












-
+






-
+




-
+






-
+

-
+




-
+







-
+






-
+






-
+




-
+






-
+






-
+




-
+







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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.87.0/sqlite-netFx-source-1.0.87.0.zip">sqlite-netFx-source-1.0.87.0.zip</a>
        <a href="/downloads/1.0.88.0/sqlite-netFx-source-1.0.88.0.zip">sqlite-netFx-source-1.0.88.0.zip</a>
        <br />
        (3.19 MiB)
        (3.20 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.87.0 (3.7.17) combined into a single archive file.
        1.0.88.0 (3.7.17) combined into a single archive file.
        <br />
        (sha1: d7cc821d6765b815d0791626cb74569883ea0e8c)
        (sha1: 9fd88303b867401c27f858b46b11b2e65c92557f)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.88.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.88.0.exe</a>
        <br />
        (4.32 MiB)
        (4.33 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.87.0 (3.7.17) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.88.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 is the only setup package that is capable of installing the
        design-time components for Visual Studio 2005.</b></big>
        <br />
        (sha1: 282131253520384bf53e862c8dc82c15e2dc7984)
        (sha1: 9a94f6072e6ffeeee81c11ced2df92e5c92208ce)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-setup-x86-2005-1.0.88.0.exe">sqlite-netFx20-setup-x86-2005-1.0.88.0.exe</a>
        <br />
        (4.31 MiB)
        (4.32 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.87.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.88.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: 4bd5d0ffafc69a2a87d4a3aa86f1e12b5d1da6e7)
        (sha1: c9a7eabbda1cb0141172b413016964e55b5cfb80)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.88.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.88.0.exe</a>
        <br />
        (4.89 MiB)
        (4.90 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.87.0 (3.7.17) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.88.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: 071c149f31e2b7160661181045a0b4c91985f6cd)
        (sha1: cdd5b814773ca0d7e49e8ed02507aef51c3e0b9c)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-setup-x64-2005-1.0.88.0.exe">sqlite-netFx20-setup-x64-2005-1.0.88.0.exe</a>
        <br />
        (4.88 MiB)
        (4.89 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.87.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.88.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: f16cca2e646c76b6b72cd50899e951db03eb0462)
        (sha1: f3f6877eeadfa5224772a39a0604763b85771af3)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.88.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.88.0.exe</a>
        <br />
        (6.35 MiB)
        (6.36 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.87.0 (3.7.17) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.88.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 is the only setup package that is capable of installing the
        design-time components for Visual Studio 2008.</b></big>
        <br />
        (sha1: 86e4953183fa005b4da5c3a2c8c870f92d541eca)
        (sha1: fe2638de9919a36f46b7d4ff6736a3cf1f93eeec)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-setup-x86-2008-1.0.88.0.exe">sqlite-netFx35-setup-x86-2008-1.0.88.0.exe</a>
        <br />
        (6.34 MiB)
        (6.35 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.87.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.88.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: a6a822e87cc98a62fe588ec3a129edb6e2a4187c)
        (sha1: 195bb5672a2e8e81c3928aee991fef135858deae)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.88.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.88.0.exe</a>
        <br />
        (7.08 MiB)
        (7.09 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.87.0 (3.7.17) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.88.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: e595b9735bcdf00da02078b413e00aa6d10b0676)
        (sha1: 8a224b9395f2a58e6441021c4933c8f3ce79cccb)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-setup-x64-2008-1.0.88.0.exe">sqlite-netFx35-setup-x64-2008-1.0.88.0.exe</a>
        <br />
        (7.07 MiB)
        (7.08 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.87.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.88.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: 306b33874db4b748ac54d943a9ac511940f5114f)
        (sha1: 90ec2a123fff62e7ddeba9f40db7a6873b74aa39)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.88.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.88.0.exe</a>
        <br />
        (10.68 MiB)
        (10.69 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.87.0 (3.7.17) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.88.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 is the only setup package that is capable of installing the
        design-time components for Visual Studio 2010.</b></big>
        <br />
        (sha1: 1c41bba8fa6ff68a47f369405a22f98106b00273)
        (sha1: 667207900c5e2e52bec8c253fde38a208b17a539)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-setup-x86-2010-1.0.88.0.exe">sqlite-netFx40-setup-x86-2010-1.0.88.0.exe</a>
        <br />
        (10.67 MiB)
        (10.68 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.87.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: be4fa606f5145648832017c77e16eb9f035c5442)
        (sha1: ef6d470a0a885f91f4a3a399919f6f960c17ef3a)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.88.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.88.0.exe</a>
        <br />
        (11.92 MiB)
        (11.93 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.87.0 (3.7.17) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2010
        SP1 runtime for x64 is included.  The .NET Framework 4.0 is required.
        <br />
        (sha1: cca554ecfb555910da96f1aa46cf1297399430a2)
        (sha1: 8d308a983f7cc3ffb0f2b487c333e0d76a60c089)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-setup-x64-2010-1.0.88.0.exe">sqlite-netFx40-setup-x64-2010-1.0.88.0.exe</a>
        <br />
        (11.92 MiB)
        (11.93 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.87.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 71492f29f607ece3931e072cbe38c0ecce8fd77d)
        (sha1: 7f113ba933dc2efaf850cfde89348224e67d4959)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.88.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.88.0.exe</a>
        <br />
        (8.07 MiB)
        (8.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 x86 version of
        the System.Data.SQLite 1.0.87.0 (3.7.17) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.88.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 is the only setup package that is capable of installing the
        design-time components for Visual Studio 2012.</b></big>
        <br />
        (sha1: 89a414f72d01160779ac65b560ca1336a29dee35)
        (sha1: d0a01fb99ad6f6ebd877b0fa7733985618dd4b69)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-setup-x86-2012-1.0.88.0.exe">sqlite-netFx45-setup-x86-2012-1.0.88.0.exe</a>
        <br />
        (8.10 MiB)
        (8.11 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.87.0
        dependencies for the x86 version of the System.Data.SQLite 1.0.88.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: ceba65646b05756c5bfbf1ccc39b9b96703c18d4)
        (sha1: 2ceffa1f0184a3630d56973057671c1376c7a849)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.88.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.88.0.exe</a>
        <br />
        (8.72 MiB)
        (8.73 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.87.0 (3.7.17) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.88.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: 2df10316388436aeb232e9a96d8eab3221c9520c)
        (sha1: a8b4d85b12a9159ae132892139550bfbbb01ebea)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-setup-x64-2012-1.0.88.0.exe">sqlite-netFx45-setup-x64-2012-1.0.88.0.exe</a>
        <br />
        (8.76 MiB)
        (8.77 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.87.0
        dependencies for the x64 version of the System.Data.SQLite 1.0.88.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: 3c15942ebe2e29b15ea0aca166bf03d1209c4290)
        (sha1: 963a222ee016c265e8de33c439ac1d8d052e43cd)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.88.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.88.0.zip</a>
        <br />
        (1.33 MiB)
        (1.34 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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 81f29b5cc0aa189fcce9fd5a40c256dca9ad5854)
        (sha1: f4d863dff1f5ed0530efd3065f3ad3d880ca707d)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-binary-Win32-2005-1.0.88.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x86 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 490f861d5f617be3a7eb1d861e21dbcdd28fa1b3)
        (sha1: 8f15a4f3338b48d693b91cc23f21471923d118de)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.88.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 9de6ef0307c8ae868e3d725c4475b4cfe0769bfb)
        (sha1: 6a8c994da059a3152bd1e1f88120b262c61b1020)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-binary-x64-2005-1.0.88.0.zip">sqlite-netFx20-binary-x64-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2005 SP1
        runtime for x64 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 5f87fbc5951ea359d62977cd3a835e259e311cca)
        (sha1: 6cf8f62a9e22f2b9854b83f9ca61f2f4c6c05868)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.88.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 1c44edb761676ce9622da54bbf790d30f354abfa)
        (sha1: e7df4e81a2d4726fe635cf1d213c17d4f221e3d2)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-binary-Win32-2008-1.0.88.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x86 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 46c30dd8569ff9509d875ac8499b1b24ef44a1f1)
        (sha1: d73e88767652d34b04468dda101669a259d39609)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.88.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.88.0.zip</a>
        <br />
        (1.84 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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 9a48175a286cd277017ee511cd606559058af5e3)
        (sha1: 1863cc4997a3d6552e1cefbaf233c99b15a22428)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-binary-x64-2008-1.0.88.0.zip">sqlite-netFx35-binary-x64-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2008 SP1
        runtime for x64 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: ce979115249ae13ce3b01d436213985fdd3e829a)
        (sha1: 617f754228a3288f61349f32deb1271868789098)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.88.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 93f876e83bcce7498c6a5b121d5e64a939f128ad)
        (sha1: 8e1a01415b492f959597b23bfbf9cd6e80cd1f84)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-binary-Win32-2010-1.0.88.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.88.0.zip</a>
        <br />
        (1.82 MiB)
        (1.83 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.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x86 and the .NET Framework 4.0 are required.
        <br />
        (sha1: 36ce4b51eef0fca6fd875097b3bd6ce8293c531b)
        (sha1: 35bce887ccf19728f088ee12ee063d2f1bb32a1b)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.88.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: c358a0d161012e54ff176ee46160b73a728918ac)
        (sha1: e8796d30134e04629eb54bc2f317b11693a74ea7)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-binary-x64-2010-1.0.88.0.zip">sqlite-netFx40-binary-x64-2010-1.0.88.0.zip</a>
        <br />
        (1.84 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.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2010 SP1
        runtime for x64 and the .NET Framework 4.0 are required.
        <br />
        (sha1: 979661ac1eaa64b0aa28ae5d7389c72163a07d3a)
        (sha1: f07c83a7dd9d8aaccd025188ba2685d7dbbf86a4)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.88.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x86 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 7b99487e9d24f77296844af527c198673be8b1d2)
        (sha1: 41333bbe3055b1279350ce4233c7347b88f13427)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-binary-Win32-2012-1.0.88.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.88.0.zip</a>
        <br />
        (1.80 MiB)
        (1.81 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.87.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x86 and the .NET Framework 4.5 are required.
        <br />
        (sha1: b5fdc0a1e94c291595d88aa0e4464fa9d15fa064)
        (sha1: 3782443d25a3a03fd2dbcacce9ab2959fc861135)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.88.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.0
        (3.7.17) package.  The Visual C++ 2012 Update 1 runtime for x64 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 564a2ec92cc6919f4081ee64d5e6b237551ea009)
        (sha1: ed7fba1fc615b4153b507d25f61ed087f347fba3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-binary-x64-2012-1.0.88.0.zip">sqlite-netFx45-binary-x64-2012-1.0.88.0.zip</a>
        <br />
        (1.85 MiB)
        (1.86 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.87.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.88.0 (3.7.17) package.  The Visual C++ 2012
        Update 1 runtime for x64 and the .NET Framework 4.5 are required.
        <br />
        (sha1: c6aa7c00c5344d47bf60b2b05bcd808c1a78804c)
        (sha1: d2364c467df23f691602da57790c963ec3e56f39)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.88.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.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: 4b3701ba6726f330e7ff7385ecbfacaa9b47c508)
        (sha1: 76635459de385d0c05e4503ef01d1c5d3cb06a7a)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-static-binary-Win32-2005-1.0.88.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.88.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: 2cb59fee4f27c8512b041a15953502d83088b1f5)
        (sha1: 4e0f25c447782d988fa0f6e046c67119eb05bff0)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.88.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.88.0.zip</a>
        <br />
        (1.67 MiB)
        (1.68 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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.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: 7ca63a967c228bbfe8ed0887219b1aa5a87ba07f)
        (sha1: 028f2e001712d0f4f893d30f97176d2500a42e6d)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx20-static-binary-x64-2005-1.0.88.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.88.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: 9770e7f06280bc2c2cb2f0f77fdcd25cd310bcdd)
        (sha1: f4520dd09c6e5be6efb97ac43d0d784cb58ca420)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.88.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.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: fc67a082da93b0c6bc507714b47b490e218356b3)
        (sha1: 69884ce857ea8e307807445bbf28e4f4ea7138c7)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-static-binary-Win32-2008-1.0.88.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.88.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: bcfe5a84851062d3ad76a7dc56b49f1262ec25dc)
        (sha1: 7d2653a81f334e2478202174a3188e170ce34bfe)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.88.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.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: 3d0f70a1fe8fc40023fcec44991513cbdc95a983)
        (sha1: f7abf287b554b1688760758a409a5909e1b831d3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-static-binary-x64-2008-1.0.88.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.88.0.zip</a>
        <br />
        (2.01 MiB)
        (2.02 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.87.0 (3.7.17) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.88.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: 62d87c7e67527d8aae4d71ebd1e8cfc9e1434e28)
        (sha1: 99cbad37ec9759a0193185ea608402851c85a607)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.88.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.88.0.zip</a>
        <br />
        (2.04 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 x86 version of the System.Data.SQLite 1.0.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.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: a4f5f5b75daad4a77cd535596df0e767a9f9e107)
        (sha1: 6d20c54b1092aed213f34cb3f450bf9e1bd9cdbe)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-static-binary-Win32-2010-1.0.88.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.88.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: 3ffbcb60bd765efcee170e4bcac8d067c8e6c937)
        (sha1: 9d0a9dff7d66f860f540caa9799e75da29b44b5b)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.88.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.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: 7baee021542001ff4c7a5ccb5e5ce332ac590973)
        (sha1: 3aaccefeb3b7953423f32de0fedfc1e7a778c0f4)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx40-static-binary-x64-2010-1.0.88.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.88.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: adb5bd60d197b5c379388f3a0faea189d3255e29)
        (sha1: 3ae44bad6730d75f62181b6f0286a2b7eaeb8f90)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.88.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.88.0.zip</a>
        <br />
        (2.08 MiB)
        (2.09 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.87.0
        the binaries for the x86 version of the System.Data.SQLite 1.0.88.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: 964b7884e93bafd2c766b11cda8992e6144339dd)
        (sha1: 84357f9bac730bad2cdf7de133340a2139e93588)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-static-binary-Win32-2012-1.0.88.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.88.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: adc4c93dd3d1414b22be166f074d6276227d0351)
        (sha1: 1d94d5c5f902a1f2cf6ccc91af29ee42db62c2f6)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.88.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.88.0.zip</a>
        <br />
        (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.87.0
        the binaries for the x64 version of the System.Data.SQLite 1.0.88.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: 831c31c97c380ecdfe8855bd2f97d4492a222bd4)
        (sha1: 4e41c7b0dd7acd5df89c56eae2946fc34d3163a6)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <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>
        <a href="/downloads/1.0.88.0/sqlite-netFx45-static-binary-x64-2012-1.0.88.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.88.0.zip</a>
        <br />
        (2.11 MiB)
        (2.12 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.87.0 (3.7.17) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.88.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: df4aae699ee88ea301b08e0d07a4cad35aa788cb)
        (sha1: 081547e365414520d58ed43e258acc7bca5da817)
      </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.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>
        <a href="/downloads/1.0.88.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.88.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.88.0.zip</a>
        <br />
        (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.87.0 (3.7.17) package.  The .NET Compact
        of the System.Data.SQLite 1.0.88.0 (3.7.17) package.  The .NET Compact
        Framework 3.5 is required.
        <br />
        (sha1: dc91115cc77eb0acaf3be93ec65e6f77066bc01d)
        (sha1: bd874a4536b98033aec602fc5b67de39bd2d447c)
      </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.87.0">System.Data.SQLite.1.0.87.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.88.0">System.Data.SQLite.1.0.88.0.nupkg</a>
        <br />
        (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.87.0 (3.7.17).  The .NET Framework
        versions of System.Data.SQLite 1.0.88.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: 1363a38bf6cfae794cc6fedef15baf150e4dfc32)
        (sha1: e2734031fa48ae20878dfa93e48118f2156ac01b)
      </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.87.0">System.Data.SQLite.MSIL.1.0.87.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.88.0">System.Data.SQLite.MSIL.1.0.88.0.nupkg</a>
        <br />
        (0.37 MiB)
        (0.38 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.87.0.  The .NET Framework 3.5 SP1, 4.0, or 4.5 is required.
        1.0.88.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: 2d9a09df624b670c6283f663d2a24f7326fdf7b7)
        (sha1: 31ca66e40a5b2ca07a5a812062c33997f66b5164)
      </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.87.0">System.Data.SQLite.x86.1.0.87.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.88.0">System.Data.SQLite.x86.1.0.88.0.nupkg</a>
        <br />
        (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.87.0 (3.7.17).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.88.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: 4f0c16380d69a2384be82214036cc546a23cfb8e)
        (sha1: a119b92fd2a643ea5c87adf123a452d4a9fc4a99)
      </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.87.0">System.Data.SQLite.x64.1.0.87.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.88.0">System.Data.SQLite.x64.1.0.88.0.nupkg</a>
        <br />
        (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.87.0 (3.7.17).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.88.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: e1890605ad38f3341826a59b667cd7671d6b3fa4)
        (sha1: 7f269a78a1f92604408ed5e335fab1d20e83cbef)
      </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.88.0 - August XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.88.0 - August 7, 2013</b>
</p>
<ul>
    <li>Various fixes to managed virtual table integration infrastructure.</li>
    <li>Implement workaround for an incorrect PROCESSOR_ARCHITECTURE being reported. Fix for [9ac9862611].</li>
    <li>Modify classes that implement the IDisposable pattern to set the disposed flag after their base classes have been disposed.</li>
    <li>When automatically registering custom functions, use the executing assembly (i.e. System.Data.SQLite) for reference detection. Fix for [4e49a58c4c].</li>
</ul>