]> git.saurik.com Git - wxWidgets.git/commit
Use of blobs with a binding to a SQL_C_BINARY type column definition was not working...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 14:22:25 +0000 (14:22 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 12 May 2004 14:22:25 +0000 (14:22 +0000)
commit76ea1664980282b58c01a5c3a833839a6c0d1bf9
treebc66aba9f72aaaa63ad152087cd76edef6a6c8ec
parentd2129c82bfb2cd050f0962caf0023ac8d1e23d1d
Use of blobs with a binding to a SQL_C_BINARY type column definition was not working correctly.  The code should now work for SQL_C_BINARY and SQL_C_CHAR column bindings, though I have only tested with SQL_C_BINARY.  The original code will be used if the column binding is not SQL_C_BINARY or SQL_C_CHAR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dbtable.cpp