fluiddb 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/FluidDb/Mock.rb +12 -0
  2. metadata +2 -2
@@ -86,6 +86,18 @@ module FluidDb
86
86
 
87
87
  self.addSql( sql, result )
88
88
  end
89
+
90
+ # Transaction Semantics
91
+ def Begin
92
+ end
93
+
94
+ # Transaction Semantics
95
+ def Commit
96
+ end
97
+
98
+ # Transaction Semantics
99
+ def Rollback
100
+ end
89
101
 
90
102
  end
91
103
 
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.13
4
+ version: 0.1.14
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: 2014-02-11 00:00:00.000000000 Z
12
+ date: 2014-06-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A semantic layer for db interaction
15
15
  email: guy@guyirvine.com