]> git.saurik.com Git - wxWidgets.git/commit
Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengt...
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 5 Jul 2002 14:41:09 +0000 (14:41 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 5 Jul 2002 14:41:09 +0000 (14:41 +0000)
commit9d9436810d06cc997f59ace9397af8d1868d4257
tree8fd809c53dde89fcef419dab8459dc78881cc205
parentaca78774b6aa0ab27dead3b4b88c0d8e40e5667a
Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengthened beyond the original stored length of the field.  NOTE: There may be a problem with NULLs now, so this needs further testing.  I'm not sure if this affects NULL column handling

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