wine/dlls/msi where.c tokenize.c table.c strin ...

Alexandre Julliard julliard at winehq.org
Wed Jun 30 13:18:27 CDT 2004


ChangeSet ID:	12761
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/06/30 13:18:27

Modified files:
	dlls/msi       : where.c tokenize.c table.c string.c sql.y 
	                 select.c record.c query.h msipriv.h insert.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Make the SQL insert query work.

Patch: http://cvs.winehq.org/patch.py?id=12761

Old revision  New revision  Changes     Path
 1.7           1.8           +28 -33     wine/dlls/msi/where.c
 1.6           1.7           +4 -0       wine/dlls/msi/tokenize.c
 1.15          1.16          +2 -2       wine/dlls/msi/table.c
 1.7           1.8           +56 -42     wine/dlls/msi/string.c
 1.11          1.12          +20 -17     wine/dlls/msi/sql.y
 1.4           1.5           +79 -35     wine/dlls/msi/select.c
 1.7           1.8           +21 -47     wine/dlls/msi/record.c
 1.7           1.8           +3 -2       wine/dlls/msi/query.h
 1.16          1.17          +9 -5       wine/dlls/msi/msipriv.h
 1.2           1.3           +70 -85     wine/dlls/msi/insert.c




More information about the wine-cvs mailing list