From: John S. <jst...@gm...> - 2005-10-10 07:07:55
|
This has been addressed in the patches I made to get phpwiki working with Oracle, although not down to the config.ini.dist. See the JohnStevens page. Also part of my gripe ;-) Regards On 10/10/05, Reini Urban <rei...@gm...> wrote: > > On 10/8/05, Thomas Harding <tho...@la...> wrote: > > Q: Why in config-default.ini there is a REPLACE statement, which is > > Mysql specific? > > Currently we have this in config-dist.ini: > ; Update the user's preferences > ; DBAUTH_PREF_UPDATE =3D "UPDATE pref SET prefs=3D'$pref_blob' WHERE > userid=3D'$userid'" > ; MYSQL: Note that REPLACE works only with mysql and destroys all other > columns! > ; DBAUTH_PREF_UPDATE =3D "REPLACE INTO pref SET > prefs=3D'$pref_blob',userid=3D'$userid'" > > The REPLACE line is just another example for customization. > -- > Reini Urban > http://phpwiki.org/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |