Markus Neteler 18a81c6a50 i18n: messages updated from template 9 năm trước cách đây
..
test 16a6b956df Enable LFS globally 15 năm trước cách đây
Makefile 8f6f95c3fe Keep lex/yacc-generated files 13 năm trước cách đây
README db49180dd7 welcome to GRASS 7.0.svn 17 năm trước cách đây
alloc.c 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 năm trước cách đây
print.c 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 năm trước cách đây
sql.c fc2eb38ac8 update email addr 15 năm trước cách đây
sql.html 18a81c6a50 i18n: messages updated from template 9 năm trước cách đây
sqlp.l 6a7e0834cc Fix compiler warnings (trunk, https://trac.osgeo.org/grass/changeset/67518 + https://trac.osgeo.org/grass/changeset/67559) 9 năm trước cách đây
sqlp.y 1292bf9a1e Major build system clean-up 17 năm trước cách đây

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