From: <no...@so...> - 2001-05-10 13:24:12
|
Patches item #423020, was updated on 2001-05-10 06:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304421&aid=423020&group_id=4421 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alessio Bragadini (alessio) Assigned to: Nobody/Anonymous (nobody) Summary: Fixes for PostgreSQL Initial Comment: Various fixes for Slash theme datadump, to be applied once the tables are split again as in MySQL version (see my other patch) text values must be quoted in INSERT (does MySql allows such a thing?!) "INSERT INTO users" doesn't need uid field: the SERIAL field will pick1 by itself, otherwise if feeded with a value the sequence will not advance and will pick 1 again screwing the install Inserted ancillary users tables for uid 1 (_comments, _index, etc.) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304421&aid=423020&group_id=4421 |