Download List

Project Description

LocalSQL provides a library and command line tool for direct invocation and processing of SQL statements on local databases. A subset of SQL92 is implemented, notably 'INSERT UPDATE DELETE SELECT CREATE TABLE CREATE INDEX DROP TABLE'. Sub-selects are not currently supported. See README.SQL for more information on exactly what is and is not supported.

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.

2002-02-07 20:22
0.0.6

DROP INDEX support was aded. xbStack was removed and replaced with QPtrStack.
The version name on the compiled library was fixed.
Tags: Minor feature enhancements

2002-02-07 00:01
0.0.5

A fix for automatic naming of indexes, allowing indexes to be named properly, checking for duplicate 'not null' field entries in the 'system' catalog, and creating a separate file for xbase 'system' catalog functions.
Tags: Minor bugfixes

2002-02-01 10:54
0.0.4

This version removes the dependency on the xbase library. All file access is now handled internally, which simplifies and reduces the code. There is still cleanup yet to do, but this is the first step towards creating simpler, smaller code.
Tags: Major feature enhancements

2001-05-24 16:26
0.0.3

This release includes some fixes as well as
support for the Qt 3.0-beta1 component model.
Tags: Minor bugfixes

Project Resources