inferno_core 0.4.25 → 0.4.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -139,7 +139,7 @@ module Inferno
139
139
  select uncounted_requests.request_id request_id
140
140
  from (
141
141
  select r.id request_id, t.id tag_id from requests r
142
- inner join requests_tags rt on r.`index` = rt.requests_id
142
+ inner join requests_tags rt on r."index" = rt.requests_id
143
143
  inner join tags t on rt.tags_id = t.id
144
144
  where r.test_session_id = :test_session_id
145
145
  and r.result_id in (
@@ -163,7 +163,7 @@ module Inferno
163
163
  ) as matched_requests
164
164
  inner join requests final_requests on final_requests.id = matched_requests.request_id
165
165
  where final_requests.test_session_id = :test_session_id
166
- order by final_requests.`index`
166
+ order by final_requests."index"
167
167
  SQL
168
168
  end
169
169
 
@@ -1,4 +1,4 @@
1
1
  module Inferno
2
2
  # Standard patterns for gem versions: https://guides.rubygems.org/patterns/
3
- VERSION = '0.4.25'.freeze
3
+ VERSION = '0.4.27'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inferno_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.25
4
+ version: 0.4.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-12-20 00:00:00.000000000 Z
13
+ date: 2024-01-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport