Extend the parser to deal with the CREATE TABLE query. The query
authorMike McCormack <mike@codeweavers.com>
Tue, 16 Mar 2004 19:18:22 +0000 (19:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Mar 2004 19:18:22 +0000 (19:18 +0000)
commit14ec526004ae9978e48ffb1d9a8fec8c566d7cad
tree92aa34368b4f54038eb42c5934e99d2c8a4e65a4
parent821f4775a3f2bcc6189f2f7b4255a01e926c2667
Extend the parser to deal with the CREATE TABLE query. The query
doesn't do anything as yet.
dlls/msi/Makefile.in
dlls/msi/create.c [new file with mode: 0644]
dlls/msi/msi.c
dlls/msi/msipriv.h
dlls/msi/query.h
dlls/msi/sql.y
dlls/msi/tokenize.c