Menu

#2 several mysql field types cause crashes

open-fixed
nobody
None
5
2005-02-27
2004-12-20
No

The background and a solution are in the mailing list:

Problem:
https://sourceforge.net/mailarchive/forum.php?
thread_id=6189855&forum_id=43362

Solution:
https://sourceforge.net/mailarchive/forum.php?
thread_id=6192216&forum_id=43362

In short, the idea is to fall back to treating all input data
as String, which is reasonable for a db layer, IMO.

Discussion

  • stephan beal

    stephan beal - 2004-12-27

    Logged In: YES
    user_id=32742

    Follow-up from mailing list: the problem is that the drive
    simply doesn't accept any fields > varchar. Forcing the driver
    to read the buffer as a long string, regardless of underlying
    mysql type, fixes the problem - one potential solution was
    posted to the mail list last week, though it probably need
    cleaning up.

     
  • stephan beal

    stephan beal - 2005-02-27
    • status: open --> open-fixed
     
  • stephan beal

    stephan beal - 2005-02-27

    Logged In: YES
    user_id=32742

    Was fixed 2 months ago in the p1 CVS tree by treating
    unknown types as strings (which is what they are at that level,
    anyway).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.