uc3-dmp-rds 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f01cded7a449d6914fdcb27114cc5538954a7a7befcaad5f0233d4bb9c490430
4
- data.tar.gz: da26678250bac51789568e9a7dc08cdb02eb957d2c25a733790470ffbb0e8ee3
3
+ metadata.gz: fc1111fe5036e396ca2a955800881a62ba4b9dcd4cc33578eb0f6594dfacb553
4
+ data.tar.gz: c561b948a42adcfcb581e75e1f06a9c8c95d91383d33d6f229ca6d51b2ed4e83
5
5
  SHA512:
6
- metadata.gz: 3d468a1782f1463626d538c43165b89fe2894fb7c0891ccc211ae9309fc3494ba272e71d4604d6f4b74a3deb6387a9138821a653a95b96e686f7ec40164882f1
7
- data.tar.gz: b65f521adda86f98a2656eae5dcbbfc14ed7407d9d696c419dd6f485a76afb9e7388f34b2a65815f94fc4910b4e6ac4aeefeed404aaa512cb5f48b51f9d73693
6
+ metadata.gz: dc022d1c75b71d36ec1e3bfd4e3371feace0cf7d5bdc8f100a6d8a4ddb0528350ab5fccd065d25a0fc1735e6f86ba4997a2ffff1878e7aecd8f019f7955d033b
7
+ data.tar.gz: 2cb5201da0fc67a3ab122c6f39598eaa952c37bbe64cd2daab37250470625009b69c3043744d5ffc96069339ff34b336d11c17a5298a33229fbbed82021ba466
@@ -47,8 +47,7 @@ module Uc3DmpRds
47
47
  # rubocop:enable Metrics/AbcSize
48
48
 
49
49
  # Execute the specified query using ActiveRecord's helpers to sanitize the input
50
- def execute_query(user:, sql:, **params)
51
- raise AdapterError, MSG_UNAUTHORIZED unless user.is_a?(User)
50
+ def execute_query(sql:, **params)
52
51
  return [] unless sql.is_a?(String) && !sql.strip.empty? && (params.nil? || params.is_a?(Hash))
53
52
  # Verify that all of the kewords are accounted for and that values were supplied
54
53
  raise AdapterError, MSG_KEYWORDS_INVALID unless _verify_params(sql: sql, params: params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpRds
4
- VERSION = '0.0.22'
4
+ VERSION = '0.0.23'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley