Both opinion makes sense to me, but
any objections to remove alias from MySQL?
--
Yasuo Ohgaki
Andi Gutmans wrote:
> It doesn't really make sense to me to add an alias to MySQL if it's not
> needed.
> The less aliases we have in PHP the better IMO.
>
> Andi
>
> At 11:04 AM 10/3/2002 +0900, Ya
It doesn't really make sense to me to add an alias to MySQL if it's not needed.
The less aliases we have in PHP the better IMO.
Andi
At 11:04 AM 10/3/2002 +0900, Yasuo Ohgaki wrote:
>Ok. I'll add alias to mysql and rename pgsql function.
>
>--
>Yasuo Ohgaki
>
>Derick Rethans wrote:
>>On Wed, 2 O
Ok. I'll add alias to mysql and rename pgsql function.
--
Yasuo Ohgaki
Derick Rethans wrote:
> On Wed, 2 Oct 2002, Marcus Börger wrote:
>
>
>>At 13:41 02.10.2002, Dan Kalowsky wrote:
>>
>>>On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote:
>>>
I don't mind to have alias like p
On Wed, 2 Oct 2002, Marcus Börger wrote:
> At 13:41 02.10.2002, Dan Kalowsky wrote:
> >On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote:
> >>I don't mind to have alias like pg_result_seek() or
> >>have only pg_result_seek().
> >
> >I would rather see it named pg_result_seek as it is
At 13:41 02.10.2002, Dan Kalowsky wrote:
>On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote:
>>I don't mind to have alias like pg_result_seek() or
>>have only pg_result_seek().
>
>I would rather see it named pg_result_seek as it is more consistent with
>what this function accomplishe
On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote:
> I don't mind to have alias like pg_result_seek() or
> have only pg_result_seek().
I would rather see it named pg_result_seek as it is more consistent
with what this function accomplishes. It also opens the door for ODBC
to follo
On Wed, 2 Oct 2002, Yasuo Ohgaki wrote:
> Yasuo Ohgaki wrote:
> > yohgaki Tue Oct 1 23:16:36 2002 EDT
> >
> > Modified files:
> > /php4/ext/pgsql pgsql.c php_pgsql.h
> > Log:
> > Added pg_data_seek().
> > pg_result_seek() woudl be better name, but there i
Yasuo Ohgaki wrote:
> yohgaki Tue Oct 1 23:16:36 2002 EDT
>
> Modified files:
> /php4/ext/pgsql pgsql.c php_pgsql.h
> Log:
> Added pg_data_seek().
> pg_result_seek() woudl be better name, but there is mysql_data_seek()...
>
Any comment about this na