fluiddb 0.1.6 → 0.1.7
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.
- data/lib/FluidDb/Firebird.rb +3 -3
- metadata +2 -2
data/lib/FluidDb/Firebird.rb
CHANGED
|
@@ -143,17 +143,17 @@ module FluidDb
|
|
|
143
143
|
|
|
144
144
|
# Transaction Semantics
|
|
145
145
|
def Begin
|
|
146
|
-
@connection.
|
|
146
|
+
@connection.transaction()
|
|
147
147
|
end
|
|
148
148
|
|
|
149
149
|
# Transaction Semantics
|
|
150
150
|
def Commit
|
|
151
|
-
@connection.
|
|
151
|
+
@connection.commit()
|
|
152
152
|
end
|
|
153
153
|
|
|
154
154
|
# Transaction Semantics
|
|
155
155
|
def Rollback
|
|
156
|
-
@connection.
|
|
156
|
+
@connection.rollback()
|
|
157
157
|
end
|
|
158
158
|
|
|
159
159
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluiddb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-09-
|
|
12
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A semantic layer for db interaction
|
|
15
15
|
email: guy@guyirvine.com
|