Bug #67247 | constraint exception | ||
---|---|---|---|
Submitted: | 16 Oct 2012 2:02 | Modified: | 27 May 2013 15:26 |
Reporter: | xie pizi | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.5.4 | OS: | Windows (windows 7 ultimate) |
Assigned to: | CPU Architecture: | Any | |
Tags: | C# constraint exception |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[20 Oct 2012 3:34]
xie pizi
[20 Oct 2012 3:35]
xie pizi
visual studio 2010 sample for repeat bugs
Attachment: ConsoleApplication1.zip (application/x-zip-compressed, text), 118.48 KiB.
[29 Oct 2012 6:12]
xie pizi
sql scripts for 'userinfo'
Attachment: bug_test_userinfo.sql (application/octet-stream, text), 17.87 KiB.