Map 'name' to SQL_VARCHAR rather than SQL_CHAR - this fixes an error with SQL Server...
authorDave Page <dpage@pgadmin.org>
Wed, 28 Sep 2005 08:33:24 +0000 (08:33 +0000)
committerDave Page <dpage@pgadmin.org>
Wed, 28 Sep 2005 08:33:24 +0000 (08:33 +0000)
commit5732f153a3ca74841a9d4f6802f2a1a067fed9ee
tree5554e6383f89d70a89fdf04fe26f34f854f418a7
parentd45dd0d9672efa64ed61ffa789f523e9223ffd87
Map 'name' to SQL_VARCHAR rather than SQL_CHAR - this fixes an error with SQL Server linked servers which gets confused by the mismatch between the column size and the data size.
pgtypes.c