If it really is such a big issue to make these database changes, then maybe the version number should be incremented more (maybe 4 1) to remind people that this is not just a bugfix or small upgrade
BTW, I thought I remember a discussion about the equals sign at the end of the message I could not find the discussion, but the equals sign is still there
On Fri, Mar 12, 2010 at 9:32 PM, Justin J justin@PROTECTED wrote:
Another issue has been with converting current MySQL (in particular - I haven't really looked at SQLite or PostgreSQL) from whatever character set was used, to UTF-8 There's no easy way to do that
There's also the problem with errors, like this:
Specified key was too long; max key length is 767 bytes
When creating tables This is directly related to the new charset being set The resolution seems to be to change the schema, to make certain fields a little smaller I talk a little about this, here:
http://dadamailproject com/support/boards/viewtopic php?f=5&t=1902&p=7211&hilit=too+long#p7211
I also talk about problems with converting the character set:
http://dadamailproject com/support/boards/viewtopic php?f=4&t=1904&start=0&hilit=CONVERT+TO+CHARACTER+SET+utf8+COLLATE
using something like this SQL:
ALTER TABLE
dada_settings
CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;From my experience, this'll muck up everything that's not Latin1, unfortunately There's a lot about this problem around the intertubes:
http://www mysqlperformanceblog com/2009/03/17/converting-character-sets/
With a lot of different things to try, each getting a lot more complex than the first You guys have any insight? :)
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.