r16945 - gnucash/branches/gda-dev2/src - Create index in slots table on the guid column. For sqlite, it will be

Phil Longstaff plongstaff at cvs.gnucash.org
Sun Feb 17 21:08:52 EST 2008


Author: plongstaff
Date: 2008-02-17 21:08:51 -0500 (Sun, 17 Feb 2008)
New Revision: 16945
Trac: http://svn.gnucash.org/trac/changeset/16945

Modified:
   gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-util-gda.c
   gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-util-gda.h
   gnucash/branches/gda-dev2/src/backend/gda/gnc-slots-gda.c
   gnucash/branches/gda-dev2/src/business/business-core/gda/gnc-address-gda.c
   gnucash/branches/gda-dev2/src/business/business-core/gda/gnc-owner-gda.c
Log:
Create index in slots table on the guid column.  For sqlite, it will be
created if it doesn't already exist, but for mysql and postgresql, there
will be an error message if it does already exist.  This will be fixed
later.





More information about the gnucash-patches mailing list