This is a discussion on New release of psqODBC? within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Hi Hiroshi, I'd like to build a new release of psqlODBC to pick up the bug fixes you've made ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Hiroshi, I'd like to build a new release of psqlODBC to pick up the bug fixes you've made from 08.02.0100, ideally before the next PostgreSQL beta release. Do you have anything outstanding you'd like to finish/commit before I do so? Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| > I'd like to build a new release of psqlODBC to pick up the bug fixes > you've made from 08.02.0100, ideally before the next PostgreSQL beta > release. Do you have anything outstanding you'd like to finish/commit > before I do so? I noticed the following behaviours in Windows 98 computer using last snapshot of Unicode 8.2.103 version driver: 1. When correct password is passed to driver, I got error IM001 Driver does not support this function 2. When incorrect password is entered, invalid page fault error occurs. MYAPP caused an invalid page fault in module PSQLODBC35W.DLL at 0167:10038813. Registers: EAX=10061600 CS=0167 EIP=10038813 EFLGS=00010297 EBX=00000020 SS=016f ESP=0063acc8 EBP=00000020 ECX=100616ec DS=016f ESI=017d4240 FS=18ff EDX=0000002e ES=016f EDI=0000000f GS=0000 Bytes at CS:EIP: 8b 0b 89 4c 24 20 8b 86 58 01 00 00 85 c0 7f 07 Stack dump: 017d4240 00000001 fffffffe 017d4240 100616ec 10038d9b 10061618 10051403 017d4240 018e0400 00000000 10041076 017d4240 fffffffe 100616ec 10061618 3. 103 version of driver creates mylog file containing single line even when logging is turned off. 4. In Windows 98 it is not possible to uninstall 8.1 and 8.2 versions of driver. Unistallation finishes but psqlodbc entry remains in Add/Remove programs. 5. 8.1 and 8.2 driver installation creates same name: psqlodbc in add/remove program list. For ANSI 8.2.103 version of driver: 6. B9=0 option is not working. boolean columns are returned as CHARACTER(254) type fields. Andrus. |
| ||||
| Andrus wrote: >> I'd like to build a new release of psqlODBC to pick up the bug fixes >> you've made from 08.02.0100, ideally before the next PostgreSQL beta >> release. Do you have anything outstanding you'd like to finish/commit >> before I do so? > > I noticed the following behaviours in Windows 98 computer using last > snapshot of Unicode > 8.2.103 version driver: > > 1. When correct password is passed to driver, I got error > > IM001 Driver does not support this function Could you send me the ODBC trace log ? You can see how to trace the log at http://www.starquest.com/Supportdocs...DBC_trace.html . > 2. When incorrect password is entered, invalid page fault error occurs. > > MYAPP caused an invalid page fault in > module PSQLODBC35W.DLL at 0167:10038813. > Registers: > EAX=10061600 CS=0167 EIP=10038813 EFLGS=00010297 > EBX=00000020 SS=016f ESP=0063acc8 EBP=00000020 > ECX=100616ec DS=016f ESI=017d4240 FS=18ff > EDX=0000002e ES=016f EDI=0000000f GS=0000 > Bytes at CS:EIP: > 8b 0b 89 4c 24 20 8b 86 58 01 00 00 85 c0 7f 07 > Stack dump: > 017d4240 00000001 fffffffe 017d4240 100616ec 10038d9b 10061618 10051403 > 017d4240 018e0400 00000000 10041076 017d4240 fffffffe 100616ec 10061618 > > 3. 103 version of driver creates mylog file containing single line even > when logging is turned off. Please retry the snapshot dll. regards, Hiroshi Inoue ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| Thread Tools | |
| Display Modes | |
|
|