Markus Neteler db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
..
test db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
Makefile db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
alloc.c db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
description.html db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
lex.l db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
print.c db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
sql.c db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
yac.y db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos

README

sqlp is SQL parser library

sqp is intended as library for simple dbmi drivers (like dbf, txt).
yac.y and lex.l was originally stolen from unixODBC 3/2001 and modified.

An input may be subset of SQL statements. Currently supported:
SELECT FROM WHERE
INSERT INTO
UPDATE WHERE
DELETE FROM WHERE
CREATE TABLE
DROP TABLE
[...]

New types have to be added in yac.y, lex.l, print.c and
../../../include/sqlp.h .
In ./test/ is a test program to the the SQL parser (see
README there).