Closed (fixed)
Project:
User Import
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 10:45 UTC
Updated:
4 Oct 2009 at 19:30 UTC
Trying to import user file complains that "user_import_import_id_seq relation doesn't exist". In fact, the problem is caused by the fact that inside user_import.module file on line 1228 this sequence is called directly without obeying db_prefix semantics.
The fix is to surround sequence name with a curly brackets.
| Comment | File | Size | Author |
|---|---|---|---|
| user_import.module.patch | 539 bytes | esteewhy |
Comments
Comment #1
robert castelo commentedThe db_prefix semantics are for tables, do we need to wrap user_import_import_id_seq with {} ?
Comment #2
robert castelo commentedCommitted in 5.x-2.10 and 6.x-2.2 - needs testing.