Closed (fixed)
Project:
e-Commerce
Version:
4.6.x-1.x-dev
Component:
store.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Oct 2005 at 07:10 UTC
Updated:
8 May 2006 at 16:25 UTC
Attached you will find a port of store.module adapted to be fully functional (near as I can tell anyways) with PHP5 and PostGRES.
It was achieved by removing "WHERE 1" from all of the SQL statements, then removing the first "AND" from $w and pre-pending the word " WHERE " to $w, immediately before it is sent to the db engine for processing.
It is very hackish but it works, I hope you find this useful.
Comments
Comment #1
smorrey commentedI could not post the file because of some permissions issue or another, please email me smorrey@gmail.com requesting a copy of store.module if you want it, since I can't seem to contribute it here.
Comment #2
simeHousekeeping
Closing -> please refer to recent postgre efforts.
http://drupal.org/node/35353