1. Fix a bug in socket which uses a socket variable.
authorHiroshi Inoue <inoue@tpf.co.jp>
Sat, 3 May 2008 05:57:42 +0000 (05:57 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sat, 3 May 2008 05:57:42 +0000 (05:57 +0000)
commit2f247b75d0e56b9ce407c91a3494228da518739e
tree4a36a33315a851b7128963cdd89731ce2ec836bf
parent503a02867d4ae1a65af11fd6e4dd91cc499838d1
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 LIKE expressions.
5. Change to return milliseconds parts for timestamp fields.
6. Change to return a specific sqlstate in case of multiple
   parameters.
17 files changed:
connection.c
connection.h
convert.c
execute.c
info.c
loadlib.c
parse.c
pgtypes.c
pgtypes.h
psqlodbc.c
psqlodbc.h
socket.c
socket.h
statement.c
statement.h
version.h
win64.mak