Closed (fixed)
Project:
Import / Export API
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2006 at 05:45 UTC
Updated:
18 Aug 2006 at 07:41 UTC
Hi Jaza,
You've done really well putting the pgsql stuff into the install file. Only one problem. The field name in the CREATE INDEX statement requires () around it.
db_query('CREATE INDEX {importexportapi_put_map}_put_id_idx ON {importexportapi_put_map} (put_id)');
I'll be testing out the import of some stuff i'm working on very soon. If I find something rest assured i'll let you know. ;)
--
Sammy Spets
Synerger
http://www.synerger.com
Comments
Comment #1
Jaza commentedThanks, Sammy! Fix committed to HEAD for this.
Comment #2
sammys commented