Markus Neteler 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) %!s(int64=3) %!d(string=hai) anos
..
test 16a6b956df Enable LFS globally %!s(int64=15) %!d(string=hai) anos
Makefile 8f6f95c3fe Keep lex/yacc-generated files %!s(int64=13) %!d(string=hai) anos
README db49180dd7 welcome to GRASS 7.0.svn %!s(int64=17) %!d(string=hai) anos
alloc.c d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) %!s(int64=8) %!d(string=hai) anos
print.c d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) %!s(int64=8) %!d(string=hai) anos
sql.c d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) %!s(int64=8) %!d(string=hai) anos
sql.html 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) %!s(int64=3) %!d(string=hai) anos
sqlp.l 606b5ed29b fix spelling errors (https://trac.osgeo.org/grass/ticket/3447, Debian lintian QA tool), thanks to Bas Couwenberg %!s(int64=7) %!d(string=hai) anos
sqlp.y d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) %!s(int64=8) %!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).