Showing posts with label 무료 데이터베이스. Show all posts
Showing posts with label 무료 데이터베이스. Show all posts
2011/04/25
SQLite 3.7.6.2 Released!!
Version 3.7.6.2 (2011 April 17)
- Fix the function prototype for the open(2) system call to agree with POSIX. Without this fix, pthreads does not work correctly on NetBSD.
- SQLITE_SOURCE_ID: "2011-04-17 17:25:17 154ddbc17120be2915eb03edc52af1225eb7cb5e"
- SHA1 for sqlite3.c: 806577fd524dd5f3bfd8d4d27392ed2752bc9701
Labels:
Free Database
,
Local Database
,
SQLite
,
TistoryOldPost
,
무료 데이터베이스
2011/04/11
간편한 SQLite 관리 프로그램 - SQLiteSpy 1.9.0
SQLiteSpy 화면 (출처:홈페이지)
SQLiteSpy 는 작고 간편한 SQLite 관리 프로그램이다.
오랜만에 업데이트가 되었는데 홈페이지가 불안정 해서이지 접속이 원활하지 않은 경우가 많다.
이번 버전은 변경 사항은 아래와 같다.
SQLiteSpy 1.9.0 (2011/03/02)
- Support for loadable extensions compiled with "fastcall" (C++ Builder) or "register" (Delphi) calling conventions.
- Update built-in DB engine to pre SQLite 3.7.6 (DISQLite3 2.3.4).
- On database close, open an in-memory database (:memory:).
SQLiteSpy Homepage
&
Original Post : http://neodreamer-dev.tistory.com/533
Labels:
Free Database
,
SQLite
,
SQLite Admin
,
SQLite GUI
,
SQLiteSpy
,
TistoryOldPost
,
무료 데이터베이스
2011/01/13
SQLiteSpy 1.8.16
홈페이지에서 다운로드 받기가 너무 어렵다. 접속이 되지 않을 때가 너무 많다.
홈페이지 http://www.yunqa.de
Labels:
Free Database
,
Local Database
,
SQLite
,
SQLiteSpy
,
TistoryOldPost
,
무료 데이터베이스
2010/12/09
SQLite Release 3.7.4.0 (정적/동적 라이브러리 포함)
SQLite 가 버전업이 되었다. 3.7.2 버전 미만을 사용하고 있을경우 업그레이드를 권장하고 있다.
SQLite Release 3.7.4 On 2010 December 08 (3.7.4)
SQLite Homepage
SQLite Release 3.7.4 On 2010 December 08 (3.7.4)
- Added the sqlite3_blob_reopen() interface to allow an existing sqlite3_blob object to be rebound to a new row.
- Use the new sqlite3_blob_reopen() interface to improve the performance of FTS.
- VFSes that do not support shared memory are allowed to access WAL databases if PRAGMA locking_mode is set to EXCLUSIVE.
- Enhancements to EXPLAIN QUERY PLAN.
- Added the sqlite3_stmt_readonly() interface.
- Added PRAGMA checkpoint_fullfsync.
- Added the SQLITE_FCNTL_FILE_POINTER option to sqlite3_file_control().
- Added support for FTS4 and enhancements to the FTS matchinfo() function.
- Added the test_superlock.c module which provides example code for obtaining an exclusive lock to a rollback or WAL database.
- Added the test_multiplex.c module which provides an example VFS that provides multiplexing (sharding) of a DB, splitting it over multiple files of fixed size.
- A very obscure bug associated with the or optimization was fixed.
이번 버전 역시 정적 라이브러리 컴파일 시도 할 때 sqlite3rtree.h 파일이 없어 sqlite-src-3070400.zip\sqlite-src-3070400\ext\rtree\ 에 포함되어 있던 파일을 이용하였다.
SQLite Homepage
Labels:
SQLite 3.7.4
,
SQLite library
,
SQLite Static Library
,
TistoryOldPost
,
무료 데이터베이스
,
무료 로컬 데이터베이스
2010/10/28
SQLite Release 3.7.3.0 (정적/동적 라이브러리 포함)
SQLite Release 3.7.3 On 2010 October 08 (3.7.3)
- Added the sqlite3_create_function_v2() interface that includes a destructor callback.
- Added support for custom r-tree queries using application-supplied callback routines to define the boundary of the query region.
- The default page cache strives more diligently to avoid using memory beyond what is allocated to it by SQLITE_CONFIG_PAGECACHE. Or if using page cache is allocating from the heap, it strives to avoid going over the sqlite3_soft_heap_limit64(), even if SQLITE_ENABLE_MEMORY_MANAGEMENT is not set.
- Added the sqlite3_soft_heap_limit64() interface as a replacement for sqlite3_soft_heap_limit().
- The ANALYZE command now gathers statistics on tables even if they have no indices.
- Tweaks to the query planner to help it do a better job of finding the most efficient query plan for each query.
- Enhanced the internal text-to-numeric conversion routines so that they work with UTF8 or UTF16, thereby avoiding some UTF16-to-UTF8 text conversions.
- Fix a problem that was causing excess memory usage with large WAL transactions in win32 systems.
- The interface between the VDBE and B-Tree layer is enhanced such that the VDBE provides hints to the B-Tree layer letting the B-Tree layer know when it is safe to use hashing instead of B-Trees for transient tables.
- Miscellaneous documentation enhancements.
이번 버전에서는 정적 라이브러리를 만들기 위해 컴파일을 시도 하면 sqlite3rtree.h 파일을 찾을 수 없다는 에러 메세지가 발생하였다. 이 문제에 대한 자료를 찾기가 어려워 우선 sqlite3rtree.h 파일을 sqlite-3.7.3.tar.gz 파일에서 찾아(sqlite-3.7.3.tar.gz\sqlite-3.7.3.tar\sqlite-3.7.3\ext\rtree\) 넣어 컴파일을 하였다
Labels:
Free Database
,
SQLite
,
SQLite 64bit Dll
,
SQLite for C++ Builder
,
SQLite for Visual C++
,
SQLite library
,
SQLite Static Library
,
TistoryOldPost
,
무료 데이터베이스
2010/10/04
Firebird 2.5 정식 Release!!
Firebird 2.5가 기나긴 RC 버전 뒤로하고 정식 버전을 공개하였다.
Labels:
firebird
,
Firebird 2.5
,
FREE
,
Free RDBMS
,
RDBMS
,
TistoryOldPost
,
무료
,
무료 데이터베이스
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
,
로컬 데이터베이스
,
무료 데이터베이스
2010/07/22
SQLite 3.7.0 Released!!
SQLite 3.7.0 버전에서 바뀐 사항.
- Added support for write-ahead logging.
- Query planner enhancement - automatic transient indices are created when doing so reduces the estimated query time.
- Query planner enhancement - the ORDER BY becomes a no-op if the query also contains a GROUP BY clause that forces the correct output order.
- Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status().
- The logical database size is now stored in the database header so that bytes can be appended to the end of the database file without corrupting it and so that SQLite will work correctly on systems that lack support for ftruncate().
Labels:
Free Local Database
,
Local Database
,
SQLite
,
TistoryOldPost
,
무료 데이터베이스
2010/01/06
SQLite 3.6.22 Released & Library (Static, Dynamic)
3.6.22 ( 2010/01/06 ) 에서 변경된 사항
SQLite homepage
SQLite Library for C++ Builder (DLL 및 정적라이브러리)
SQLite Library for Visual C++ ( DLL 및 정적라이브러리 32/64bit)
<
Original Post : http://neodreamer-dev.tistory.com/355
- Fix bugs that can (rarely) lead to incorrect query results when the CAST or OR operators are used in the WHERE clause of a query.
- Continuing enhancements and improvements to FTS3.
- Other miscellanous bug fixes.
SQLite homepage
SQLite Library for C++ Builder (DLL 및 정적라이브러리)
SQLite Library for Visual C++ ( DLL 및 정적라이브러리 32/64bit)
<
Original Post : http://neodreamer-dev.tistory.com/355
Labels:
Database
,
Free Database
,
Local Database
,
SQLite
,
SQLite 64bit Dll
,
SQLite Dll
,
SQLite for C++ Builder
,
SQLite for Visual C++
,
SQLite library
,
SQLite Static Library
,
TistoryOldPost
,
데이터베이스
,
로컬 데이터베이스
,
무료 데이터베이스
2009/12/14
SQLite 3.6.21 Library ( VC x86, VC x64, BCC )
SQLite 3.6.21 버전의 라이브러리 파일이다.
VC 의 동적라이브러리는 새롭게 알게된 방법으로 만들었으며 테스트도 해 보았다.
+ 2009/12/16
이상하게도 Windows 7 에서 만들어진 Library가 XP 에서 정상동작을 하지 않는 것 같다. Visual C++ 을 최신 업데이트를 하면 동작을 하는 것 같은데 아직 확실치 않아서 Visual C++ 용 라이브러리를 XP 에서 다시 만들었다.
SQLite homepage<
Original Post : http://neodreamer-dev.tistory.com/346
VC 의 동적라이브러리는 새롭게 알게된 방법으로 만들었으며 테스트도 해 보았다.
+ 2009/12/16
이상하게도 Windows 7 에서 만들어진 Library가 XP 에서 정상동작을 하지 않는 것 같다. Visual C++ 을 최신 업데이트를 하면 동작을 하는 것 같은데 아직 확실치 않아서 Visual C++ 용 라이브러리를 XP 에서 다시 만들었다.
SQLite homepage<
Original Post : http://neodreamer-dev.tistory.com/346
Labels:
SQLite
,
SQLite for C++ Builder
,
SQLite for Visual C++
,
SQLite library
,
SQLite Static Library
,
TistoryOldPost
,
무료 데이터베이스
,
무료데이터베이스
2009/11/30
Firebird isql을 이용한 데이터베이스 생성하기(Windows)
Firebird 의 Interactive SQL Tool 인 isql 을 이용하여 데이터베이스를 생성하는 방법이다.
일단 Firebird를 설치하고 isql을 실행시켜 데이터베이스 생성 스크립트를 실행을 하면 아래와 같은 에러 메세지를 보게 된다.
이 메세지는 사용자 이름과 암호를 설정하지 않아서 발생하는 에러이다. 사용자 이름과 암호를 설정하는 방법은 몇가지가 있다. 그중에서 환경 설정에 지정하는 방법과 isql 을 실행할 때 사용자 이름과 암호를 명시하는 방법이 있다.
우선 전자의 경우 도스 명령어의 Set 명령을 이용하여 사용자 이름과 암호를 지정하고 isql을 실행하여 데이터베이스를 생성하는 방법이다.
두 번째로 isql 실행시 사용자 이름과 암호를 지정하는 방법이다.
일단 Firebird를 설치하고 isql을 실행시켜 데이터베이스 생성 스크립트를 실행을 하면 아래와 같은 에러 메세지를 보게 된다.
C:\Program Files\Firebird\Firebird_2_1\bin>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'e: est.fdb';
Statement failed, SQLCODE = -902
Your user name and password are not defined. Ask your database administrator to
set up a Firebird login.
이 메세지는 사용자 이름과 암호를 설정하지 않아서 발생하는 에러이다. 사용자 이름과 암호를 설정하는 방법은 몇가지가 있다. 그중에서 환경 설정에 지정하는 방법과 isql 을 실행할 때 사용자 이름과 암호를 명시하는 방법이 있다.
우선 전자의 경우 도스 명령어의 Set 명령을 이용하여 사용자 이름과 암호를 지정하고 isql을 실행하여 데이터베이스를 생성하는 방법이다.
C:\Program Files\Firebird\Firebird_2_1\bin>SET ISC_USER=sysdba
C:\Program Files\Firebird\Firebird_2_1\bin>SET ISC_PASSWORD=masterkey
C:\Program Files\Firebird\Firebird_2_1\bin>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'e: est.fdb';
SQL>
두 번째로 isql 실행시 사용자 이름과 암호를 지정하는 방법이다.
C:\Program Files\Firebird\Firebird_2_1\bin>isql -user sysdba -password masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'e: est1.fdb';
SQL>
Original Post : http://neodreamer-dev.tistory.com/340
Labels:
Database
,
firebird
,
Free RDBMS
,
isql
,
TistoryOldPost
,
무료 데이터베이스
Subscribe to:
Posts
(
Atom
)