[COMMITTERS] psqlodbc - psqlodbc: 1.

2011-12-29 Thread User Hinoue
Log Message: --- 1. Don't clear the columns cache info when they are referenced. 2. Correct the column size of interval types. Modified Files: -- psqlodbc: connection.c (r1.196 -> r1.197) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connec

[COMMITTERS] psqlodbc - psqlodbc: 1.Introduce pgtype_attr_xxxx functions which take a

2010-08-20 Thread User Hinoue
Log Message: --- 1.Introduce pgtype_attr_ functions which take a typmod parameter as well as a type oid parameter as an extension of pgtype_ functions so that SQLColumns and SQLDescribeCol(SQLColAttrinute) could use common functions. 2.Call PQconnectdbParams instead of PQconnectdb

[COMMITTERS] psqlodbc - psqlodbc: 1.Improve the handling of bools_as_char case.

2010-06-21 Thread User Hinoue
Log Message: --- 1.Improve the handling of bools_as_char case. 2.Fix a bug when creating a connection string. Modified Files: -- psqlodbc: convert.c (r1.188 -> r1.189) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.188&r2=1.18

[COMMITTERS] psqlodbc - psqlodbc: 1.

2010-06-10 Thread User Hinoue
Log Message: --- 1. Take --without-iodbc(unixODBC) configure option into account. 2. Apply the patch by Peter Crabtree which fixes a crash bug. Modified Files: -- psqlodbc: info.c (r1.159 -> r1.160) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psql

[COMMITTERS] psqlodbc - psqlodbc: 1.

2010-05-26 Thread User Hinoue
Log Message: --- 1. Use poll() instead of select() when it's available. 2. Take comments or line comments in a query into account. 3. Fix a crash bug on authentication failures. Modified Files: -- psqlodbc: configure.ac (r1.86 -> r1.87) (http://cvs.pgfoundr

[COMMITTERS] psqlodbc - psqlodbc: 1) Allow password which contains special characters

2010-01-17 Thread User Hinoue
Log Message: --- 1) Allow password which contains special characters like {,},=,;. 2) Add a new data source option which makes it possible to use Kerberos for Windows library to reply to GSSAPI authentication request. 3) Native support for SSPI Kerberos or Negaotiate service. It may

[COMMITTERS] psqlodbc - psqlodbc: 1) Fix memory leaks on connection failure (Shouji

2009-11-23 Thread User Hinoue
Log Message: --- 1) Fix memory leaks on connection failure (Shouji morimoto). 2) Suppress some compilation errors and warnings. Modified Files: -- psqlodbc: connection.c (r1.184 -> r1.185) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/con

[COMMITTERS] psqlodbc - psqlodbc: 1) Added --with(out)-libpq[=DIR} option to

2009-11-14 Thread User Hinoue
Log Message: --- 1) Added --with(out)-libpq[=DIR} option to configure. 2) Revise autoconf/automake so that libpq/ssl header/libs are resolved at configure phase. 3) Use md5.c directly instead of win_md5.c. 4) Suppress some compiler warnings. Modified Files: -- psqlodb

[COMMITTERS] psqlodbc - psqlodbc: 1.

2009-10-25 Thread User Hinoue
Log Message: --- 1. Take WITH cte staments into account. 2. Fix a bug about UTF8 handling. 3. Wait a ReadyForQuery Message after errors correctly. Modified Files: -- psqlodbc: connection.c (r1.181 -> r1.182) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psql

[COMMITTERS] psqlodbc - psqlodbc: 1.

2009-04-24 Thread User Hinoue
Log Message: --- 1. Remove the implicit sslverify option and add 'verify-ca' and 'verify-full' to the sslmode option. 2. Take the platforms where char is unsigned into account per report from Alex Goncharov. Modified Files: -- psqlodbc: bind.c (r1.72 -> r1.73)

[COMMITTERS] psqlodbc - psqlodbc: 1.

