msi: All columns being temporary means the table is non-persistent.
commit697d820eeedae307db5cc0ddbec60c6c68391812
authorRob Shearman <rob@codeweavers.com>
Mon, 23 Apr 2007 07:26:44 +0000 (23 08:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Apr 2007 10:25:36 +0000 (24 12:25 +0200)
treeea9f8dfb98deb60495affd54f3c53216627bb093
parent44f7cb8858f9cb316b939edb0ded65d7fcb0433b
msi: All columns being temporary means the table is non-persistent.

The HOLD keyword just means that the non-persistent data in the table
should be kept around, not that the table is temporary.
dlls/msi/create.c
dlls/msi/query.h
dlls/msi/sql.y
dlls/msi/tests/db.c