Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc8
Component:
- Domain Prefix
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2009 at 14:39 UTC
Updated:
12 Jul 2009 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
agentrickardThis is a problem with how MySQL handles autoincrement fields. There is no easy solution.
A search reveals http://drupal.org/node/428318 -- do you think you can try a patch that handles this?
Comment #2
iko commentedIt's also a problem for me (but I'm unable to code anything) : "subscribing" and waiting patiently !
Thanks,
Comment #3
agentrickardATM, you will have to go into MySQL and fix the table manually.
Comment #4
agentrickardHere is a patch that, at least, doesn't break anything.
I don't know if this will work or not, since I am not using STRICT mode. But it's worth a shot.
I suspect that the database user may not have enough permission to run the query we need, which is:
Comment #5
agentrickardNoted in the module documentation.
Comment #6
agentrickardThis is fixable with a little extra data checking.
Comment #7
agentrickardOK, this was a nasty one, but it works.
If someone can figure out how to set the sequence value in pgSQL, that would be good.
Committed to HEAD.