Re: DBI: Metadata routines

2001-11-15 Thread Tim Bunce
On Thu, Nov 15, 2001 at 11:52:44AM +0100, Steffen Goeldner wrote: Metadata routines are used to obtain information about - drivers and data sources - the implementation - the catalog The following table shows these routines defined by SQL/CLI, ODBC and DBI: SQL/CLI ODBC

Status of DBI amcO

2001-11-15 Thread Honza Pazdziora
Hi, CPAN still lists DBI module as amcO. Shouldn't the status be changed to RmcO? -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers,

Re: DBD::Pg support for builtin array types

2001-11-15 Thread Jason E. Stewart
Edmund Mergl [EMAIL PROTECTED] writes: Jason E. Stewart wrote: Also, I'm interested in adding support for the builtin array types. Do I prefer a patch What I want is not to have to serialize my Perl arrays into strings before passing them to execute() or do(), and not have to split()

Re: DBD::Pg support for builtin array types

2001-11-15 Thread Alex Pilosov
The thing is, arrays are not extremely well supported in PostgreSQL itself, and there are all sorts of what you can do and can't do with them, you are not encouraged to use arrays in first place. None of other postgresql interfaces (JDBC, libpq) provide any kind of support dealing with arrays,