2010/08/30
SQLite Release 3.7.2.0 (정적/동적 라이브러리 포함)
2010 August 24 (3.7.2)
2010 August 23 (3.7.1)
<
Original Post : http://neodreamer-dev.tistory.com/457
- Fix an old and very obscure bug that can lead to corruption of the database free-page list when incremental_vacuum is used.
2010 August 23 (3.7.1)
- Added new commands SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_DBSTATUS_STMT_USED to the sqlite3_db_status() interface, in order to report out the amount of memory used to hold the schema and prepared statements of a connection.
- Increase the maximum size of a database pages from 32KiB to 64KiB.
- Use the LIKE optimization even if the right-hand side string contains no wildcards.
- Added the SQLITE_FCNTL_CHUNK_SIZE verb to the sqlite3_file_control() interface for both unix and windows, to cause database files to grow in large chunks in order to reduce disk fragmentation.
- Fixed a bug in the query planner that caused performance regresssions relative to 3.6.23.1 on some complex joins.
- Fixed a typo in the OS/2 backend.
- Refactored the pager module.
- The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored. The maximum page size is hard-coded at 65536 bytes.
<
Original Post : http://neodreamer-dev.tistory.com/457
Labels:
SQLite
,
SQLite for C++ Builder
,
SQLite for Visual C++
,
SQLite library
,
SQLite Static Library
,
TistoryOldPost
,
데이터베이스
,
로컬 데이터베이스
,
무료 데이터베이스
2010/08/05
SQLite Release 3.7.0.1 (정적/동적 라이브러리 포함)
이번 버전에서 바뀐 사항
- Fix a potential database corruption problem that can result if the same database file is alternately written by version 3.7.0 and 3.6.23.1. See ticket [51ae9cad31] for details.
- Fix a possible performance regression caused by the introduction of automatic indexing.
Labels:
SQLite
,
SQLite for C++ Builder
,
SQLite for Visual C++
,
SQLite library
,
TistoryOldPost
,
로컬 데이터베이스
,
무료 데이터베이스
Subscribe to:
Posts
(
Atom
)