Re: [INTERFACES] Re: ODBC driver

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Byron Nikolaidis <byronn(at)insightdist(dot)com>
Cc: Paul Lisewski <paull(at)techone(dot)com(dot)au>, "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgresql(dot)org>, Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [INTERFACES] Re: ODBC driver
Date: 1998-04-17 02:45:03
Message-ID: 3536C22F.A1F0978C@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> > {fn UCase(...) ODBC function is not supported. Are you planning
> > to support ODBC functions??
> There are a ton of scalar functions that would need to be supported:
> Strings: ascii, char, concat, difference, insert, lcase, left,
> length, locate, ltrim, repeat, replace, right, rtrim, soundex, space,
> substring, ucase
>
> Numerics: abs, acos, asin, atan, atan2, ceiling, cos, cot, degrees,
> exp, floor, log, log10, mod, pi, power, radians, rand, round, sign,
> sin, sqrt, tan, truncate
>
> Dates: curdate, curtime, dayname, dayofmonth, dayofweek, dayofyear,
> hour, minute, month, monthname, now, quarter, second, timestampadd,
> timestampdiff, week, year
>
> System Functions: database, ifnull, user
>
> And of course, the granddaddy of all functions, CONVERT().
>
> Now, some of the string functions like '{fn ucase()}' could fairly
> easily be mapped to the Postgres "Upper" function. But what about all
> the others?
> Should they be implemented in the driver or in the backend? Or do we
> just do the easy ones?

Let's do both. Some already map to existing functions, which mean you
get to do this in your driver I suppose. Others, like many of the math
routines, should/could be in the backend.

How do you want to organize attacking these? I can help now with
suggesting mappings for existing functions (e.g. date_part('dow',
datetime) gives you "dayofweek") and can help with new functions in a
month or two. Or, perhaps others can help with that more quickly...

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-17 04:12:28 Re: [HACKERS] HAVING clause and 6.3.2 release
Previous Message ocie 1998-04-17 02:27:21 Re: [HACKERS] fsync -> fdatasync in backend/storage/file/fd.c

Browse pgsql-interfaces by date

  From Date Subject
Next Message Vladas Lapinskas 1998-04-17 05:04:28 subscribe
Previous Message The Hermit Hacker 1998-04-17 02:22:39 Re: [INTERFACES] Re: [QUESTIONS] ODBC Driver and Install script (PLEASE READ!)