Skip to content

Commit 6828c1e

Browse files
committed
Remove backticks from query
1 parent 90016f5 commit 6828c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ruby_event_store-sequel/lib/ruby_event_store/sequel/event_repository.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def read_from_global_stream(specification)
340340
end
341341

342342
def coalesced_date
343-
"COALESCE(`event_store_events`.`valid_at`, `event_store_events`.`created_at`)"
343+
"COALESCE(event_store_events.valid_at, event_store_events.created_at)"
344344
end
345345

346346
def time_comparison_field(specification)

0 commit comments

Comments
 (0)