System.Data.SQLite

Check-in [bdd4f522b9]
Login

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

Overview
Comment:Updates for release 1.0.85.0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: bdd4f522b90ddfb095a132ff09814a0452a89da8
User & Date: mistachkin 2013-04-18 20:54:10.765
Context
2013-04-19
05:13
Final updates for the 1.0.85.0 release. check-in: 8f9b14afbb user: mistachkin tags: trunk, release, release-1.0.85.0
2013-04-18
20:54
Updates for release 1.0.85.0. Closed-Leaf check-in: bdd4f522b9 user: mistachkin tags: preRelease
07:21
Halt the testing process if the build directory cannot be verified by the test suite infrastructure. check-in: 5ded6de675 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.85.0 - April XX, 2013 <font color="red">(release scheduled)</font></b></p>
    <p><b>1.0.85.0 - April 18, 2013</b></p>
    <ul>
      <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_16_2.html">SQLite 3.7.16.2</a>.</li>
      <li>Properly handle embedded NUL characters in parameter and column values. Fix for <a href="http://system.data.sqlite.org/index.html/info/3567020edf">[3567020edf]</a>.</li>
      <li>Make use of the sqlite3_prepare_v2 function when applicable.</li>
      <li>Check for a valid row in the SQLiteDataReader.GetValue method.</li>
      <li>Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).</li>
      <li>Support automated testing when running on the .NET Compact Framework 2.0.</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.85.0 April XX, 2013 <font color="red">(release scheduled)</font><br />
Version 1.0.85.0 April 18, 2013<br />
Using <a href="http://www.sqlite.org/releaselog/3_7_16_2.html">SQLite 3.7.16.2</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.85.0 - April XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.85.0 - April 18, 2013</b>
</p>
<ul>
    <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_16_2.html">SQLite 3.7.16.2</a>.</li>
    <li>Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].</li>
    <li>Make use of the sqlite3_prepare_v2 function when applicable.</li>
    <li>Check for a valid row in the SQLiteDataReader.GetValue method.</li>
    <li>Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).</li>
Changes to www/downloads.wiki.
251
252
253
254
255
256
257
258

259
260

261
262
263
264
265

266
267

268
269
270
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
251
252
253
254
255
256
257

258
259

260
261
262
263
264

265
266

267
268
269
270
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







-
+

-
+




-
+

-
+












-
+







-
+






-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+



-
+






-
+






-
-
+
+


-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+





-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+


-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+






-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+





-
+



-
+






-
+

-
+




-
-
+
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+


-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
-
+
+


-
+






-
+

-
+




-
+



-
+












-
+

-
+




-
+


-
+












-
+

-
+




-
+




-
+






-
+






-
+







-
+






-
+

-
+




-
+




-
+






-
+

-
+




-
+




-
+







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

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx-source-1.0.84.0.zip">sqlite-netFx-source-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx-source-1.0.85.0.zip">sqlite-netFx-source-1.0.85.0.zip</a>
        <br />
        (2.88 MiB)
        (2.92 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This ZIP archive contains all current source code for System.Data.SQLite
        1.0.84.0 (3.7.15.2) combined into a single archive file.
        1.0.85.0 (3.7.16.2) combined into a single archive file.
        <br />
        (sha1: 16ab3bdee2fa755af897daa8bc2b4edca75bd6b0)
        (sha1: 207847e48263aabb2da02501f7d92d32ed72a6d7)
      </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.84.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.84.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.85.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.85.0.exe</a>
        <br />
        (4.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 x86 version of
        the System.Data.SQLite 1.0.84.0 (3.7.15.2) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) 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: e1175e117d2425b683aaeaf94bb8f8d494e646ab)
        (sha1: 87ff1451509b9acf24c0be117f9bc89b2f301e19)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-setup-x86-2005-1.0.84.0.exe">sqlite-netFx20-setup-x86-2005-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-setup-x86-2005-1.0.85.0.exe">sqlite-netFx20-setup-x86-2005-1.0.85.0.exe</a>
        <br />
        (4.08 MiB)
        (4.09 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x86 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 165fba42640af3a3998593de5aae4d8491206cf2)
        (sha1: 76c222be7227e84dee1f1f37df3eb0eba7eef5be)
      </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.84.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.84.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.85.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.85.0.exe</a>
        <br />
        (4.67 MiB)
        (4.66 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.84.0 (3.7.15.2) package.  The Visual C++ 2005
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2005
        SP1 runtime for x64 is included.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: 4d9b2bce86f6e76c1ae918f6c90df96697557f63)
        (sha1: d8ae5c4a755d920d09dcab4fcb22bfb8cc54172e)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-setup-x64-2005-1.0.84.0.exe">sqlite-netFx20-setup-x64-2005-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-setup-x64-2005-1.0.85.0.exe">sqlite-netFx20-setup-x64-2005-1.0.85.0.exe</a>
        <br />
        (4.66 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x64 is included.
        The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 335f35ed4c320b270aae20c7bf8a96c2928dd9a1)
        (sha1: 537b1f59752354076bebd7555cc0c32d7c2f3708)
      </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.84.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.84.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.85.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.85.0.exe</a>
        <br />
        (6.10 MiB)
        (6.12 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.84.0 (3.7.15.2) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) 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: 1685f4bcd63ad8f3456978d2e788a27c2d5136ea)
        (sha1: 47c50ba1ec9bd8c57770e68550b8914642c5c5ae)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-setup-x86-2008-1.0.84.0.exe">sqlite-netFx35-setup-x86-2008-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-setup-x86-2008-1.0.85.0.exe">sqlite-netFx35-setup-x86-2008-1.0.85.0.exe</a>
        <br />
        (6.09 MiB)
        (6.12 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.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x86 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 82d48b5f9c032c81c85b85e227d4578f770e9803)
        (sha1: 5a9ba8366ab82a8cd5e9180171261caad41dd3a9)
      </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.84.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.84.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.85.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.85.0.exe</a>
        <br />
        (6.84 MiB)
        (6.86 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.84.0 (3.7.15.2) package.  The Visual C++ 2008
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2008
        SP1 runtime for x64 is included.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: d4a476cdd96a7d153b4502e74649bfb60b5bd11a)
        (sha1: 50502a4ca7fe2b70f24e84e0ef21ee92818d59bd)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-setup-x64-2008-1.0.84.0.exe">sqlite-netFx35-setup-x64-2008-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-setup-x64-2008-1.0.85.0.exe">sqlite-netFx35-setup-x64-2008-1.0.85.0.exe</a>
        <br />
        (6.83 MiB)
        (6.85 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.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x64 is included.
        The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: d0e17d8800a53f6bcedb965c2f8eec8f87f7894e)
        (sha1: 9645ba0f5d4b62bbb72c9034a6524d45dc3603ae)
      </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.84.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.85.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.85.0.exe</a>
        <br />
        (10.43 MiB)
        (10.45 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.84.0 (3.7.15.2) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) 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: 60bab3d9f579fb070a271420b622127b795ce84c)
        (sha1: f6118c219c118008d221b73b2a0e81f281121fe1)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-setup-x86-2010-1.0.84.0.exe">sqlite-netFx40-setup-x86-2010-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-setup-x86-2010-1.0.85.0.exe">sqlite-netFx40-setup-x86-2010-1.0.85.0.exe</a>
        <br />
        (10.42 MiB)
        (10.44 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        dependencies for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x86 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 344e0406dd463689768ed1055f07adc8c5f2cde7)
        (sha1: 0e7753b4e10def666d5bf0aa8030bccaf2f53dc1)
      </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.84.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.84.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.85.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.85.0.exe</a>
        <br />
        (11.68 MiB)
        (11.70 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.84.0 (3.7.15.2) package.  The Visual C++ 2010
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2010
        SP1 runtime for x64 is included.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 753bd303e82f9267c607d3729cb1cd80aef89ada)
        (sha1: 9b0e4dab2af6606e8290d1baef76319ff71755bf)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-setup-x64-2010-1.0.84.0.exe">sqlite-netFx40-setup-x64-2010-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-setup-x64-2010-1.0.85.0.exe">sqlite-netFx40-setup-x64-2010-1.0.85.0.exe</a>
        <br />
        (11.67 MiB)
        (11.70 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        dependencies for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x64 is included.
        The .NET Framework 4.0 is required.
        <br />
        (sha1: 190cc80906768905d726ee061e6a0c51a8b2d9cd)
        (sha1: aabefcc62aebd81977d438337b6e6f1f3eec750c)
      </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.84.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.84.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.85.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.85.0.exe</a>
        <br />
        (7.82 MiB)
        (7.86 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) 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: 6954e6ee073a5965fbac99408e485bf68c1d35cf)
        (sha1: 25976834544664f83a06c189bf5441512586b3a3)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-setup-x86-2012-1.0.84.0.exe">sqlite-netFx45-setup-x86-2012-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-setup-x86-2012-1.0.85.0.exe">sqlite-netFx45-setup-x86-2012-1.0.85.0.exe</a>
        <br />
        (7.85 MiB)
        (7.90 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.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        dependencies for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 6406842a3d916f2977f75ab5c6975debc232ce76)
        (sha1: 0622135aa0a8befb551e67df50813ea36300eecf)
      </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.84.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.84.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.85.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.85.0.exe</a>
        <br />
        (8.45 MiB)
        (8.51 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        the System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2012
        Update 1 runtime for x64 is included.  The .NET Framework 4.5 is
        required.
        <br />
        (sha1: 4ee62f74e45fd40ccaecbfe685fb6d08792c0cde)
        (sha1: c5e57ebccc8ffb88dc8ec7423d5d8454170ba962)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-setup-x64-2012-1.0.84.0.exe">sqlite-netFx45-setup-x64-2012-1.0.84.0.exe</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-setup-x64-2012-1.0.85.0.exe">sqlite-netFx45-setup-x64-2012-1.0.85.0.exe</a>
        <br />
        (8.50 MiB)
        (8.56 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.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        dependencies for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        included.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 0e24f71a7f2bcdb74bbd7afd807dafeafc64a81e)
        (sha1: 70dd7721ee041bef789a11714fb58afbb9859c7f)
      </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.84.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.84.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.85.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.85.0.zip</a>
        <br />
        (1.23 MiB)
        (1.25 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x86 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 655ed614a42c479de46a880df47365297577fd59)
        (sha1: d7935c29beb3d280297cf03920d60aadc40240b7)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-binary-Win32-2005-1.0.84.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-binary-Win32-2005-1.0.85.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.85.0.zip</a>
        <br />
        (1.23 MiB)
        (1.24 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.84.0 (3.7.15.2) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2005 SP1
        runtime for x86 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 853c775833d8ff779a1010482eb8a8472c0df82a)
        (sha1: c34c916023573e021fb6f819d68ef5895506f596)
      </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.84.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.84.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.85.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.85.0.zip</a>
        <br />
        (1.42 MiB)
        (1.43 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x64 and the .NET
        Framework 2.0 SP2 are required.
        <br />
        (sha1: 808001b9c03d94761c30e685ba299ed217b67f91)
        (sha1: 08968e09c936adb41b640b54c3b99ef5a82baff6)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-binary-x64-2005-1.0.84.0.zip">sqlite-netFx20-binary-x64-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-binary-x64-2005-1.0.85.0.zip">sqlite-netFx20-binary-x64-2005-1.0.85.0.zip</a>
        <br />
        (1.41 MiB)
        (1.43 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.84.0 (3.7.15.2) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2005 SP1
        runtime for x64 and the .NET Framework 2.0 SP2 are required.
        <br />
        (sha1: 9cc8f18efe14716d1bdfd8ff7ded356e47495e4b)
        (sha1: 2ce43d049aff0046d2dd6f6014844803d5bdd645)
      </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.84.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.84.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.85.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.85.0.zip</a>
        <br />
        (1.68 MiB)
        (1.69 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.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x86 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: 8f2f071cdbb5cf7b7035d4ed7f6a99c4253a7816)
        (sha1: 49300394f8d5c3bf9b0b1ee6763c868920d116aa)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-binary-Win32-2008-1.0.84.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-binary-Win32-2008-1.0.85.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.85.0.zip</a>
        <br />
        (1.67 MiB)
        (1.69 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.84.0 (3.7.15.2) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2008 SP1
        runtime for x86 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: 55edb20a73da43ada0b6eb89d9fb66fe6cf5e51b)
        (sha1: a03cf9b20e862cf22facac6f8e6f1cb492305e7e)
      </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.84.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.84.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.85.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.85.0.zip</a>
        <br />
        (1.75 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 x64 version of the System.Data.SQLite 1.0.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x64 and the .NET
        Framework 3.5 SP1 are required.
        <br />
        (sha1: c67a430533cf7c7776f4cff86041ee1afc856e4b)
        (sha1: 7fe9ec83c421be0ad0cef2217d97b911df7888c1)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-binary-x64-2008-1.0.84.0.zip">sqlite-netFx35-binary-x64-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-binary-x64-2008-1.0.85.0.zip">sqlite-netFx35-binary-x64-2008-1.0.85.0.zip</a>
        <br />
        (1.74 MiB)
        (1.76 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.84.0 (3.7.15.2) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2008 SP1
        runtime for x64 and the .NET Framework 3.5 SP1 are required.
        <br />
        (sha1: c32b05f6824071b62a99f7732fbfbcec0c2e4e87)
        (sha1: 566ac48ebb5b2018024244531d4ce4840dc842cd)
      </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.84.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.84.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.85.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.85.0.zip</a>
        <br />
        (1.73 MiB)
        (1.74 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x86 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 8c673f05e5ca349425a4e46a1b0b13336f6056e7)
        (sha1: df88785d092d49799875ff17432c74928a45d098)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-binary-Win32-2010-1.0.84.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-binary-Win32-2010-1.0.85.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.85.0.zip</a>
        <br />
        (1.72 MiB)
        (1.73 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.84.0 (3.7.15.2) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2010 SP1
        runtime for x86 and the .NET Framework 4.0 are required.
        <br />
        (sha1: cf4ead8c3337d595ff3cc8d1583c458084094793)
        (sha1: 13581537c7ffe8bb14929db913f4fdfdf0e895b5)
      </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.84.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.84.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.85.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.85.0.zip</a>
        <br />
        (1.75 MiB)
        (1.77 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x64 and the .NET
        Framework 4.0 are required.
        <br />
        (sha1: 32440a943c56d291c9732195b066474d8bcaebca)
        (sha1: 869c3a6b132d955b6a7ff48c0162b3fe93664ac8)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-binary-x64-2010-1.0.84.0.zip">sqlite-netFx40-binary-x64-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-binary-x64-2010-1.0.85.0.zip">sqlite-netFx40-binary-x64-2010-1.0.85.0.zip</a>
        <br />
        (1.75 MiB)
        (1.76 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.84.0 (3.7.15.2) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2010 SP1
        runtime for x64 and the .NET Framework 4.0 are required.
        <br />
        (sha1: 5c80b715f012d76a4d1f3c936c4b7c2e87032e77)
        (sha1: 63d2314938e0717dd012f748764867548ea75e3d)
      </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.84.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.84.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.85.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.85.0.zip</a>
        <br />
        (1.66 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 x86 version of the System.Data.SQLite 1.0.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x86 and
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x86 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 0dc8d3533375f8589c85d29d3270912666ef61e4)
        (sha1: 8e87791682524d215956eb509d58e054a4c1ba4d)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-binary-Win32-2012-1.0.84.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-binary-Win32-2012-1.0.85.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.85.0.zip</a>
        <br />
        (1.70 MiB)
        (1.72 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2012
        Update 1 runtime for x86 and the .NET Framework 4.5 are required.
        <br />
        (sha1: 1d88fdb25802d6b6ad34d7fa2da2da7003a49e53)
        (sha1: 35ed300d763562762e5d3629ede7671dfd554540)
      </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.84.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.84.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.85.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.85.0.zip</a>
        <br />
        (1.69 MiB)
        (1.70 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.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x64 and
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x64 and
        the .NET Framework 4.5 are required.
        <br />
        (sha1: 33e865f0214fef3def4de4f18462832f9788ade4)
        (sha1: 5cfd307031cd3c24e6000187b8c76878a87f6ddb)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-binary-x64-2012-1.0.84.0.zip">sqlite-netFx45-binary-x64-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-binary-x64-2012-1.0.85.0.zip">sqlite-netFx45-binary-x64-2012-1.0.85.0.zip</a>
        <br />
        (1.75 MiB)
        (1.77 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2012
        Update 1 runtime for x64 and the .NET Framework 4.5 are required.
        <br />
        (sha1: a3970b48c78ecbf9fb92553d52f2af5cbfe01e25)
        (sha1: 017c3a11a1c47df55fb559dd1b0793fca4651094)
      </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.84.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.84.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.85.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.85.0.zip</a>
        <br />
        (1.44 MiB)
        (1.46 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x86 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 0a740fc8011b8a63e83a3ab98ae7952effb3b75e)
        (sha1: a2829911a1a7743c980f3ca5169df3f7fa018211)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-static-binary-Win32-2005-1.0.84.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-static-binary-Win32-2005-1.0.85.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.85.0.zip</a>
        <br />
        (1.44 MiB)
        (1.45 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.84.0 (3.7.15.2) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2005 SP1
        runtime for x86 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: e26b550a43026088101692cddac64938d26fce6a)
        (sha1: d9c897ea3723cdbc71f9a75fbe7d0bc965b17466)
      </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.84.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.84.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.85.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.85.0.zip</a>
        <br />
        (1.57 MiB)
        (1.59 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.84.0
        (3.7.15.2) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2005 SP1 runtime for x64 is statically
        linked.  The .NET Framework 2.0 SP2 is required.
        <br />
        (sha1: 2f00962575168ffeae32190d6890b6ff60e7230d)
        (sha1: 3c9c599e8db46f7aa72bd763aabf8afbd024e720)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx20-static-binary-x64-2005-1.0.84.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx20-static-binary-x64-2005-1.0.85.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.85.0.zip</a>
        <br />
        (1.57 MiB)
        (1.58 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.84.0 (3.7.15.2) package.  The Visual C++ 2005 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2005 SP1
        runtime for x64 is statically linked.  The .NET Framework 2.0 SP2 is
        required.
        <br />
        (sha1: a16f147da6616a6475859355a7129915e3790108)
        (sha1: 56dc3929ad82e6ed1a54d0bd33c5f1dd7abcbba7)
      </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.84.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.84.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.85.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.85.0.zip</a>
        <br />
        (1.89 MiB)
        (1.91 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.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x86 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: 60ed2d6a3d980af41e147e08357c285c8a3a1e20)
        (sha1: db8ce18c645e94287d6e763f60196d4829715cef)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-static-binary-Win32-2008-1.0.84.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-static-binary-Win32-2008-1.0.85.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.85.0.zip</a>
        <br />
        (1.89 MiB)
        (1.90 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.84.0 (3.7.15.2) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2008 SP1
        runtime for x86 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: 7b57f575238156098153763a0473ed4e4a787dda)
        (sha1: 2af8c9eb950fabe9b5cf2fb0030072f7c17e1e10)
      </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.84.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.84.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.85.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.85.0.zip</a>
        <br />
        (1.92 MiB)
        (1.94 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.84.0
        (3.7.15.2) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2008 SP1 runtime for x64 is statically
        linked.  The .NET Framework 3.5 SP1 is required.
        <br />
        (sha1: bfed5c0a206fa433d308bae303eca1d56883c04d)
        (sha1: b6363097a1a84b206e5872a2371ec17a5e095fd6)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx35-static-binary-x64-2008-1.0.84.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-static-binary-x64-2008-1.0.85.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.85.0.zip</a>
        <br />
        (1.92 MiB)
        (1.93 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.84.0 (3.7.15.2) package.  The Visual C++ 2008 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2008 SP1
        runtime for x64 is statically linked.  The .NET Framework 3.5 SP1 is
        required.
        <br />
        (sha1: a8d9cd5b94609f060a5f994dad0efa525c1744f9)
        (sha1: bbb10041650407bc226d8c54a666bb3ae7367a26)
      </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.84.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.84.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.85.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.85.0.zip</a>
        <br />
        (1.94 MiB)
        (1.95 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x86 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 9e829efcac6d05dee68f6d0a97a9342773dc9573)
        (sha1: dfdcc4babf4a8800ab23cb36199ead8571c2f829)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-static-binary-Win32-2010-1.0.84.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-static-binary-Win32-2010-1.0.85.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.85.0.zip</a>
        <br />
        (1.94 MiB)
        (1.95 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.84.0 (3.7.15.2) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2010 SP1
        runtime for x86 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 67c7f69a31250db04440330385926df91710bd61)
        (sha1: 5fb0371dff6a5e282632524aaeda1c99591b261c)
      </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.84.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.84.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.85.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.85.0.zip</a>
        <br />
        (1.95 MiB)
        (1.96 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.84.0
        (3.7.15.2) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2010 SP1 runtime for x64 is statically
        linked.  The .NET Framework 4.0 is required.
        <br />
        (sha1: 09e43ce56de8e9db493f895d0440bf58c90867e8)
        (sha1: c46e03f5d633009777875602d83306d82f4b0697)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx40-static-binary-x64-2010-1.0.84.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx40-static-binary-x64-2010-1.0.85.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.85.0.zip</a>
        <br />
        (1.94 MiB)
        (1.95 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.84.0 (3.7.15.2) package.  The Visual C++ 2010 SP1
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2010 SP1
        runtime for x64 is statically linked.  The .NET Framework 4.0 is
        required.
        <br />
        (sha1: 9a439387fe8a836cc6acafa5b4510becc0846cbd)
        (sha1: 75d6095789cc9fc9106354163de462a67eeedf1d)
      </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.84.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.84.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.85.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.85.0.zip</a>
        <br />
        (1.98 MiB)
        (2.00 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.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        the binaries for the x86 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x86 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: 24a13024db3ef732cde9f128b43dcb0a9802dcdd)
        (sha1: 2575dbd7f184de6f207aade4f77db41e23e2fcaa)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-static-binary-Win32-2012-1.0.84.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-static-binary-Win32-2012-1.0.85.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.85.0.zip</a>
        <br />
        (2.03 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2012
        Update 1 runtime for x86 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: 40f7633bbe527802f13cb653dc13354d871e4bb7)
        (sha1: 3ce80cc9423b04d304cfed16092ea1f4af204fdf)
      </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.84.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.84.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.85.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.85.0.zip</a>
        <br />
        (1.94 MiB)
        (1.96 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.84.0
        (3.7.15.2) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        the binaries for the x64 version of the System.Data.SQLite 1.0.85.0
        (3.7.16.2) package.  The Visual C++ 2012 Update 1 runtime for x64 is
        statically linked.  The .NET Framework 4.5 is required.
        <br />
        (sha1: b41daf0cd84393651a8a68a6149dbd0193cdd838)
        (sha1: 048a9863a1244df5450b79112069f064a38056bd)
      </td>
    </tr>

    <tr>
      <td width="10">&nbsp;</td>
      <td width="30%" valign="top" align="right">
        <a href="/downloads/1.0.84.0/sqlite-netFx45-static-binary-x64-2012-1.0.84.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx45-static-binary-x64-2012-1.0.85.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.85.0.zip</a>
        <br />
        (2.01 MiB)
        (2.03 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.84.0 (3.7.15.2) package.  The Visual C++ 2012
        System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The Visual C++ 2012
        Update 1 runtime for x64 is statically linked.  The .NET Framework 4.5
        is required.
        <br />
        (sha1: 3516de01e430fbcda5625b8b52b76efd0a260875)
        (sha1: d2ba962b8bb8020afb425aa2a9892fe6ab183ba5)
      </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.84.0/sqlite-netFx35-binary-PocketPC-2008-1.0.84.0.zip">sqlite-netFx35-binary-PocketPC-2008-1.0.84.0.zip</a>
        <a href="/downloads/1.0.85.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.85.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.85.0.zip</a>
        <br />
        (0.87 MiB)
        (0.89 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.84.0 (3.7.15.2) package.  The .NET Compact
        of the System.Data.SQLite 1.0.85.0 (3.7.16.2) package.  The .NET Compact
        Framework 3.5 is required.
        <br />
        (sha1: b12956304f4bb770459f00827c450397d8473040)
        (sha1: 45c8575f917f8c263f64ca7eb32d210f35be0fcf)
      </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.84.0">System.Data.SQLite.1.0.84.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.85.0">System.Data.SQLite.1.0.85.0.nupkg</a>
        <br />
        (3.19 MiB)
        (3.22 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.84.0 (3.7.15.2).  The .NET Framework
        versions of System.Data.SQLite 1.0.85.0 (3.7.16.2).  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: b4d1c9498cf27cd7cfde55fe3ab745f66396e0ad)
        (sha1: 4eec87ae7ee6ff063f7acbbf0c83fc95f7a21577)
      </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.84.0">System.Data.SQLite.MSIL.1.0.84.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.85.0">System.Data.SQLite.MSIL.1.0.85.0.nupkg</a>
        <br />
        (0.33 MiB)
      </td>
      <td width="5"></td>
      <td valign="top">
        This NuGet package contains the managed binaries for System.Data.SQLite
        1.0.84.0.  The .NET Framework 3.5 SP1, 4.0, or 4.5 is required.
        1.0.85.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: fe4808f55e3b1f1231ba6b336792f0f8791cdf54)
        (sha1: 9dbd464e7c670f15a2d081800788bd6c533cbd11)
      </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.84.0">System.Data.SQLite.x86.1.0.84.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.85.0">System.Data.SQLite.x86.1.0.85.0.nupkg</a>
        <br />
        (1.59 MiB)
        (1.61 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.84.0 (3.7.15.2).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.85.0 (3.7.16.2).  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: c10145217ed979efe53f5931d2e9b3a49b6c65d5)
        (sha1: a237094a8ce47d761bb4464844882d04f3a57223)
      </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.84.0">System.Data.SQLite.x64.1.0.84.0.nupkg</a>
        <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.85.0">System.Data.SQLite.x64.1.0.85.0.nupkg</a>
        <br />
        (1.80 MiB)
        (1.82 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.84.0 (3.7.15.2).  The .NET Framework 3.5 SP1,
        System.Data.SQLite 1.0.85.0 (3.7.16.2).  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: 2e2cd4a194f5c308d46f8f70fc50ae3779afee79)
        (sha1: 95f076822086e3138e44e24e5daf7f01cd207e3d)
      </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.85.0 - April XX, 2013 <font color="red">(release scheduled)</font></b>
    <b>1.0.85.0 - April 18, 2013</b>
</p>
<ul>
    <li>Updated to [http://www.sqlite.org/releaselog/3_7_16_2.html|SQLite 3.7.16.2].</li>
    <li>Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].</li>
    <li>Make use of the sqlite3_prepare_v2 function when applicable.</li>
    <li>Check for a valid row in the SQLiteDataReader.GetValue method.</li>
    <li>Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).</li>
Changes to www/release.wiki.
95
96
97
98
99
100
101
102
103
104
105





106
107
108
109
110
111
112
95
96
97
98
99
100
101




102
103
104
105
106
107
108
109
110
111
112
113







-
-
-
-
+
+
+
+
+







  <li>
    If the Windows CE binaries were already tested using the
    <a href="#testCeBinariesAutomated">automation</a> described in the previous
    section, skip this section.
  </li>

  <li>
    Launch <b>Visual Studio 2008</b>, &quot;<b>Professional</b>&quot; edition or
    &quot;better&quot;. As of this writing, in January 2012, <b>Visual Studio
    2010 and later will not work</b> as they do not include the necessary
    built-in support for Windows CE and the .NET Compact Framework.
    Launch <b>Visual Studio 2005</b>, &quot;<b>Professional</b>&quot; edition or
    &quot;better&quot; with the bundled Pocket PC 2003 SDK. As of this writing,
    in January 2012, <b>Visual Studio 2010 and later will not work</b> as they
    do not include the necessary built-in support for Windows CE and the .NET
    Compact Framework.
  </li>

  <li>
    Open the &quot;<b>SQLite.NET.2008.sln</b>&quot; solution file in the
    &quot;&lt;root&gt;&quot; directory.
  </li>

339
340
341
342
343
344
345


346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355


356
357
358
359
360
361
362
363







+
+







-
-








  </li>
</ol>

<a name="publishRelease"></a>
<h2>Publish Release</h2>

<ol>
  <li>Upload all the release packages to the web site.</li>

  <li>
    Commit pending source code changes to the
    [http://www.fossil-scm.org/ | Fossil] repository.
  </li>

  <li>Tag the release in the Fossil repository.</li>

  <li>Upload all the release packages to the web site.</li>

  <li>
    Push the [http://www.nuget.org/ | NuGet] packages.<br />
    <i>Please refer to [http://docs.nuget.org/ | NuGet Documentation] for
    further details.</i>
  </li>

  <li>Announce the release on the System.Data.SQLite mailing list.</li>
</ol>