Re: int8 becames string in BDE :-(

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>, "Laszlo Tibor" <ltibor(at)mail(dot)tiszanet(dot)hu>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: int8 becames string in BDE :-(
Date: 2002-05-30 07:16:50
Message-ID: D85C66DA59BA044EB96AB9683819CF610150B2@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 30 May 2002 05:57
> To: Laszlo Tibor
> Cc: pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] int8 becames string in BDE :-(
>
>
> Hmm I'm now inclined to add an option to specify how
> to handle int8.
> int8 -> auto(current), SQL_BIGINT, SQL_NUMERIC, SQL_VARCHAR
> ... Comments ?

Ugh, more options. In this particular case I think it's probably
justified purely because both Microsoft & Borland technologies have
trouble following the spec to the letter (they are after all, probably
the 2 most used developer toolsets on Win32).

I do think the current amount of options is becoming cumbersome though.
Perhaps we can get rid of a few at some point, for example:

Disable GEQO - Is this still required? Presumably the optimiser is
somewhat better now.
KSQO - is not in 7.2 or 7.1 and will probably be completely removed for
7.3 (see thread on pgsql-hackers).
Recognize Unique Indexes - Is there any reason not to do this?
SysTable Prefixes - only pg_ has been used to my knowledge since 6.3.

I personally think *all* options should also be Datasource, not Driver
related. I know Hiroshi added the 'Default' option to the Driver
dialogue, but I know from speaking to others that it's not obvious to
everyone what that means.

Just my $0.02....

Regards, Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2002-05-31 06:36:28 Re: int8 becames string in BDE :-(
Previous Message Hiroshi Inoue 2002-05-30 04:57:00 Re: int8 becames string in BDE :-(