Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Final updates for release 1.0.89.0. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | release | release-1.0.89.0 |
Files: | files | file ages | folders |
SHA1: |
63f8d14b1d6c74a5dd3a3043ceb1c9a0 |
User & Date: | mistachkin 2013-10-27 04:20:29 |
Context
2013-11-22
| ||
04:55 | Backport build/release support for Windows Embedded Compact 2013. Cherrypick of [0adcab7b75], [0f1a7b72fa], [a9fdc1ae22], [a148b0071a], [25aa74f219], and [6f169a658f]. check-in: 40f3162207 user: mistachkin tags: branch-1.0.89.0 | |
2013-10-28
| ||
18:20 | Add experimental support for the regexp extension. Bump all version numbers to 1.0.90.0. Update version history docs. check-in: ed7849a372 user: mistachkin tags: trunk | |
07:59 | Add experimental support for the regexp extension. check-in: c0260ae9bc user: mistachkin tags: regexp | |
2013-10-27
| ||
04:20 | Final updates for release 1.0.89.0. check-in: 63f8d14b1d user: mistachkin tags: trunk, release, release-1.0.89.0 | |
01:53 | Final updates for release 1.0.89.0. Closed-Leaf check-in: e0418c2d52 user: mistachkin tags: preRelease | |
2013-10-26
| ||
22:32 | Import custom test suite settings files. check-in: 8e96952779 user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/version.html.
39 39 </td> 40 40 </tr> 41 41 </table> 42 42 </div> 43 43 <div id="mainSection"> 44 44 <div id="mainBody"> 45 45 <h1 class="heading">Version History</h1> 46 - <p><b>1.0.89.0 - October XX, 2013 <font color="red">(release scheduled)</font></b></p> 46 + <p><b>1.0.89.0 - October 28, 2013</b></p> 47 47 <ul> 48 48 <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_1.html">SQLite 3.8.1</a>.</li> 49 49 <li>Add AutoCommit property to the SQLiteConnection class. Fix for <a href="http://system.data.sqlite.org/index.html/info/9ba9346f75">[9ba9346f75]</a>.</li> 50 50 <li>Use declared column sizes for the AnsiStringFixedLength and StringFixedLength mapped database types. Fix for <a href="http://system.data.sqlite.org/index.html/info/3113734605">[3113734605]</a>.</li> 51 51 <li>Check the result of sqlite3_column_name function against NULL.</li> 52 52 <li>Return false for the SQLiteParameterCollection.IsSynchronized property because it is not thread-safe.</li> 53 53 <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand, SQLiteDataReader, or CriticalHandle derived object instance is created. Fix for <a href="http://system.data.sqlite.org/index.html/info/aba4549801">[aba4549801]</a>.</li>
Changes to Doc/SQLite.NET.chm.
cannot compute difference between binary files
Changes to readme.htm.
1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html> 3 3 <head> 4 4 <title></title> 5 5 </head> 6 6 <body> 7 7 ADO.NET SQLite Data Provider<br /> 8 -Version 1.0.89.0 October XX, 2013 <font color="red">(release scheduled)</font><br /> 8 +Version 1.0.89.0 October 28, 2013<br /> 9 9 Using <a href="http://www.sqlite.org/src/info/trunk">SQLite 3.8.1</a><br /> 10 10 Originally written by Robert Simpson<br /> 11 11 Released to the public domain, use at your own risk!<br /> 12 12 Official provider website: <a href="http://system.data.sqlite.org/">http://system.data.sqlite.org/</a><br /> 13 13 Legacy versions: <a href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</a><br /> 14 14 <br /> 15 15 The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?y=ci"> ................................................................................ 183 183 it to extend its functionality, but the core engine's source is not changed.</p> 184 184 <p> 185 185 </p> 186 186 187 187 <h2><b>Version History</b></h2> 188 188 189 189 <p> 190 - <b>1.0.89.0 - October XX, 2013 <font color="red">(release scheduled)</font></b> 190 + <b>1.0.89.0 - October 28, 2013</b> 191 191 </p> 192 192 <ul> 193 193 <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_1.html">SQLite 3.8.1</a>.</li> 194 194 <li>Add AutoCommit property to the SQLiteConnection class. Fix for [9ba9346f75].</li> 195 195 <li>Use declared column sizes for the AnsiStringFixedLength and StringFixedLength mapped database types. Fix for [3113734605].</li> 196 196 <li>Check the result of sqlite3_column_name function against NULL.</li> 197 197 <li>Return false for the SQLiteParameterCollection.IsSynchronized property because it is not thread-safe.</li>
Changes to www/downloads.wiki.
319 319 <b>Source Code</b> 320 320 </td> 321 321 </tr> 322 322 323 323 <tr> 324 324 <td width="10"> </td> 325 325 <td width="30%" valign="top" align="right"> 326 - <a href="/downloads/1.0.88.0/sqlite-netFx-source-1.0.88.0.zip">sqlite-netFx-source-1.0.88.0.zip</a> 326 + <a href="/downloads/1.0.89.0/sqlite-netFx-source-1.0.89.0.zip">sqlite-netFx-source-1.0.89.0.zip</a> 327 327 <br /> 328 - (3.20 MiB) 328 + (3.27 MiB) 329 329 </td> 330 330 <td width="5"></td> 331 331 <td valign="top"> 332 332 This ZIP archive contains all current source code for System.Data.SQLite 333 - 1.0.88.0 (3.7.17) combined into a single archive file. 333 + 1.0.89.0 (3.8.1) combined into a single archive file. 334 334 <br /> 335 - (sha1: 9fd88303b867401c27f858b46b11b2e65c92557f) 335 + (sha1: 61cae071506f264a105aaa220fb19708634692c6) 336 336 </td> 337 337 </tr> 338 338 339 339 <tr> 340 340 <td colspan="4"> 341 341 <b>Setups for 32-bit Windows (.NET Framework 2.0 SP2)</b> 342 342 </td> 343 343 </tr> 344 344 345 345 <tr> 346 346 <td width="10"> </td> 347 347 <td width="30%" valign="top" align="right"> 348 - <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> 348 + <a href="/downloads/1.0.89.0/sqlite-netFx20-setup-bundle-x86-2005-1.0.89.0.exe">sqlite-netFx20-setup-bundle-x86-2005-1.0.89.0.exe</a> 349 349 <br /> 350 - (4.33 MiB) 350 + (4.37 MiB) 351 351 </td> 352 352 <td width="5"></td> 353 353 <td valign="top"> 354 354 This setup package features the mixed-mode assembly and will install all 355 355 the necessary runtime components and dependencies for the x86 version of 356 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 356 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 357 357 SP1 runtime for x86 is included. The .NET Framework 2.0 SP2 is 358 358 required. 359 359 <br /> 360 360 <big><b>This is the only setup package that is capable of installing the 361 361 design-time components for Visual Studio 2005.</b></big> 362 362 <br /> 363 - (sha1: 9a94f6072e6ffeeee81c11ced2df92e5c92208ce) 363 + (sha1: 51960fad6b51717827194a80bf0bae412e6de0f4) 364 364 </td> 365 365 </tr> 366 366 367 367 <tr> 368 368 <td width="10"> </td> 369 369 <td width="30%" valign="top" align="right"> 370 - <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> 370 + <a href="/downloads/1.0.89.0/sqlite-netFx20-setup-x86-2005-1.0.89.0.exe">sqlite-netFx20-setup-x86-2005-1.0.89.0.exe</a> 371 371 <br /> 372 - (4.32 MiB) 372 + (4.36 MiB) 373 373 </td> 374 374 <td width="5"></td> 375 375 <td valign="top"> 376 376 This setup package will install all the necessary runtime components and 377 - dependencies for the x86 version of the System.Data.SQLite 1.0.88.0 378 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x86 is included. 377 + dependencies for the x86 version of the System.Data.SQLite 1.0.89.0 378 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x86 is included. 379 379 The .NET Framework 2.0 SP2 is required. 380 380 <br /> 381 - (sha1: c9a7eabbda1cb0141172b413016964e55b5cfb80) 381 + (sha1: 7edc068b157e1aaadf71265f24e0523f0fd7acb3) 382 382 </td> 383 383 </tr> 384 384 385 385 <tr> 386 386 <td colspan="4"> 387 387 <b>Setups for 64-bit Windows (.NET Framework 2.0 SP2)</b> 388 388 </td> 389 389 </tr> 390 390 391 391 <tr> 392 392 <td width="10"> </td> 393 393 <td width="30%" valign="top" align="right"> 394 - <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> 394 + <a href="/downloads/1.0.89.0/sqlite-netFx20-setup-bundle-x64-2005-1.0.89.0.exe">sqlite-netFx20-setup-bundle-x64-2005-1.0.89.0.exe</a> 395 395 <br /> 396 - (4.90 MiB) 396 + (4.95 MiB) 397 397 </td> 398 398 <td width="5"></td> 399 399 <td valign="top"> 400 400 This setup package features the mixed-mode assembly and will install all 401 401 the necessary runtime components and dependencies for the x64 version of 402 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 402 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 403 403 SP1 runtime for x64 is included. The .NET Framework 2.0 SP2 is 404 404 required. 405 405 <br /> 406 - (sha1: cdd5b814773ca0d7e49e8ed02507aef51c3e0b9c) 406 + (sha1: 101e76531d5707c66ae9775871b9b964785a5a53) 407 407 </td> 408 408 </tr> 409 409 410 410 <tr> 411 411 <td width="10"> </td> 412 412 <td width="30%" valign="top" align="right"> 413 - <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> 413 + <a href="/downloads/1.0.89.0/sqlite-netFx20-setup-x64-2005-1.0.89.0.exe">sqlite-netFx20-setup-x64-2005-1.0.89.0.exe</a> 414 414 <br /> 415 - (4.89 MiB) 415 + (4.94 MiB) 416 416 </td> 417 417 <td width="5"></td> 418 418 <td valign="top"> 419 419 This setup package will install all the necessary runtime components and 420 - dependencies for the x64 version of the System.Data.SQLite 1.0.88.0 421 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x64 is included. 420 + dependencies for the x64 version of the System.Data.SQLite 1.0.89.0 421 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x64 is included. 422 422 The .NET Framework 2.0 SP2 is required. 423 423 <br /> 424 - (sha1: f3f6877eeadfa5224772a39a0604763b85771af3) 424 + (sha1: 505294c78723676b8a0558c3b5b5a5f75c028423) 425 425 </td> 426 426 </tr> 427 427 428 428 <tr> 429 429 <td colspan="4"> 430 430 <b>Setups for 32-bit Windows (.NET Framework 3.5 SP1)</b> 431 431 </td> 432 432 </tr> 433 433 434 434 <tr> 435 435 <td width="10"> </td> 436 436 <td width="30%" valign="top" align="right"> 437 - <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> 437 + <a href="/downloads/1.0.89.0/sqlite-netFx35-setup-bundle-x86-2008-1.0.89.0.exe">sqlite-netFx35-setup-bundle-x86-2008-1.0.89.0.exe</a> 438 438 <br /> 439 - (6.36 MiB) 439 + (6.40 MiB) 440 440 </td> 441 441 <td width="5"></td> 442 442 <td valign="top"> 443 443 This setup package features the mixed-mode assembly and will install all 444 444 the necessary runtime components and dependencies for the x86 version of 445 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 445 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 446 446 SP1 runtime for x86 is included. The .NET Framework 3.5 SP1 is 447 447 required. 448 448 <br /> 449 449 <big><b>This is the only setup package that is capable of installing the 450 450 design-time components for Visual Studio 2008.</b></big> 451 451 <br /> 452 - (sha1: fe2638de9919a36f46b7d4ff6736a3cf1f93eeec) 452 + (sha1: 79b6e9408dd6b43d32dd6e7ec88e516490aef299) 453 453 </td> 454 454 </tr> 455 455 456 456 <tr> 457 457 <td width="10"> </td> 458 458 <td width="30%" valign="top" align="right"> 459 - <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> 459 + <a href="/downloads/1.0.89.0/sqlite-netFx35-setup-x86-2008-1.0.89.0.exe">sqlite-netFx35-setup-x86-2008-1.0.89.0.exe</a> 460 460 <br /> 461 - (6.35 MiB) 461 + (6.39 MiB) 462 462 </td> 463 463 <td width="5"></td> 464 464 <td valign="top"> 465 465 This setup package will install all the necessary runtime components and 466 - dependencies for the x86 version of the System.Data.SQLite 1.0.88.0 467 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x86 is included. 466 + dependencies for the x86 version of the System.Data.SQLite 1.0.89.0 467 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x86 is included. 468 468 The .NET Framework 3.5 SP1 is required. 469 469 <br /> 470 - (sha1: 195bb5672a2e8e81c3928aee991fef135858deae) 470 + (sha1: f6a2a51e6ea7329552baf6de5bd592e2ca01b5ff) 471 471 </td> 472 472 </tr> 473 473 474 474 <tr> 475 475 <td colspan="4"> 476 476 <b>Setups for 64-bit Windows (.NET Framework 3.5 SP1)</b> 477 477 </td> 478 478 </tr> 479 479 480 480 <tr> 481 481 <td width="10"> </td> 482 482 <td width="30%" valign="top" align="right"> 483 - <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> 483 + <a href="/downloads/1.0.89.0/sqlite-netFx35-setup-bundle-x64-2008-1.0.89.0.exe">sqlite-netFx35-setup-bundle-x64-2008-1.0.89.0.exe</a> 484 484 <br /> 485 - (7.09 MiB) 485 + (7.13 MiB) 486 486 </td> 487 487 <td width="5"></td> 488 488 <td valign="top"> 489 489 This setup package features the mixed-mode assembly and will install all 490 490 the necessary runtime components and dependencies for the x64 version of 491 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 491 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 492 492 SP1 runtime for x64 is included. The .NET Framework 3.5 SP1 is 493 493 required. 494 494 <br /> 495 - (sha1: 8a224b9395f2a58e6441021c4933c8f3ce79cccb) 495 + (sha1: 3bad2ae0481dc165df62196524a255c1b1a7819f) 496 496 </td> 497 497 </tr> 498 498 499 499 <tr> 500 500 <td width="10"> </td> 501 501 <td width="30%" valign="top" align="right"> 502 - <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> 502 + <a href="/downloads/1.0.89.0/sqlite-netFx35-setup-x64-2008-1.0.89.0.exe">sqlite-netFx35-setup-x64-2008-1.0.89.0.exe</a> 503 503 <br /> 504 - (7.08 MiB) 504 + (7.13 MiB) 505 505 </td> 506 506 <td width="5"></td> 507 507 <td valign="top"> 508 508 This setup package will install all the necessary runtime components and 509 - dependencies for the x64 version of the System.Data.SQLite 1.0.88.0 510 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x64 is included. 509 + dependencies for the x64 version of the System.Data.SQLite 1.0.89.0 510 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x64 is included. 511 511 The .NET Framework 3.5 SP1 is required. 512 512 <br /> 513 - (sha1: 90ec2a123fff62e7ddeba9f40db7a6873b74aa39) 513 + (sha1: 55e50fa200260bcbb0185e48a8d2fd0f2ddd44e9) 514 514 </td> 515 515 </tr> 516 516 517 517 <tr> 518 518 <td colspan="4"> 519 519 <b>Setups for 32-bit Windows (.NET Framework 4.0)</b> 520 520 </td> 521 521 </tr> 522 522 523 523 <tr> 524 524 <td width="10"> </td> 525 525 <td width="30%" valign="top" align="right"> 526 - <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> 526 + <a href="/downloads/1.0.89.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.89.0.exe">sqlite-netFx40-setup-bundle-x86-2010-1.0.89.0.exe</a> 527 527 <br /> 528 - (10.69 MiB) 528 + (10.73 MiB) 529 529 </td> 530 530 <td width="5"></td> 531 531 <td valign="top"> 532 532 This setup package features the mixed-mode assembly and will install all 533 533 the necessary runtime components and dependencies for the x86 version of 534 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 534 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 535 535 SP1 runtime for x86 is included. The .NET Framework 4.0 is required. 536 536 <br /> 537 537 <big><b>This is the only setup package that is capable of installing the 538 538 design-time components for Visual Studio 2010.</b></big> 539 539 <br /> 540 - (sha1: 667207900c5e2e52bec8c253fde38a208b17a539) 540 + (sha1: f0e021f72b4cee3eb5d559ed055c49dd2852a0ab) 541 541 </td> 542 542 </tr> 543 543 544 544 <tr> 545 545 <td width="10"> </td> 546 546 <td width="30%" valign="top" align="right"> 547 - <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> 547 + <a href="/downloads/1.0.89.0/sqlite-netFx40-setup-x86-2010-1.0.89.0.exe">sqlite-netFx40-setup-x86-2010-1.0.89.0.exe</a> 548 548 <br /> 549 - (10.68 MiB) 549 + (10.72 MiB) 550 550 </td> 551 551 <td width="5"></td> 552 552 <td valign="top"> 553 553 This setup package will install all the necessary runtime components and 554 - dependencies for the x86 version of the System.Data.SQLite 1.0.88.0 555 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x86 is included. 554 + dependencies for the x86 version of the System.Data.SQLite 1.0.89.0 555 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x86 is included. 556 556 The .NET Framework 4.0 is required. 557 557 <br /> 558 - (sha1: ef6d470a0a885f91f4a3a399919f6f960c17ef3a) 558 + (sha1: fbc106a70c6011af3dc7d1294ee84a535984da3d) 559 559 </td> 560 560 </tr> 561 561 562 562 <tr> 563 563 <td colspan="4"> 564 564 <b>Setups for 64-bit Windows (.NET Framework 4.0)</b> 565 565 </td> 566 566 </tr> 567 567 568 568 <tr> 569 569 <td width="10"> </td> 570 570 <td width="30%" valign="top" align="right"> 571 - <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> 571 + <a href="/downloads/1.0.89.0/sqlite-netFx40-setup-bundle-x64-2010-1.0.89.0.exe">sqlite-netFx40-setup-bundle-x64-2010-1.0.89.0.exe</a> 572 572 <br /> 573 - (11.93 MiB) 573 + (11.98 MiB) 574 574 </td> 575 575 <td width="5"></td> 576 576 <td valign="top"> 577 577 This setup package features the mixed-mode assembly and will install all 578 578 the necessary runtime components and dependencies for the x64 version of 579 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 579 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 580 580 SP1 runtime for x64 is included. The .NET Framework 4.0 is required. 581 581 <br /> 582 - (sha1: 8d308a983f7cc3ffb0f2b487c333e0d76a60c089) 582 + (sha1: a32136716d789998d3014ea8e5d0af726c3701a4) 583 583 </td> 584 584 </tr> 585 585 586 586 <tr> 587 587 <td width="10"> </td> 588 588 <td width="30%" valign="top" align="right"> 589 - <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> 589 + <a href="/downloads/1.0.89.0/sqlite-netFx40-setup-x64-2010-1.0.89.0.exe">sqlite-netFx40-setup-x64-2010-1.0.89.0.exe</a> 590 590 <br /> 591 - (11.93 MiB) 591 + (11.97 MiB) 592 592 </td> 593 593 <td width="5"></td> 594 594 <td valign="top"> 595 595 This setup package will install all the necessary runtime components and 596 - dependencies for the x64 version of the System.Data.SQLite 1.0.88.0 597 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x64 is included. 596 + dependencies for the x64 version of the System.Data.SQLite 1.0.89.0 597 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x64 is included. 598 598 The .NET Framework 4.0 is required. 599 599 <br /> 600 - (sha1: 7f113ba933dc2efaf850cfde89348224e67d4959) 600 + (sha1: e20b0cd847f97300e956e569c7ad4e176064dae6) 601 601 </td> 602 602 </tr> 603 603 604 604 <tr> 605 605 <td colspan="4"> 606 606 <b>Setups for 32-bit Windows (.NET Framework 4.5)</b> 607 607 </td> 608 608 </tr> 609 609 610 610 <tr> 611 611 <td width="10"> </td> 612 612 <td width="30%" valign="top" align="right"> 613 - <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> 613 + <a href="/downloads/1.0.89.0/sqlite-netFx45-setup-bundle-x86-2012-1.0.89.0.exe">sqlite-netFx45-setup-bundle-x86-2012-1.0.89.0.exe</a> 614 614 <br /> 615 - (8.08 MiB) 615 + (8.12 MiB) 616 616 </td> 617 617 <td width="5"></td> 618 618 <td valign="top"> 619 619 This setup package features the mixed-mode assembly and will install all 620 620 the necessary runtime components and dependencies for the x86 version of 621 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 622 - Update 1 runtime for x86 is included. The .NET Framework 4.5 is 621 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 622 + Update 3 runtime for x86 is included. The .NET Framework 4.5 is 623 623 required. 624 624 <br /> 625 625 <big><b>This is the only setup package that is capable of installing the 626 626 design-time components for Visual Studio 2012.</b></big> 627 627 <br /> 628 - (sha1: d0a01fb99ad6f6ebd877b0fa7733985618dd4b69) 628 + (sha1: d8eb780a3554684d1ffc3fca767867dfa22fc407) 629 629 </td> 630 630 </tr> 631 631 632 632 <tr> 633 633 <td width="10"> </td> 634 634 <td width="30%" valign="top" align="right"> 635 - <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> 635 + <a href="/downloads/1.0.89.0/sqlite-netFx45-setup-x86-2012-1.0.89.0.exe">sqlite-netFx45-setup-x86-2012-1.0.89.0.exe</a> 636 636 <br /> 637 - (8.11 MiB) 637 + (8.15 MiB) 638 638 </td> 639 639 <td width="5"></td> 640 640 <td valign="top"> 641 641 This setup package will install all the necessary runtime components and 642 - dependencies for the x86 version of the System.Data.SQLite 1.0.88.0 643 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x86 is 642 + dependencies for the x86 version of the System.Data.SQLite 1.0.89.0 643 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x86 is 644 644 included. The .NET Framework 4.5 is required. 645 645 <br /> 646 - (sha1: 2ceffa1f0184a3630d56973057671c1376c7a849) 646 + (sha1: a7ff3e421ceb8b911d38481d5e5dcb799b992e9b) 647 647 </td> 648 648 </tr> 649 649 650 650 <tr> 651 651 <td colspan="4"> 652 652 <b>Setups for 64-bit Windows (.NET Framework 4.5)</b> 653 653 </td> 654 654 </tr> 655 655 656 656 <tr> 657 657 <td width="10"> </td> 658 658 <td width="30%" valign="top" align="right"> 659 - <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> 659 + <a href="/downloads/1.0.89.0/sqlite-netFx45-setup-bundle-x64-2012-1.0.89.0.exe">sqlite-netFx45-setup-bundle-x64-2012-1.0.89.0.exe</a> 660 660 <br /> 661 - (8.73 MiB) 661 + (8.77 MiB) 662 662 </td> 663 663 <td width="5"></td> 664 664 <td valign="top"> 665 665 This setup package features the mixed-mode assembly and will install all 666 666 the necessary runtime components and dependencies for the x64 version of 667 - the System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 668 - Update 1 runtime for x64 is included. The .NET Framework 4.5 is 667 + the System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 668 + Update 3 runtime for x64 is included. The .NET Framework 4.5 is 669 669 required. 670 670 <br /> 671 - (sha1: a8b4d85b12a9159ae132892139550bfbbb01ebea) 671 + (sha1: d894b323ae8c9ca3b717832dc381ba50e58241cb) 672 672 </td> 673 673 </tr> 674 674 675 675 <tr> 676 676 <td width="10"> </td> 677 677 <td width="30%" valign="top" align="right"> 678 - <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> 678 + <a href="/downloads/1.0.89.0/sqlite-netFx45-setup-x64-2012-1.0.89.0.exe">sqlite-netFx45-setup-x64-2012-1.0.89.0.exe</a> 679 679 <br /> 680 - (8.77 MiB) 680 + (8.82 MiB) 681 681 </td> 682 682 <td width="5"></td> 683 683 <td valign="top"> 684 684 This setup package will install all the necessary runtime components and 685 - dependencies for the x64 version of the System.Data.SQLite 1.0.88.0 686 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x64 is 685 + dependencies for the x64 version of the System.Data.SQLite 1.0.89.0 686 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x64 is 687 687 included. The .NET Framework 4.5 is required. 688 688 <br /> 689 - (sha1: 963a222ee016c265e8de33c439ac1d8d052e43cd) 689 + (sha1: 8c10bb9228fe578c46c2a228622a26e0756dc645) 690 690 </td> 691 691 </tr> 692 692 693 693 <tr> 694 694 <td colspan="4"> 695 695 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b> 696 696 </td> 697 697 </tr> 698 698 699 699 <tr> 700 700 <td width="10"> </td> 701 701 <td width="30%" valign="top" align="right"> 702 - <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> 702 + <a href="/downloads/1.0.89.0/sqlite-netFx20-binary-bundle-Win32-2005-1.0.89.0.zip">sqlite-netFx20-binary-bundle-Win32-2005-1.0.89.0.zip</a> 703 703 <br /> 704 - (1.34 MiB) 704 + (1.37 MiB) 705 705 </td> 706 706 <td width="5"></td> 707 707 <td valign="top"> 708 708 This binary package features the mixed-mode assembly and contains all 709 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 710 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x86 and the .NET 709 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 710 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x86 and the .NET 711 711 Framework 2.0 SP2 are required. 712 712 <br /> 713 - (sha1: f4d863dff1f5ed0530efd3065f3ad3d880ca707d) 713 + (sha1: f5c6e5e68da81eb99493eb93fcb1d12e98aa6337) 714 714 </td> 715 715 </tr> 716 716 717 717 <tr> 718 718 <td width="10"> </td> 719 719 <td width="30%" valign="top" align="right"> 720 - <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> 720 + <a href="/downloads/1.0.89.0/sqlite-netFx20-binary-Win32-2005-1.0.89.0.zip">sqlite-netFx20-binary-Win32-2005-1.0.89.0.zip</a> 721 721 <br /> 722 - (1.33 MiB) 722 + (1.36 MiB) 723 723 </td> 724 724 <td width="5"></td> 725 725 <td valign="top"> 726 726 This binary package contains all the binaries for the x86 version of the 727 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 SP1 727 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 SP1 728 728 runtime for x86 and the .NET Framework 2.0 SP2 are required. 729 729 <br /> 730 - (sha1: 8f15a4f3338b48d693b91cc23f21471923d118de) 730 + (sha1: f7c246b571f91146dec1acd28cc0453619823076) 731 731 </td> 732 732 </tr> 733 733 734 734 <tr> 735 735 <td colspan="4"> 736 736 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b> 737 737 </td> 738 738 </tr> 739 739 740 740 <tr> 741 741 <td width="10"> </td> 742 742 <td width="30%" valign="top" align="right"> 743 - <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> 743 + <a href="/downloads/1.0.89.0/sqlite-netFx20-binary-bundle-x64-2005-1.0.89.0.zip">sqlite-netFx20-binary-bundle-x64-2005-1.0.89.0.zip</a> 744 744 <br /> 745 - (1.52 MiB) 745 + (1.56 MiB) 746 746 </td> 747 747 <td width="5"></td> 748 748 <td valign="top"> 749 749 This binary package features the mixed-mode assembly and contains all 750 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 751 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x64 and the .NET 750 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 751 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x64 and the .NET 752 752 Framework 2.0 SP2 are required. 753 753 <br /> 754 - (sha1: 6a8c994da059a3152bd1e1f88120b262c61b1020) 754 + (sha1: e5cfe5e5306e3d1437d1c4b96cd6164e0c14b9da) 755 755 </td> 756 756 </tr> 757 757 758 758 <tr> 759 759 <td width="10"> </td> 760 760 <td width="30%" valign="top" align="right"> 761 - <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> 761 + <a href="/downloads/1.0.89.0/sqlite-netFx20-binary-x64-2005-1.0.89.0.zip">sqlite-netFx20-binary-x64-2005-1.0.89.0.zip</a> 762 762 <br /> 763 - (1.51 MiB) 763 + (1.56 MiB) 764 764 </td> 765 765 <td width="5"></td> 766 766 <td valign="top"> 767 767 This binary package contains all the binaries for the x64 version of the 768 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 SP1 768 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 SP1 769 769 runtime for x64 and the .NET Framework 2.0 SP2 are required. 770 770 <br /> 771 - (sha1: 6cf8f62a9e22f2b9854b83f9ca61f2f4c6c05868) 771 + (sha1: b2d623f88bde71c197df3e81155556d990ba1d4e) 772 772 </td> 773 773 </tr> 774 774 775 775 <tr> 776 776 <td colspan="4"> 777 777 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 778 778 </td> 779 779 </tr> 780 780 781 781 <tr> 782 782 <td width="10"> </td> 783 783 <td width="30%" valign="top" align="right"> 784 - <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> 784 + <a href="/downloads/1.0.89.0/sqlite-netFx35-binary-bundle-Win32-2008-1.0.89.0.zip">sqlite-netFx35-binary-bundle-Win32-2008-1.0.89.0.zip</a> 785 785 <br /> 786 - (1.78 MiB) 786 + (1.81 MiB) 787 787 </td> 788 788 <td width="5"></td> 789 789 <td valign="top"> 790 790 This binary package features the mixed-mode assembly and contains all 791 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 792 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x86 and the .NET 791 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 792 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x86 and the .NET 793 793 Framework 3.5 SP1 are required. 794 794 <br /> 795 - (sha1: e7df4e81a2d4726fe635cf1d213c17d4f221e3d2) 795 + (sha1: 0d29748396369c4b5b211e8c3519b534f93ee24d) 796 796 </td> 797 797 </tr> 798 798 799 799 <tr> 800 800 <td width="10"> </td> 801 801 <td width="30%" valign="top" align="right"> 802 - <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> 802 + <a href="/downloads/1.0.89.0/sqlite-netFx35-binary-Win32-2008-1.0.89.0.zip">sqlite-netFx35-binary-Win32-2008-1.0.89.0.zip</a> 803 803 <br /> 804 - (1.77 MiB) 804 + (1.80 MiB) 805 805 </td> 806 806 <td width="5"></td> 807 807 <td valign="top"> 808 808 This binary package contains all the binaries for the x86 version of the 809 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 SP1 809 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 SP1 810 810 runtime for x86 and the .NET Framework 3.5 SP1 are required. 811 811 <br /> 812 - (sha1: d73e88767652d34b04468dda101669a259d39609) 812 + (sha1: a531b6ef7b68996d9c8acb9cf2d2235bd0c99317) 813 813 </td> 814 814 </tr> 815 815 816 816 <tr> 817 817 <td colspan="4"> 818 818 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 819 819 </td> 820 820 </tr> 821 821 822 822 <tr> 823 823 <td width="10"> </td> 824 824 <td width="30%" valign="top" align="right"> 825 - <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> 825 + <a href="/downloads/1.0.89.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.89.0.zip">sqlite-netFx35-binary-bundle-x64-2008-1.0.89.0.zip</a> 826 826 <br /> 827 - (1.85 MiB) 827 + (1.88 MiB) 828 828 </td> 829 829 <td width="5"></td> 830 830 <td valign="top"> 831 831 This binary package features the mixed-mode assembly and contains all 832 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 833 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x64 and the .NET 832 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 833 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x64 and the .NET 834 834 Framework 3.5 SP1 are required. 835 835 <br /> 836 - (sha1: 1863cc4997a3d6552e1cefbaf233c99b15a22428) 836 + (sha1: f0d3ed63f56e311923bf7b00153240fdcd322442) 837 837 </td> 838 838 </tr> 839 839 840 840 <tr> 841 841 <td width="10"> </td> 842 842 <td width="30%" valign="top" align="right"> 843 - <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> 843 + <a href="/downloads/1.0.89.0/sqlite-netFx35-binary-x64-2008-1.0.89.0.zip">sqlite-netFx35-binary-x64-2008-1.0.89.0.zip</a> 844 844 <br /> 845 - (1.84 MiB) 845 + (1.87 MiB) 846 846 </td> 847 847 <td width="5"></td> 848 848 <td valign="top"> 849 849 This binary package contains all the binaries for the x64 version of the 850 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 SP1 850 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 SP1 851 851 runtime for x64 and the .NET Framework 3.5 SP1 are required. 852 852 <br /> 853 - (sha1: 617f754228a3288f61349f32deb1271868789098) 853 + (sha1: c670327f2f9d131e9b69212878e609de8e9d3503) 854 854 </td> 855 855 </tr> 856 856 857 857 <tr> 858 858 <td colspan="4"> 859 859 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.0)</b> 860 860 </td> 861 861 </tr> 862 862 863 863 <tr> 864 864 <td width="10"> </td> 865 865 <td width="30%" valign="top" align="right"> 866 - <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> 866 + <a href="/downloads/1.0.89.0/sqlite-netFx40-binary-bundle-Win32-2010-1.0.89.0.zip">sqlite-netFx40-binary-bundle-Win32-2010-1.0.89.0.zip</a> 867 867 <br /> 868 - (1.83 MiB) 868 + (1.87 MiB) 869 869 </td> 870 870 <td width="5"></td> 871 871 <td valign="top"> 872 872 This binary package features the mixed-mode assembly and contains all 873 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 874 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x86 and the .NET 873 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 874 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x86 and the .NET 875 875 Framework 4.0 are required. 876 876 <br /> 877 - (sha1: 8e1a01415b492f959597b23bfbf9cd6e80cd1f84) 877 + (sha1: 63fc63a074525084ec5bac7b61abe4fc4fe1b1f6) 878 878 </td> 879 879 </tr> 880 880 881 881 <tr> 882 882 <td width="10"> </td> 883 883 <td width="30%" valign="top" align="right"> 884 - <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> 884 + <a href="/downloads/1.0.89.0/sqlite-netFx40-binary-Win32-2010-1.0.89.0.zip">sqlite-netFx40-binary-Win32-2010-1.0.89.0.zip</a> 885 885 <br /> 886 - (1.83 MiB) 886 + (1.86 MiB) 887 887 </td> 888 888 <td width="5"></td> 889 889 <td valign="top"> 890 890 This binary package contains all the binaries for the x86 version of the 891 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 SP1 891 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 SP1 892 892 runtime for x86 and the .NET Framework 4.0 are required. 893 893 <br /> 894 - (sha1: 35bce887ccf19728f088ee12ee063d2f1bb32a1b) 894 + (sha1: 31aed3a9207443a28c8d35692799dcbdc5d3e07e) 895 895 </td> 896 896 </tr> 897 897 898 898 <tr> 899 899 <td colspan="4"> 900 900 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.0)</b> 901 901 </td> 902 902 </tr> 903 903 904 904 <tr> 905 905 <td width="10"> </td> 906 906 <td width="30%" valign="top" align="right"> 907 - <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> 907 + <a href="/downloads/1.0.89.0/sqlite-netFx40-binary-bundle-x64-2010-1.0.89.0.zip">sqlite-netFx40-binary-bundle-x64-2010-1.0.89.0.zip</a> 908 908 <br /> 909 - (1.85 MiB) 909 + (1.88 MiB) 910 910 </td> 911 911 <td width="5"></td> 912 912 <td valign="top"> 913 913 This binary package features the mixed-mode assembly and contains all 914 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 915 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x64 and the .NET 914 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 915 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x64 and the .NET 916 916 Framework 4.0 are required. 917 917 <br /> 918 - (sha1: e8796d30134e04629eb54bc2f317b11693a74ea7) 918 + (sha1: da620e26f1c05509ecee1d7bf71ccf1342dd8284) 919 919 </td> 920 920 </tr> 921 921 922 922 <tr> 923 923 <td width="10"> </td> 924 924 <td width="30%" valign="top" align="right"> 925 - <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> 925 + <a href="/downloads/1.0.89.0/sqlite-netFx40-binary-x64-2010-1.0.89.0.zip">sqlite-netFx40-binary-x64-2010-1.0.89.0.zip</a> 926 926 <br /> 927 - (1.85 MiB) 927 + (1.88 MiB) 928 928 </td> 929 929 <td width="5"></td> 930 930 <td valign="top"> 931 931 This binary package contains all the binaries for the x64 version of the 932 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 SP1 932 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 SP1 933 933 runtime for x64 and the .NET Framework 4.0 are required. 934 934 <br /> 935 - (sha1: f07c83a7dd9d8aaccd025188ba2685d7dbbf86a4) 935 + (sha1: 33089a091e51be4d06ac53eb0a9f94e3e5498d48) 936 936 </td> 937 937 </tr> 938 938 939 939 <tr> 940 940 <td colspan="4"> 941 941 <b>Precompiled Binaries for 32-bit Windows (.NET Framework 4.5)</b> 942 942 </td> 943 943 </tr> 944 944 945 945 <tr> 946 946 <td width="10"> </td> 947 947 <td width="30%" valign="top" align="right"> 948 - <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> 948 + <a href="/downloads/1.0.89.0/sqlite-netFx45-binary-bundle-Win32-2012-1.0.89.0.zip">sqlite-netFx45-binary-bundle-Win32-2012-1.0.89.0.zip</a> 949 949 <br /> 950 - (1.76 MiB) 950 + (1.79 MiB) 951 951 </td> 952 952 <td width="5"></td> 953 953 <td valign="top"> 954 954 This binary package features the mixed-mode assembly and contains all 955 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 956 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x86 and 955 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 956 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x86 and 957 957 the .NET Framework 4.5 are required. 958 958 <br /> 959 - (sha1: 41333bbe3055b1279350ce4233c7347b88f13427) 959 + (sha1: 4ff9f4baf886cc8568209c1264dbfea11b947160) 960 960 </td> 961 961 </tr> 962 962 963 963 <tr> 964 964 <td width="10"> </td> 965 965 <td width="30%" valign="top" align="right"> 966 - <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> 966 + <a href="/downloads/1.0.89.0/sqlite-netFx45-binary-Win32-2012-1.0.89.0.zip">sqlite-netFx45-binary-Win32-2012-1.0.89.0.zip</a> 967 967 <br /> 968 - (1.81 MiB) 968 + (1.84 MiB) 969 969 </td> 970 970 <td width="5"></td> 971 971 <td valign="top"> 972 972 This binary package contains all the binaries for the x86 version of the 973 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 974 - Update 1 runtime for x86 and the .NET Framework 4.5 are required. 973 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 974 + Update 3 runtime for x86 and the .NET Framework 4.5 are required. 975 975 <br /> 976 - (sha1: 3782443d25a3a03fd2dbcacce9ab2959fc861135) 976 + (sha1: ec06b675463690aaf3b841199cfe092ef764d0ad) 977 977 </td> 978 978 </tr> 979 979 980 980 <tr> 981 981 <td colspan="4"> 982 982 <b>Precompiled Binaries for 64-bit Windows (.NET Framework 4.5)</b> 983 983 </td> 984 984 </tr> 985 985 986 986 <tr> 987 987 <td width="10"> </td> 988 988 <td width="30%" valign="top" align="right"> 989 - <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> 989 + <a href="/downloads/1.0.89.0/sqlite-netFx45-binary-bundle-x64-2012-1.0.89.0.zip">sqlite-netFx45-binary-bundle-x64-2012-1.0.89.0.zip</a> 990 990 <br /> 991 - (1.79 MiB) 991 + (1.82 MiB) 992 992 </td> 993 993 <td width="5"></td> 994 994 <td valign="top"> 995 995 This binary package features the mixed-mode assembly and contains all 996 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 997 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x64 and 996 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 997 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x64 and 998 998 the .NET Framework 4.5 are required. 999 999 <br /> 1000 - (sha1: ed7fba1fc615b4153b507d25f61ed087f347fba3) 1000 + (sha1: 8cfbb81be6ca9facf3f7ed0288285205571fb81f) 1001 1001 </td> 1002 1002 </tr> 1003 1003 1004 1004 <tr> 1005 1005 <td width="10"> </td> 1006 1006 <td width="30%" valign="top" align="right"> 1007 - <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> 1007 + <a href="/downloads/1.0.89.0/sqlite-netFx45-binary-x64-2012-1.0.89.0.zip">sqlite-netFx45-binary-x64-2012-1.0.89.0.zip</a> 1008 1008 <br /> 1009 - (1.86 MiB) 1009 + (1.89 MiB) 1010 1010 </td> 1011 1011 <td width="5"></td> 1012 1012 <td valign="top"> 1013 1013 This binary package contains all the binaries for the x64 version of the 1014 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 1015 - Update 1 runtime for x64 and the .NET Framework 4.5 are required. 1014 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 1015 + Update 3 runtime for x64 and the .NET Framework 4.5 are required. 1016 1016 <br /> 1017 - (sha1: d2364c467df23f691602da57790c963ec3e56f39) 1017 + (sha1: a6079d1af1a7b7f8a45aefbb7d7f32b7e5214bca) 1018 1018 </td> 1019 1019 </tr> 1020 1020 1021 1021 <tr> 1022 1022 <td colspan="4"> 1023 1023 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 2.0 SP2)</b> 1024 1024 </td> 1025 1025 </tr> 1026 1026 1027 1027 <tr> 1028 1028 <td width="10"> </td> 1029 1029 <td width="30%" valign="top" align="right"> 1030 - <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> 1030 + <a href="/downloads/1.0.89.0/sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.89.0.zip">sqlite-netFx20-static-binary-bundle-Win32-2005-1.0.89.0.zip</a> 1031 1031 <br /> 1032 - (1.54 MiB) 1032 + (1.58 MiB) 1033 1033 </td> 1034 1034 <td width="5"></td> 1035 1035 <td valign="top"> 1036 1036 This binary package features the mixed-mode assembly and contains all 1037 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 1038 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x86 is statically 1037 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 1038 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x86 is statically 1039 1039 linked. The .NET Framework 2.0 SP2 is required. 1040 1040 <br /> 1041 - (sha1: 76635459de385d0c05e4503ef01d1c5d3cb06a7a) 1041 + (sha1: cdab73a18f9e99e56d58e7f73da85a8ff0c119d9) 1042 1042 </td> 1043 1043 </tr> 1044 1044 1045 1045 <tr> 1046 1046 <td width="10"> </td> 1047 1047 <td width="30%" valign="top" align="right"> 1048 - <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> 1048 + <a href="/downloads/1.0.89.0/sqlite-netFx20-static-binary-Win32-2005-1.0.89.0.zip">sqlite-netFx20-static-binary-Win32-2005-1.0.89.0.zip</a> 1049 1049 <br /> 1050 - (1.54 MiB) 1050 + (1.57 MiB) 1051 1051 </td> 1052 1052 <td width="5"></td> 1053 1053 <td valign="top"> 1054 1054 This binary package contains all the binaries for the x86 version of the 1055 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 SP1 1055 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 SP1 1056 1056 runtime for x86 is statically linked. The .NET Framework 2.0 SP2 is 1057 1057 required. 1058 1058 <br /> 1059 - (sha1: 4e0f25c447782d988fa0f6e046c67119eb05bff0) 1059 + (sha1: c7104780c97dce9ba377634123ce49a6c4d7af66) 1060 1060 </td> 1061 1061 </tr> 1062 1062 1063 1063 <tr> 1064 1064 <td colspan="4"> 1065 1065 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 2.0 SP2)</b> 1066 1066 </td> 1067 1067 </tr> 1068 1068 1069 1069 <tr> 1070 1070 <td width="10"> </td> 1071 1071 <td width="30%" valign="top" align="right"> 1072 - <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> 1072 + <a href="/downloads/1.0.89.0/sqlite-netFx20-static-binary-bundle-x64-2005-1.0.89.0.zip">sqlite-netFx20-static-binary-bundle-x64-2005-1.0.89.0.zip</a> 1073 1073 <br /> 1074 - (1.68 MiB) 1074 + (1.71 MiB) 1075 1075 </td> 1076 1076 <td width="5"></td> 1077 1077 <td valign="top"> 1078 1078 This binary package features the mixed-mode assembly and contains all 1079 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 1080 - (3.7.17) package. The Visual C++ 2005 SP1 runtime for x64 is statically 1079 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 1080 + (3.8.1) package. The Visual C++ 2005 SP1 runtime for x64 is statically 1081 1081 linked. The .NET Framework 2.0 SP2 is required. 1082 1082 <br /> 1083 - (sha1: 028f2e001712d0f4f893d30f97176d2500a42e6d) 1083 + (sha1: 9e72e049ae51529de53ee113ea4b63320287f1f5) 1084 1084 </td> 1085 1085 </tr> 1086 1086 1087 1087 <tr> 1088 1088 <td width="10"> </td> 1089 1089 <td width="30%" valign="top" align="right"> 1090 - <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> 1090 + <a href="/downloads/1.0.89.0/sqlite-netFx20-static-binary-x64-2005-1.0.89.0.zip">sqlite-netFx20-static-binary-x64-2005-1.0.89.0.zip</a> 1091 1091 <br /> 1092 - (1.67 MiB) 1092 + (1.71 MiB) 1093 1093 </td> 1094 1094 <td width="5"></td> 1095 1095 <td valign="top"> 1096 1096 This binary package contains all the binaries for the x64 version of the 1097 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2005 SP1 1097 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2005 SP1 1098 1098 runtime for x64 is statically linked. The .NET Framework 2.0 SP2 is 1099 1099 required. 1100 1100 <br /> 1101 - (sha1: f4520dd09c6e5be6efb97ac43d0d784cb58ca420) 1101 + (sha1: e475705f290249753af2d004719285f1b3686332) 1102 1102 </td> 1103 1103 </tr> 1104 1104 1105 1105 <tr> 1106 1106 <td colspan="4"> 1107 1107 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 3.5 SP1)</b> 1108 1108 </td> 1109 1109 </tr> 1110 1110 1111 1111 <tr> 1112 1112 <td width="10"> </td> 1113 1113 <td width="30%" valign="top" align="right"> 1114 - <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> 1114 + <a href="/downloads/1.0.89.0/sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.89.0.zip">sqlite-netFx35-static-binary-bundle-Win32-2008-1.0.89.0.zip</a> 1115 1115 <br /> 1116 - (1.99 MiB) 1116 + (2.02 MiB) 1117 1117 </td> 1118 1118 <td width="5"></td> 1119 1119 <td valign="top"> 1120 1120 This binary package features the mixed-mode assembly and contains all 1121 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 1122 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x86 is statically 1121 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 1122 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x86 is statically 1123 1123 linked. The .NET Framework 3.5 SP1 is required. 1124 1124 <br /> 1125 - (sha1: 69884ce857ea8e307807445bbf28e4f4ea7138c7) 1125 + (sha1: 4deead936f31943ace38d94cb748f9cede9cf3d0) 1126 1126 </td> 1127 1127 </tr> 1128 1128 1129 1129 <tr> 1130 1130 <td width="10"> </td> 1131 1131 <td width="30%" valign="top" align="right"> 1132 - <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> 1132 + <a href="/downloads/1.0.89.0/sqlite-netFx35-static-binary-Win32-2008-1.0.89.0.zip">sqlite-netFx35-static-binary-Win32-2008-1.0.89.0.zip</a> 1133 1133 <br /> 1134 - (1.99 MiB) 1134 + (2.02 MiB) 1135 1135 </td> 1136 1136 <td width="5"></td> 1137 1137 <td valign="top"> 1138 1138 This binary package contains all the binaries for the x86 version of the 1139 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 SP1 1139 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 SP1 1140 1140 runtime for x86 is statically linked. The .NET Framework 3.5 SP1 is 1141 1141 required. 1142 1142 <br /> 1143 - (sha1: 7d2653a81f334e2478202174a3188e170ce34bfe) 1143 + (sha1: 304f231fe3f890827cbaf5badf9848763d2db554) 1144 1144 </td> 1145 1145 </tr> 1146 1146 1147 1147 <tr> 1148 1148 <td colspan="4"> 1149 1149 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 3.5 SP1)</b> 1150 1150 </td> 1151 1151 </tr> 1152 1152 1153 1153 <tr> 1154 1154 <td width="10"> </td> 1155 1155 <td width="30%" valign="top" align="right"> 1156 - <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> 1156 + <a href="/downloads/1.0.89.0/sqlite-netFx35-static-binary-bundle-x64-2008-1.0.89.0.zip">sqlite-netFx35-static-binary-bundle-x64-2008-1.0.89.0.zip</a> 1157 1157 <br /> 1158 - (2.02 MiB) 1158 + (2.06 MiB) 1159 1159 </td> 1160 1160 <td width="5"></td> 1161 1161 <td valign="top"> 1162 1162 This binary package features the mixed-mode assembly and contains all 1163 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 1164 - (3.7.17) package. The Visual C++ 2008 SP1 runtime for x64 is statically 1163 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 1164 + (3.8.1) package. The Visual C++ 2008 SP1 runtime for x64 is statically 1165 1165 linked. The .NET Framework 3.5 SP1 is required. 1166 1166 <br /> 1167 - (sha1: f7abf287b554b1688760758a409a5909e1b831d3) 1167 + (sha1: 63509b29a7e83b096e470b561ba93a8dd74871d9) 1168 1168 </td> 1169 1169 </tr> 1170 1170 1171 1171 <tr> 1172 1172 <td width="10"> </td> 1173 1173 <td width="30%" valign="top" align="right"> 1174 - <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> 1174 + <a href="/downloads/1.0.89.0/sqlite-netFx35-static-binary-x64-2008-1.0.89.0.zip">sqlite-netFx35-static-binary-x64-2008-1.0.89.0.zip</a> 1175 1175 <br /> 1176 - (2.02 MiB) 1176 + (2.05 MiB) 1177 1177 </td> 1178 1178 <td width="5"></td> 1179 1179 <td valign="top"> 1180 1180 This binary package contains all the binaries for the x64 version of the 1181 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2008 SP1 1181 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2008 SP1 1182 1182 runtime for x64 is statically linked. The .NET Framework 3.5 SP1 is 1183 1183 required. 1184 1184 <br /> 1185 - (sha1: 99cbad37ec9759a0193185ea608402851c85a607) 1185 + (sha1: 3e0176132a9cd8db6ca219ae7013d45b8f07f51f) 1186 1186 </td> 1187 1187 </tr> 1188 1188 1189 1189 <tr> 1190 1190 <td colspan="4"> 1191 1191 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.0)</b> 1192 1192 </td> 1193 1193 </tr> 1194 1194 1195 1195 <tr> 1196 1196 <td width="10"> </td> 1197 1197 <td width="30%" valign="top" align="right"> 1198 - <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> 1198 + <a href="/downloads/1.0.89.0/sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.89.0.zip">sqlite-netFx40-static-binary-bundle-Win32-2010-1.0.89.0.zip</a> 1199 1199 <br /> 1200 - (2.05 MiB) 1200 + (2.08 MiB) 1201 1201 </td> 1202 1202 <td width="5"></td> 1203 1203 <td valign="top"> 1204 1204 This binary package features the mixed-mode assembly and contains all 1205 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 1206 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x86 is statically 1205 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 1206 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x86 is statically 1207 1207 linked. The .NET Framework 4.0 is required. 1208 1208 <br /> 1209 - (sha1: 6d20c54b1092aed213f34cb3f450bf9e1bd9cdbe) 1209 + (sha1: 5fdadb9771555ff1340bb2f3e4d10c2a3db1b242) 1210 1210 </td> 1211 1211 </tr> 1212 1212 1213 1213 <tr> 1214 1214 <td width="10"> </td> 1215 1215 <td width="30%" valign="top" align="right"> 1216 - <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> 1216 + <a href="/downloads/1.0.89.0/sqlite-netFx40-static-binary-Win32-2010-1.0.89.0.zip">sqlite-netFx40-static-binary-Win32-2010-1.0.89.0.zip</a> 1217 1217 <br /> 1218 - (2.04 MiB) 1218 + (2.07 MiB) 1219 1219 </td> 1220 1220 <td width="5"></td> 1221 1221 <td valign="top"> 1222 1222 This binary package contains all the binaries for the x86 version of the 1223 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 SP1 1223 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 SP1 1224 1224 runtime for x86 is statically linked. The .NET Framework 4.0 is 1225 1225 required. 1226 1226 <br /> 1227 - (sha1: 9d0a9dff7d66f860f540caa9799e75da29b44b5b) 1227 + (sha1: 790ac77ff205095b85f1a9ec9e36fe5499b2c425) 1228 1228 </td> 1229 1229 </tr> 1230 1230 1231 1231 <tr> 1232 1232 <td colspan="4"> 1233 1233 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.0)</b> 1234 1234 </td> 1235 1235 </tr> 1236 1236 1237 1237 <tr> 1238 1238 <td width="10"> </td> 1239 1239 <td width="30%" valign="top" align="right"> 1240 - <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> 1240 + <a href="/downloads/1.0.89.0/sqlite-netFx40-static-binary-bundle-x64-2010-1.0.89.0.zip">sqlite-netFx40-static-binary-bundle-x64-2010-1.0.89.0.zip</a> 1241 1241 <br /> 1242 - (2.05 MiB) 1242 + (2.08 MiB) 1243 1243 </td> 1244 1244 <td width="5"></td> 1245 1245 <td valign="top"> 1246 1246 This binary package features the mixed-mode assembly and contains all 1247 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 1248 - (3.7.17) package. The Visual C++ 2010 SP1 runtime for x64 is statically 1247 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 1248 + (3.8.1) package. The Visual C++ 2010 SP1 runtime for x64 is statically 1249 1249 linked. The .NET Framework 4.0 is required. 1250 1250 <br /> 1251 - (sha1: 3aaccefeb3b7953423f32de0fedfc1e7a778c0f4) 1251 + (sha1: a72b4e652f7dab0ef80eaae99973c94f4b93bb40) 1252 1252 </td> 1253 1253 </tr> 1254 1254 1255 1255 <tr> 1256 1256 <td width="10"> </td> 1257 1257 <td width="30%" valign="top" align="right"> 1258 - <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> 1258 + <a href="/downloads/1.0.89.0/sqlite-netFx40-static-binary-x64-2010-1.0.89.0.zip">sqlite-netFx40-static-binary-x64-2010-1.0.89.0.zip</a> 1259 1259 <br /> 1260 - (2.04 MiB) 1260 + (2.07 MiB) 1261 1261 </td> 1262 1262 <td width="5"></td> 1263 1263 <td valign="top"> 1264 1264 This binary package contains all the binaries for the x64 version of the 1265 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2010 SP1 1265 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2010 SP1 1266 1266 runtime for x64 is statically linked. The .NET Framework 4.0 is 1267 1267 required. 1268 1268 <br /> 1269 - (sha1: 3ae44bad6730d75f62181b6f0286a2b7eaeb8f90) 1269 + (sha1: aa77ecd69800a1299477028ec52abee945a059ab) 1270 1270 </td> 1271 1271 </tr> 1272 1272 1273 1273 <tr> 1274 1274 <td colspan="4"> 1275 1275 <b>Precompiled Statically-Linked Binaries for 32-bit Windows (.NET Framework 4.5)</b> 1276 1276 </td> 1277 1277 </tr> 1278 1278 1279 1279 <tr> 1280 1280 <td width="10"> </td> 1281 1281 <td width="30%" valign="top" align="right"> 1282 - <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> 1282 + <a href="/downloads/1.0.89.0/sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.89.0.zip">sqlite-netFx45-static-binary-bundle-Win32-2012-1.0.89.0.zip</a> 1283 1283 <br /> 1284 - (2.09 MiB) 1284 + (2.12 MiB) 1285 1285 </td> 1286 1286 <td width="5"></td> 1287 1287 <td valign="top"> 1288 1288 This binary package features the mixed-mode assembly and contains all 1289 - the binaries for the x86 version of the System.Data.SQLite 1.0.88.0 1290 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x86 is 1289 + the binaries for the x86 version of the System.Data.SQLite 1.0.89.0 1290 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x86 is 1291 1291 statically linked. The .NET Framework 4.5 is required. 1292 1292 <br /> 1293 - (sha1: 84357f9bac730bad2cdf7de133340a2139e93588) 1293 + (sha1: 200f07f317b005c9b9672afc9b363c7b939e4ecb) 1294 1294 </td> 1295 1295 </tr> 1296 1296 1297 1297 <tr> 1298 1298 <td width="10"> </td> 1299 1299 <td width="30%" valign="top" align="right"> 1300 - <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> 1300 + <a href="/downloads/1.0.89.0/sqlite-netFx45-static-binary-Win32-2012-1.0.89.0.zip">sqlite-netFx45-static-binary-Win32-2012-1.0.89.0.zip</a> 1301 1301 <br /> 1302 - (2.13 MiB) 1302 + (2.16 MiB) 1303 1303 </td> 1304 1304 <td width="5"></td> 1305 1305 <td valign="top"> 1306 1306 This binary package contains all the binaries for the x86 version of the 1307 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 1308 - Update 1 runtime for x86 is statically linked. The .NET Framework 4.5 1307 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 1308 + Update 3 runtime for x86 is statically linked. The .NET Framework 4.5 1309 1309 is required. 1310 1310 <br /> 1311 - (sha1: 1d94d5c5f902a1f2cf6ccc91af29ee42db62c2f6) 1311 + (sha1: ea3d198d880c33fc8f617db2a3ca1308b21ba449) 1312 1312 </td> 1313 1313 </tr> 1314 1314 1315 1315 <tr> 1316 1316 <td colspan="4"> 1317 1317 <b>Precompiled Statically-Linked Binaries for 64-bit Windows (.NET Framework 4.5)</b> 1318 1318 </td> 1319 1319 </tr> 1320 1320 1321 1321 <tr> 1322 1322 <td width="10"> </td> 1323 1323 <td width="30%" valign="top" align="right"> 1324 - <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> 1324 + <a href="/downloads/1.0.89.0/sqlite-netFx45-static-binary-bundle-x64-2012-1.0.89.0.zip">sqlite-netFx45-static-binary-bundle-x64-2012-1.0.89.0.zip</a> 1325 1325 <br /> 1326 - (2.05 MiB) 1326 + (2.08 MiB) 1327 1327 </td> 1328 1328 <td width="5"></td> 1329 1329 <td valign="top"> 1330 1330 This binary package features the mixed-mode assembly and contains all 1331 - the binaries for the x64 version of the System.Data.SQLite 1.0.88.0 1332 - (3.7.17) package. The Visual C++ 2012 Update 1 runtime for x64 is 1331 + the binaries for the x64 version of the System.Data.SQLite 1.0.89.0 1332 + (3.8.1) package. The Visual C++ 2012 Update 3 runtime for x64 is 1333 1333 statically linked. The .NET Framework 4.5 is required. 1334 1334 <br /> 1335 - (sha1: 4e41c7b0dd7acd5df89c56eae2946fc34d3163a6) 1335 + (sha1: 30aa93a1b8f63215acd133e36a8ee6fd2d81e21d) 1336 1336 </td> 1337 1337 </tr> 1338 1338 1339 1339 <tr> 1340 1340 <td width="10"> </td> 1341 1341 <td width="30%" valign="top" align="right"> 1342 - <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> 1342 + <a href="/downloads/1.0.89.0/sqlite-netFx45-static-binary-x64-2012-1.0.89.0.zip">sqlite-netFx45-static-binary-x64-2012-1.0.89.0.zip</a> 1343 1343 <br /> 1344 - (2.12 MiB) 1344 + (2.15 MiB) 1345 1345 </td> 1346 1346 <td width="5"></td> 1347 1347 <td valign="top"> 1348 1348 This binary package contains all the binaries for the x64 version of the 1349 - System.Data.SQLite 1.0.88.0 (3.7.17) package. The Visual C++ 2012 1350 - Update 1 runtime for x64 is statically linked. The .NET Framework 4.5 1349 + System.Data.SQLite 1.0.89.0 (3.8.1) package. The Visual C++ 2012 1350 + Update 3 runtime for x64 is statically linked. The .NET Framework 4.5 1351 1351 is required. 1352 1352 <br /> 1353 - (sha1: 081547e365414520d58ed43e258acc7bca5da817) 1353 + (sha1: d6833fecbd18158cc8c842f612d78580d5c338fe) 1354 1354 </td> 1355 1355 </tr> 1356 1356 1357 1357 <tr> 1358 1358 <td colspan="4"> 1359 1359 <b>Precompiled Binaries for Windows CE (.NET Compact Framework 3.5)</b> 1360 1360 </td> 1361 1361 </tr> 1362 1362 1363 1363 <tr> 1364 1364 <td width="10"> </td> 1365 1365 <td width="30%" valign="top" align="right"> 1366 - <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> 1366 + <a href="/downloads/1.0.89.0/sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.89.0.zip">sqlite-netFx35-binary-PocketPC-ARM-2008-1.0.89.0.zip</a> 1367 1367 <br /> 1368 - (0.98 MiB) 1368 + (1.01 MiB) 1369 1369 </td> 1370 1370 <td width="5"></td> 1371 1371 <td valign="top"> 1372 1372 This binary package contains all the binaries for the PocketPC version 1373 - of the System.Data.SQLite 1.0.88.0 (3.7.17) package. The .NET Compact 1373 + of the System.Data.SQLite 1.0.89.0 (3.8.1) package. The .NET Compact 1374 1374 Framework 3.5 is required. 1375 1375 <br /> 1376 - (sha1: bd874a4536b98033aec602fc5b67de39bd2d447c) 1376 + (sha1: bb812fa516ff21f41b9104e6f85f5e2ae6e619de) 1377 1377 </td> 1378 1378 </tr> 1379 1379 1380 1380 <tr> 1381 1381 <td colspan="4"> 1382 1382 <b>Official NuGet Packages</b> 1383 1383 </td> 1384 1384 </tr> 1385 1385 1386 1386 <tr> 1387 1387 <td width="10"> </td> 1388 1388 <td width="30%" valign="top" align="right"> 1389 - <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.88.0">System.Data.SQLite.1.0.88.0.nupkg</a> 1389 + <a href="http://nuget.org/api/v2/package/System.Data.SQLite/1.0.89.0">System.Data.SQLite.1.0.89.0.nupkg</a> 1390 1390 <br /> 1391 - (3.29 MiB) 1391 + (3.59 MiB) 1392 1392 </td> 1393 1393 <td width="5"></td> 1394 1394 <td valign="top"> 1395 1395 This NuGet package contains all the binaries for both the x86 and x64 1396 - versions of System.Data.SQLite 1.0.88.0 (3.7.17). The .NET Framework 1396 + versions of System.Data.SQLite 1.0.89.0 (3.8.1). The .NET Framework 1397 1397 3.5 SP1, 4.0, or 4.5 is required. For the included native binaries, the 1398 1398 version of the Visual C++ runtime corresponding to the .NET Framework 1399 1399 used by the associated managed assembly is statically linked. 1400 1400 <br /> 1401 - (sha1: e2734031fa48ae20878dfa93e48118f2156ac01b) 1401 + (sha1: a95a465bc6c583377c5e117fd1d87c95444e32de) 1402 1402 </td> 1403 1403 </tr> 1404 1404 1405 1405 <tr> 1406 1406 <td width="10"> </td> 1407 1407 <td width="30%" valign="top" align="right"> 1408 - <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> 1408 + <a href="http://nuget.org/api/v2/package/System.Data.SQLite.MSIL/1.0.89.0">System.Data.SQLite.MSIL.1.0.89.0.nupkg</a> 1409 1409 <br /> 1410 - (0.38 MiB) 1410 + (0.60 MiB) 1411 1411 </td> 1412 1412 <td width="5"></td> 1413 1413 <td valign="top"> 1414 1414 This NuGet package contains the managed binaries for System.Data.SQLite 1415 - 1.0.88.0. The .NET Framework 3.5 SP1, 4.0, or 4.5 is required. 1415 + 1.0.89.0. The .NET Framework 3.5 SP1, 4.0, or 4.5 is required. 1416 1416 <br /> 1417 1417 <big><b>This NuGet package does not include any code from the native 1418 1418 SQLite core library and will not work properly without the native 1419 1419 assembly "SQLite.Interop.dll" compiled for the processor 1420 1420 architecture of the host process being present in a directory in the 1421 1421 native library search path.</b></big> 1422 1422 <br /> 1423 - (sha1: 31ca66e40a5b2ca07a5a812062c33997f66b5164) 1423 + (sha1: 26363f2c29fd3320e0bde30dafe9baaed64774e4) 1424 1424 </td> 1425 1425 </tr> 1426 1426 1427 1427 <tr> 1428 1428 <td width="10"> </td> 1429 1429 <td width="30%" valign="top" align="right"> 1430 - <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> 1430 + <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x86/1.0.89.0">System.Data.SQLite.x86.1.0.89.0.nupkg</a> 1431 1431 <br /> 1432 - (1.67 MiB) 1432 + (1.92 MiB) 1433 1433 </td> 1434 1434 <td width="5"></td> 1435 1435 <td valign="top"> 1436 1436 This NuGet package contains all the binaries for the x86 version of 1437 - System.Data.SQLite 1.0.88.0 (3.7.17). The .NET Framework 3.5 SP1, 1437 + System.Data.SQLite 1.0.89.0 (3.8.1). The .NET Framework 3.5 SP1, 1438 1438 4.0, or 4.5 is required. For the included native binaries, the version 1439 1439 of the Visual C++ runtime corresponding to the .NET Framework used by 1440 1440 the associated managed assembly is statically linked. 1441 1441 <br /> 1442 - (sha1: a119b92fd2a643ea5c87adf123a452d4a9fc4a99) 1442 + (sha1: 47d3200c456ff4f98a1d9ea163c96791dd540c83) 1443 1443 </td> 1444 1444 </tr> 1445 1445 1446 1446 <tr> 1447 1447 <td width="10"> </td> 1448 1448 <td width="30%" valign="top" align="right"> 1449 - <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> 1449 + <a href="http://nuget.org/api/v2/package/System.Data.SQLite.x64/1.0.89.0">System.Data.SQLite.x64.1.0.89.0.nupkg</a> 1450 1450 <br /> 1451 - (1.88 MiB) 1451 + (2.14 MiB) 1452 1452 </td> 1453 1453 <td width="5"></td> 1454 1454 <td valign="top"> 1455 1455 This NuGet package contains all the binaries for the x64 version of 1456 - System.Data.SQLite 1.0.88.0 (3.7.17). The .NET Framework 3.5 SP1, 1456 + System.Data.SQLite 1.0.89.0 (3.8.1). The .NET Framework 3.5 SP1, 1457 1457 4.0, or 4.5 is required. For the included native binaries, the version 1458 1458 of the Visual C++ runtime corresponding to the .NET Framework used by 1459 1459 the associated managed assembly is statically linked. 1460 1460 <br /> 1461 - (sha1: 7f269a78a1f92604408ed5e335fab1d20e83cbef) 1461 + (sha1: 73379f5ae93f0709ce353333a31dbc4f311140c7) 1462 1462 </td> 1463 1463 </tr> 1464 1464 1465 1465 <tr> 1466 1466 <td colspan="4"> 1467 1467 <b>Legacy Versions</b> 1468 1468 </td>
Changes to www/news.wiki.
1 1 <title>News</title> 2 2 3 3 <b>Version History</b> 4 4 5 5 <p> 6 - <b>1.0.89.0 - October XX, 2013 <font color="red">(release scheduled)</font></b> 6 + <b>1.0.89.0 - October 28, 2013</b> 7 7 </p> 8 8 <ul> 9 9 <li>Updated to [http://www.sqlite.org/releaselog/3_8_1.html|SQLite 3.8.1].</li> 10 10 <li>Add AutoCommit property to the SQLiteConnection class. Fix for [9ba9346f75].</li> 11 11 <li>Use declared column sizes for the AnsiStringFixedLength and StringFixedLength mapped database types. Fix for [3113734605].</li> 12 12 <li>Check the result of sqlite3_column_name function against NULL.</li> 13 13 <li>Return false for the SQLiteParameterCollection.IsSynchronized property because it is not thread-safe.</li>