fluiddb 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- 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
|