Re: [PHP-DOC] Case sensitivity and databases

2003-06-21 Thread Derick Rethans
On Tue, 17 Jun 2003, Mehdi wrote: > We've all seen the update you made to the docs yesterday, maybe you can > write down a little more about it and update it to the howto, don't you ? Done Derick -- "Interpreting what the GPL actually means is a job best left to those that

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Gabor Hojtsy
For my part, I don't have a copy of each translation on my box, and I hardly can co with my poor connection rate... I'm ok if someone can help me :) I guess I can do that :) btw, shouldn't this kind of issues be added to the howto ? yeah, also the stuff @ http://news.php.net/article.php?group=php

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Derick Rethans
On Tue, 17 Jun 2003, Philip Olson wrote: > +1 on using a generic database entity but leaving the mysql one > until the translation teams catch up. Why not change them quickly for them? Derick -- "Interpreting what the GPL actually means is a job best left to those that rea

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Mehdi
> On Tue, 17 Jun 2003, Mehdi wrote: > >> For my part, I don't have a copy of each translation on my box, and I >> hardly can co with my poor connection rate... I'm ok if someone can >> help me :) > > I guess I can do that :) ok, I'll hit you back when I'll be ready and if nobody objected with this

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Mehdi
>> +1 on using a generic database entity but leaving the mysql one until >> the translation teams catch up. > > Why not change them quickly for them? > > Derick For my part, I don't have a copy of each translation on my box, and I hardly can co with my poor connection rate... I'm ok if someone ca

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Derick Rethans
On Tue, 17 Jun 2003, Mehdi wrote: > For my part, I don't have a copy of each translation on my box, and I > hardly can co with my poor connection rate... I'm ok if someone can help > me :) I guess I can do that :) > btw, shouldn't this kind of issues be added to the howto ? yeah, also the stuff

Re: [PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Philip Olson
On Tue, 17 Jun 2003, Mehdi wrote: > Hi all, > > I'm about to have a look at the various database related references, to add > a little note on case sensitivity where needed. > > in en/language-snippets.ent there's already &mysql.field-case dealing with > this topic. It's stated : > Field names r

[PHP-DOC] Case sensitivity and databases

2003-06-17 Thread Mehdi
Hi all, I'm about to have a look at the various database related references, to add a little note on case sensitivity where needed. in en/language-snippets.ent there's already &mysql.field-case dealing with this topic. It's stated : Field names returned by this functionare case-sensitive'> Shou