2009-03-22 Thread User Hinoue
Log Message: --- 1. Correct the conversion between UTF-16 and UTF-8 for non UCS2 characters. 2. Try to convert (especially connection error) messages using local conversions when they are not valid unicode characters, Modified Files: -- psqlodbc: odbcapi30w.c (r1

[COMMITTERS] psqlodbc - psqlodbc: 1) Fix a bug reported by Milen Manev that SQLExec

2009-01-18 Thread User Hinoue
Log Message: --- 1) Fix a bug reported by Milen Manev that SQLExec *select for a table* -> SQLDescribeCol() -> add a column to the table -> SQLExec *select for the table* -> SQLDescribeCol() for the added column causes a bad result. 2) Use strncpy_null() instead of strncpy(). Modified Fi

[COMMITTERS] psqlodbc - psqlodbc: 1.Take domain types into account in SQLColumns()

2009-01-03 Thread User Hinoue
Log Message: --- 1.Take domain types into account in SQLColumns() (Thanks to Luiz K. Matsumura). 2.Take RESTRICT actions into account in SQLForeignKeys() (report from Farid Zidan). 3.Fix a bug that small negative decimal values are mistaken for non-negative (bug report from Dominic Smith

[COMMITTERS] psqlodbc - psqlodbc: 1.

2008-09-21 Thread User Hinoue
Log Message: --- 1. Support FE/BE communications on Big Endian platform. 2. Check strerror_r function's return type. 3. Suppress some compiler warnings. Modified Files: -- psqlodbc: bind.c (r1.70 -> r1.71) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlod

[COMMITTERS] psqlodbc - psqlodbc: 1.

2008-05-02 Thread User Hinoue
Log Message: --- 1. Fix a bug in socket which uses a socket variable. 2. Support column alias without "as" so that links from the SQLServer work. 3. Take ';' into account when the driver adds "for read only" clause. 4. Use the E'.. ' notation not only in '=' expressions but also in

[COMMITTERS] psqlodbc - psqlodbc: 1.

2007-10-29 Thread User Hinoue
Log Message: --- 1. Fix a bug in copy_and_convert_field() when fetching bookmark columns. This bug could occur in case no suitable? lo type is found. 2. Improve the parse statement operation so that it detect srf in . Modified Files: -- psqlodbc: convert.c (

[COMMITTERS] psqlodbc - psqlodbc: 1.

2006-12-18 Thread User Hinoue
Log Message: --- 1. Correct the command/responce sequence of Function Call used for large object handling. 2. Add support for NaN and (-)Infinity float values. Modified Files: -- psqlodbc: connection.c (r1.154 -> r1.155) (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect.

2006-05-27 Thread User Hinoue
Log Message: --- 1.Fix a crash on SQLDisconnect. 2.Fix a *close cursor* error in *disallow premature* mode. Modified Files: -- psqlodbc: connection.c (r1.137 -> r1.138) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.13

[COMMITTERS] psqlodbc - psqlodbc: 1.

2006-05-13 Thread User Hinoue
Log Message: --- 1. Handle WIN1252 encoding more properly. 2, The preparation for MSDTC support. Modified Files: -- psqlodbc: connection.c (r1.136 -> r1.137) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.136&r2=1.137)

[COMMITTERS] psqlodbc - psqlodbc: 1) Change the declaration of several API(SQLxxxx)

2006-01-27 Thread User Hinoue
Log Message: --- 1) Change the declaration of several API(SQL) functions for 64-bit API. 2) Add delay load import linker option to the Windows make file. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: odbcapi.c (r1.22.2.4 -> r1.22.2.5) (htt

[COMMITTERS] psqlodbc - psqlodbc: 1) QR_get_fields() gets called when SC_fetch() is

2005-11-04 Thread User Dpage
Log Message: --- 1) QR_get_fields() gets called when SC_fetch() is entered. However, the QR cleanup will free the QResultClass object. And the pointer "coli" is no longer valid when CI_get_oid() gets called further down. I have fixed this by calling QR_get_fields() after the first if-statem