This is a discussion on Re: ODBC release plans? within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto gsql-odbc-owner@postgresql.org] On Behalf Of Peter Eisentraut > Sent: 16 January 2005 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto > Sent: 16 January 2005 08:26 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] ODBC release plans? > > With the server release around the corner, should we aim for > a release > of the ODBC driver as well? What are the open issues? Open issues are on Gborg, though the majority haven't been verified as actual bugs. My workload is high at the moment, so I do not intend to try to do a new release right now (maybe in a week or two?). The Win32 installer will be and has been shipping with 08.00.0003 which is essentially the same as ..0002 (the last snapshot release) bar a minor fix from Scot. Judging from the lack of bug reports I've seen on it, it's pretty stable. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |
| |||
| Hi all, I have run into a problem with release 8 that isn't showing up when I switch back to 7: http://archives.postgresql.org/pgsql...2/msg00055.php Regards, George ----- Original Message ----- From: "Dave Page" <dpage@vale-housing.co.uk> To: "Peter Eisentraut" <peter_e@gmx.net>; <pgsql-odbc@postgresql.org> Sent: Sunday, January 16, 2005 6:16 AM Subject: Re: [ODBC] ODBC release plans? > -----Original Message----- > From: pgsql-odbc-owner@postgresql.org > [mailto > Sent: 16 January 2005 08:26 > To: pgsql-odbc@postgresql.org > Subject: [ODBC] ODBC release plans? > > With the server release around the corner, should we aim for > a release > of the ODBC driver as well? What are the open issues? Open issues are on Gborg, though the majority haven't been verified as actual bugs. My workload is high at the moment, so I do not intend to try to do a new release right now (maybe in a week or two?). The Win32 installer will be and has been shipping with 08.00.0003 which is essentially the same as ..0002 (the last snapshot release) bar a minor fix from Scot. Judging from the lack of bug reports I've seen on it, it's pretty stable. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
| ||||
| I had the following problem which I have not been able to run down ? I use the ODBC driver for my c++ client, when I change the underlying column from a character varying(400) to Text. The client now sees this as a memo field. Is there something in the ODBC driver that makes this assumption ? Jim ----- Original Message ----- From: "George Weaver" <gweaver@shaw.ca> To: "Dave Page" <dpage@vale-housing.co.uk>; "Peter Eisentraut" <peter_e@gmx.net>; <pgsql-odbc@postgresql.org> Sent: Sunday, January 16, 2005 8:03 AM Subject: Re: [ODBC] ODBC release plans? > Hi all, > > I have run into a problem with release 8 that isn't showing up when I > switch back to 7: > > http://archives.postgresql.org/pgsql...2/msg00055.php > > Regards, > George > > ----- Original Message ----- > From: "Dave Page" <dpage@vale-housing.co.uk> > To: "Peter Eisentraut" <peter_e@gmx.net>; <pgsql-odbc@postgresql.org> > Sent: Sunday, January 16, 2005 6:16 AM > Subject: Re: [ODBC] ODBC release plans? > > > > >> -----Original Message----- >> From: pgsql-odbc-owner@postgresql.org >> [mailto >> Sent: 16 January 2005 08:26 >> To: pgsql-odbc@postgresql.org >> Subject: [ODBC] ODBC release plans? >> >> With the server release around the corner, should we aim for >> a release >> of the ODBC driver as well? What are the open issues? > > Open issues are on Gborg, though the majority haven't been verified as > actual bugs. > > My workload is high at the moment, so I do not intend to try to do a new > release right now (maybe in a week or two?). The Win32 installer will be > and has been shipping with 08.00.0003 which is essentially the same as > .0002 (the last snapshot release) bar a minor fix from Scot. Judging > from the lack of bug reports I've seen on it, it's pretty stable. > > Regards, Dave. > > ---------------------------(end of broadcast)--------------------------- > TIP 7: don't forget to increase your free space map settings > > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) > ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |