[Bug 13721] Data too long for column 'rev_comment'

2012-12-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Lupo lupo.bugzi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 13721] Data too long for column 'rev_comment'

2012-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #15 from Bean49 ght81-wikipe...@yahoo.com 2012-11-14 13:37:13 UTC --- Gerrit change Ic078f6ee. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 13721] Data too long for column 'rev_comment'

2012-11-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Bean49 ght81-wikipe...@yahoo.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 13721] Data too long for column 'rev_comment'

2012-11-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #13 from Umherirrender umherirrender_de...@web.de 2012-11-05 17:34:26 UTC --- (In reply to comment #12) (In reply to comment #11) Unfortunately it works only for the jdbc connector, and it's not a solution for the sql output,

[Bug 13721] Data too long for column 'rev_comment'

2012-11-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #14 from Bean49 ght81-wikipe...@yahoo.com 2012-11-05 21:00:30 UTC --- (In reply to comment #11) See comment 6 for a workaround Didn't work for me. Still gives Data too long for column 'rev_comment'. -- Configure bugmail:

[Bug 13721] Data too long for column 'rev_comment'

2012-11-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Umherirrender umherirrender_de...@web.de changed: What|Removed |Added CC|

[Bug 13721] Data too long for column 'rev_comment'

2012-11-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #12 from Bean49 ght81-wikipe...@yahoo.com 2012-11-03 21:33:44 UTC --- (In reply to comment #11) Unfortunately it works only for the jdbc connector, and it's not a solution for the sql output, is it? -- Configure bugmail:

[Bug 13721] Data too long for column 'rev_comment'

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Bean49 ght81-wikipe...@yahoo.com changed: What|Removed |Added Severity|normal |blocker --

[Bug 13721] Data too long for column 'rev_comment'

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added CC|

[Bug 13721] Data too long for column 'rev_comment'

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #10 from Bean49 ght81-wikipe...@yahoo.com 2012-11-02 16:56:49 UTC --- (In reply to comment #9) Why it isn't? Mwdumper can't be used to import dumps because of this bug. -- Configure bugmail:

[Bug 13721] Data too long for column 'rev_comment'

2012-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Bean49 ght81-wikipe...@yahoo.com changed: What|Removed |Added Keywords|patch |patch-in-gerrit ---

[Bug 13721] Data too long for column 'rev_comment'

2010-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 duplicate...@googlemail.com changed: What|Removed |Added Keywords||patch

[Bug 13721] Data too long for column 'rev_comment'

2010-04-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #7 from Christopher Sahnwaldt jcsahnwa...@gmail.com 2010-04-07 18:54:17 UTC --- Minor gripe: the patch uses String.isEmpty(), which was only added in JDK 1.6. Maybe use String.length() == 0 instead, so MWDumper still compiles under

[Bug 13721] Data too long for column 'rev_comment'

2010-04-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #6 from Umherirrender umherirrender_de...@web.de 2010-04-04 20:57:09 UTC --- Created an attachment (id=7263) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7263) truncate comment at 255 Bytes It also works when you append

[Bug 13721] Data too long for column 'rev_comment'

2009-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 Christopher Sahnwaldt jcsahnwa...@gmail.com changed: What|Removed |Added CC|

[Bug 13721] Data too long for column 'rev_comment'

2009-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 --- Comment #3 from Mohamed Magdy mohamed@gmail.com 2009-03-23 17:40:53 UTC --- I found that the error isn't from mwdumper but from the data dumps. the problem is that it is trying to put too much data and the column type is small.

[Bug 13721] Data too long for column 'rev_comment'

2009-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13721 MZMcBride pub...@mzmcbride.com changed: What|Removed |Added Severity|blocker |normal --