Re: New software catalog fails (why are we spelling it "catalogue"?)

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: New software catalog fails (why are we spelling it "catalogue"?)
Дата
Msg-id 937d27e10806110826r5afbf33aoc0daa12e59b63171@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New software catalog fails (why are we spelling it "catalogue"?)  ("Dave Page" <dpage@pgadmin.org>)
Ответы Re: New software catalog fails (why are we spelling it "catalogue"?)  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-www
On Wed, Jun 11, 2008 at 3:53 PM, Dave Page <dpage@pgadmin.org> wrote:
> Rats. That happens because *%*£$% MediaWiki insists on re-casing names
> so we had to make the logon code case-insensitive. You need to logon
> using the same casing as we have stored in the database to satisfy the
> foreign key. Meanwhile, I'll be fixing up the code to try to handle
> that....

For the benefit of those interested in this sort of thing, I've fixed
this by having community_logon() return the userid as found in the
database rather than as the user entered, so subsequent code finds it
with the correct casing. The userid parameter was already declared
INOUT so 'twas a simple change.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com


В списке pgsql-www по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Roadmap web page
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Minor change to community logon