Glynn Clements 16a6b956df Enable LFS globally пре 15 година
..
test 16a6b956df Enable LFS globally пре 15 година
Makefile 002bbe23df Keep all library dependencies in Grass.make пре 15 година
README db49180dd7 welcome to GRASS 7.0.svn пре 17 година
alloc.c 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ пре 17 година
print.c 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ пре 17 година
sql.c fc2eb38ac8 update email addr пре 15 година
sql.html d2b8587835 v.db.addcol renamed to v.db.addcolumn пре 15 година
sqlp.l 1292bf9a1e Major build system clean-up пре 17 година
sqlp.y 1292bf9a1e Major build system clean-up пре 17 година

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).