sunstone 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_record/connection_adapters/sunstone_adapter.rb +1 -1
- data/sunstone.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 108946b9f68b607bdd02fd5516fe3d245c38ef50
|
4
|
+
data.tar.gz: ac1fc9a9862fe8b09441952c0ccc24de41911405
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7478ab403ba72b0c282846be4527bc008f43047fa400428b1038ed0b0a4663303ce1a20a4381f2cefc7d200a69283bfb7944b08b4113691c48d6037bd46dfbc
|
7
|
+
data.tar.gz: 50a43596ea7ece5765415151f1cf721858c99f3a2b1ac39fd7d780852a97bbafa923ec598f304f6b6723f63bacd6fc5ab7f7e8f15b818a2c0a63ca4cb3bec700
|
@@ -115,7 +115,7 @@ module ActiveRecord
|
|
115
115
|
# Executes the delete statement and returns the number of rows affected.
|
116
116
|
def delete(arel, name = nil, binds = [])
|
117
117
|
r = exec_delete(to_sql(arel, binds), name, binds)
|
118
|
-
r.rows.first.
|
118
|
+
r.rows.first.to_i
|
119
119
|
end
|
120
120
|
|
121
121
|
# TODO: deal with connection.close
|
data/sunstone.gemspec
CHANGED