fluent-query-sql 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/fluent-query-sql.gemspec +1 -1
- data/lib/fluent-query/drivers/sql.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.1
|
data/fluent-query-sql.gemspec
CHANGED
@@ -21,7 +21,7 @@ module FluentQuery
|
|
21
21
|
# Contains relevant methods index for this driver.
|
22
22
|
#
|
23
23
|
|
24
|
-
RELEVANT = [:select, :insert, :update, :delete, :truncate, :set, :begin, :commit, :union]
|
24
|
+
RELEVANT = [:select, :insert, :update, :delete, :truncate, :set, :begin, :commit, :union, :rollback]
|
25
25
|
|
26
26
|
##
|
27
27
|
# Contains ordering for typicall queries.
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: fluent-query-sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.
|
5
|
+
version: 0.9.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- "Martin Koz\xC3\xA1k"
|
@@ -114,7 +114,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
hash:
|
117
|
+
hash: -3539152250720307305
|
118
118
|
segments:
|
119
119
|
- 0
|
120
120
|
version: "0"
|