Needs review
Project:
Server-side A/B Testing
Version:
1.0.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Apr 2026 at 11:09 UTC
Updated:
27 Apr 2026 at 20:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lars.stiebenz commentedThe patch just defines all existing ID fields as primary keys. Alternatively, a new separate serial ID could be used.
Comment #4
lars.stiebenz commentedUsing cookie_id as a primary key too, causes the following error during module installation:
As a result, the entire table won't be created.
Therefore I removed cookie_id from the primary_keys
Comment #5
emartos commentedHi Lars,
Thank you so much for this patch. Let me check it in detail to integrate it in the next version.
Best regards,
Eduardo.
Comment #6
emartos commented