Download List

프로젝트 설명

GQL is a C++ library for generic SQL database access, modeled after JDBC (Java Database Connectivity). It includes drivers for PostgreSQL, MySQL, and SQLite, and includes GQL-Shell, an interactive database terminal called that features command-line editing, history, and database metadata (schema) browsing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-25 16:54
0.5.7

SQLite는 드라이버에서 메타 데이터 검색이 향상되었습니다. 이 GQL하게 - 쉘 SQLite는 데이터베이스와 매우 유용합니다. 또한, gql (1) 맨페 껍질 약간 개선됐다.
Tags: Minor feature enhancements
The metadata retrieval in the SQLite driver has been enhanced. This makes GQL-Shell quite useful with SQLite databases. Furthermore, the gql-shell(1) manpage was improved a bit.

2003-02-20 16:19
0.5.6

BasicSQLObject의 반환 값은 goofup : : to_string (), 함께 일부 메모리 누수와 PostgreSQL의 드라이버 segfaulting 버그가 수정되었습니다.
Tags: Major bugfixes
The return value goofup in BasicSQLObject::to_string() was fixed, along with some memory leaks and a segfaulting bug in the PostgreSQL driver.

2003-01-28 23:24
0.5.3

GQL 비밀 번호에 대한 쉘 지원 / 사용자 요구하는 연결에 추가되었습니다. PostgreSQL은 드라이버를 연결 속성을 수락하도록 향상되었습니다. MySQL은 드라이버에서 몇 가지 버그가 수정되었습니다.
Tags: Minor feature enhancements
GQL-Shell support for password/username requiring connections was added. The PostgreSQL driver was enhanced to accept connection properties. Several bugs in the MySQL driver were fixed.

2002-10-02 14:09
0.5.1

최대 PKG - config 파일을 수정했다 쳤어요.
Tags: Minor bugfixes
The messed up pkg-config files were fixed.

2002-09-30 20:36
0.5.0

버전이 공유 라이브러리의 이름과 경로의 미래 버전의 병렬 설치를 허용하도록 소개했다. PKG 모듈 이름을 설정 gql하려면 0.5 gdbi - 0.5이 변경되었습니다. DatabaseMetaData 인터페이스의 메소드 get_primary_key, get_cross_reference에 의해 확장되었다 get_imported_keys, get_exported_keys, 그리고 get_index_info. 이러한 방법을 완벽하게 PostgreSQL의 드라이버를 구현했고 다른 사람 stubbed.
Tags: Major feature enhancements
Versioned shared library and path names were
introduced to allow parallel installation with
future versions. The pkg-config module names have
been changed to gql-0.5 and gdbi-0.5. The
DatabaseMetaData interface was extended by the
methods get_primary_key, get_cross_reference,
get_imported_keys, get_exported_keys, and
get_index_info. These methods were implemented
fully in the PostgreSQL driver and stubbed in the
others.

Project Resources