When I started this blog (2004) it was to document Gentoo linux experiences and *nix adventures. Then it turned into posts regarding software development challenges and other findings. These days I mostly tweet (rollinsruss) and my posts are infrequent.
Friday, March 03, 2006
MySQL character inserts
Interestingly, if there VARCHAR column with a record containing ',' and the attempt is made to insert ', ', MySQL reports that this is a duplicate key, thereby trimming the insertion. Tested and reproduced on 4.1.3-beta-standard.
No comments:
Post a Comment