Closed (fixed)
Project:
Resource Conflict
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
20 Dec 2012 at 16:20 UTC
Updated:
26 Jul 2017 at 06:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedModule doesn't currently make full use of Drupal's DB abstraction layer so added "BINARY" before each field on the SQL conflict checking query to quickly resolve an "Illegal mix of collations" error.
Comment #2
Anonymous (not verified) commentedNice, patch works for me!
Comment #3
ohthehugemanatee commentedWorks for me too, code looks great. Committed to 7.x-dev. Thanks @stevepurkiss!
Comment #4
joelpittetIs this for multiple dates and not repeat dates? Shouldn't it be using
date_repeat_calc()whendate_repeatmodule is enabled or something like that?