dataduck 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d72a9c14a46ac5a3377bd79b8952b61919d6a4e7
4
- data.tar.gz: b527269b93a5b57057553330859ccda872150e36
3
+ metadata.gz: ac23e9174c3ea59309490fa260595819599c36ca
4
+ data.tar.gz: 3ccd292412d6243256c0e5dc0d92ff02da878407
5
5
  SHA512:
6
- metadata.gz: c8bade98533f439afd0465f22e12ae98b56bb7a29343a76e714ddc79908b4feb19df928f3fb0ff470b5ce608800c2b43e7380f1a63ce52f8acd8b4697f182484
7
- data.tar.gz: cde4b3cc18a2140330fc3ba8577efc0c4caecff7de5d2b36223b637421a0e7f1cdd7b25d9f47d6b53292efe015376a1fa6918659ddae2cccc8d646b9e9648421
6
+ metadata.gz: 97b24e1e17e51b5e56b1127f7e90acbe16c2336796b3c7bc95d8701c49c15fd96381468a4512c978165c78da479453182804b98c221cbf156c3678e42f41ae99
7
+ data.tar.gz: 25604c51263fb54b5dcf428cf9e2052fdfc3d23915e0656684b603cf4633b31c94fa869d54685b6da7a25c19220e29cfb13d427dfc8431fe99e674a268be6fec
@@ -146,6 +146,10 @@ module DataDuck
146
146
  end
147
147
  end
148
148
 
149
+ if base_query.include?(' WHERE ')
150
+ extract_part.gsub!('WHERE ', ' ')
151
+ end
152
+
149
153
  [base_query, extract_part, limit_part].join(' ').strip
150
154
  end
151
155
 
@@ -2,7 +2,7 @@ module DataDuck
2
2
  if !defined?(DataDuck::VERSION)
3
3
  VERSION_MAJOR = 0
4
4
  VERSION_MINOR = 6
5
- VERSION_PATCH = 3
5
+ VERSION_PATCH = 4
6
6
  VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH].join('.')
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dataduck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Pickhardt