Thread: Re: [BUGS] SQLPutData bug ?

Re: [BUGS] SQLPutData bug ?

From
Mika Mantyla
Date:
Hiroshi Inoue wrote:

>
> Probably postgresql-odbc-7.1.3-.. is made from 7.1.3 source tree
> but it's not essentially changed after 7.1.0.
> The driver under Windows is released using the development
> source tree. 7.1.0005, 7.1.0006, 7.1.0007 are released after
> Postgres 7.1 release.
> If 7.2-beta is released, you would be able to use the driver
> 7.1.0007 under Linux.


Thanks. I took the latest version from PSQL source tree, which seems to
 work. Is the latest version from the source tree same as Windows
7.1.0007, and is that relatively safe to use?

I did not see any tags corresponding to 7.1.0007? The latest tag was
REL7_1_2, and that was from last spring.




--
Mika Ma"ntyla" || SoberIT
09-451 6001  || Spektri Kvartti 3330a




Re: [BUGS] SQLPutData bug ?

From
Hiroshi Inoue
Date:
Mika Mantyla wrote:
>
> Hiroshi Inoue wrote:
>
> >
> > Probably postgresql-odbc-7.1.3-.. is made from 7.1.3 source tree
> > but it's not essentially changed after 7.1.0.
> > The driver under Windows is released using the development
> > source tree. 7.1.0005, 7.1.0006, 7.1.0007 are released after
> > Postgres 7.1 release.
> > If 7.2-beta is released, you would be able to use the driver
> > 7.1.0007 under Linux.
>
> Thanks. I took the latest version from PSQL source tree, which seems to
>  work. Is the latest version from the source tree same as Windows
> 7.1.0007, and is that relatively safe to use?

It may be 7.01.0008 because it has some bug fixes after 7.01.0007.
I don't think it's less stable than the driver come with 7.1.3.

>
> I did not see any tags corresponding to 7.1.0007? The latest tag was
> REL7_1_2, and that was from last spring.

REL... is a different branch. It's only contains bug fixes
after the major release. 7.xx.xxxx is the version of develop
ment which doesn't corrspond to any tag.

regards,
Hiroshi Inoue