SQLite for Mac、ソフトウェア教育、ソフトウェアダウンロード、ソフトウェアコミュニティ、Windowsソフトウェア、Macソフトウェア

SQLite 3.16.0

SQLite for Mac は、自己完結型のサーバーレスでゼロ設定のトランザクション型 SQL データベースエンジンをインプロセスライブラリとして実装しています。 SQLite のコードはパブリックドメインに属しており、商用または民間の目的に自由に使用できます。 SQLite は、世界で最も広く配備されているデータベースであり、数多くの重要なプロジェクトを含め、数多くのアプリケーションを数多く備えています.

SQLite 機能:
システムクラッシュや停電後も、トランザクションはアトミック、一貫性、独立性、耐久性(ACID)ゼロコンフィギュレーション - セットアップや管理は不要です。部分インデックスや共通テーブル式などの高度な機能を備えた SQL の完全実装。 (省略された機能)完全なデータベースは、単一のクロスプラットフォームのディスクファイルに格納されています。アプリケーションファイル形式として使用するのに適しています。テラバイトサイズのデータ​​ベースとギガバイトサイズの文字列とブロブをサポートします。 (limits.html を参照してください)小さなコードフットプリント:500KiB 未満の完全構成、またはオプション機能を省略したシンプルで使いやすい API。 ANSI- C で書かれています。 TCL バインディングが含まれています。別途入手可能な他の多くの言語用のバインディング。ブランチテストのカバレッジが 100%のよくコメントされたソースコード。コンパイルが容易で大規模なプロジェクトに簡単に追加できる、単一の ANSI- C ソースコードファイルとして利用できます。自己完結型:外部依存関係はありません。クロスプラットフォーム:Android、* BSD、iOS、Linux、Mac、Solaris、VxWorks、Windows(Win32、WinCE、WinRT)は、サポートされています。他のシステムに簡単に移植できます。ソースはパブリックドメインにあります。任意の目的のために使用してください。 SQLite データベースの管理に使用できるスタンドアロンのコマンドラインインターフェイス(CLI)クライアントが付属しています。その他:SQLite for Windows

をダウンロード

ファイルのバージョン SQLite 3.16.0
ファイル名 sqlite-tools-osx-x86-3160000.zip
ファイルサイズ 1.77 MB
オペレーティングシステム Mac OS X
ソフトウェアタイプ Freeware
著者 Richard Hipp
更新日 https://sqlite.org/
更新時間 2017-01-03
ログを更新する

What's new in this version:

- Uses 9% fewer CPU cycles. (See the CPU performance measurement report for details on how the this performance increase was computed.)
- Added experimental support for PRAGMA functions
- Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config()
- Enhance the date and time functions so that the 'unixepoch' modifier works for the full span of supported dates
- Changed the default configuration of the lookaside memory allocator from 500 slots of 128 bytes each into 125 slots of 512 bytes each
- Enhanced "WHERE x NOT NULL" partial indexes so that they are usable if the "x" column appears in a LIKE or GLOB operator
- Enhanced sqlite3_interrupt() so that it interrupts checkpoint operations that are in process
- Enhanced the LIKE and GLOB matching algorithm to be faster for cases when the pattern contains multiple wildcards
- Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode
- Added ".mode quote" to the command-line shell
- Added ".lint fkey-indexes" to the command-line shell
- Added the .imposter dot-command to the command-line shell
- Added the remember(V,PTR) SQL function as a loadable extension
- Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE to better reflect the implications of using it

Bug Fixes:
- Fix a long-standing bug in the query planner that caused incorrect results on a LEFT JOIN where the left-hand table is a subquery and the join constraint is a bare column name coming from the left-hand subquery. Ticket 2df0107b
- Correctly handle the integer literal -0x8000000000000000 in the query planner

ファイルのダウンロード Download