do_oracle 0.10.4.rc2-x86-mingw32 → 0.10.4-x86-mingw32
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/ChangeLog.markdown +13 -0
- data/lib/do_oracle/1.8/do_oracle.so +0 -0
- data/lib/do_oracle/1.9/do_oracle.so +0 -0
- data/lib/do_oracle/version.rb +1 -1
- data/tasks/compile.rake +1 -1
- metadata +5 -7
data/ChangeLog.markdown
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
## 0.10.4 2011-04-28
|
2
|
+
|
3
|
+
New features
|
4
|
+
* Add save point to transactions (all)
|
5
|
+
* JRuby 1.9 mode support (encodings etc.)
|
6
|
+
|
7
|
+
Bugfixes
|
8
|
+
* Fix bug when using nested transactions in concurrent scenarios (all)
|
9
|
+
* Use column aliases instead of names (jruby)
|
10
|
+
|
11
|
+
Other
|
12
|
+
* Switch back to RSpec
|
13
|
+
|
1
14
|
## 0.10.3 2011-01-30
|
2
15
|
* No changes
|
3
16
|
|
Binary file
|
Binary file
|
data/lib/do_oracle/version.rb
CHANGED
data/tasks/compile.rake
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: do_oracle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 63
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
9
|
- 4
|
10
|
-
|
11
|
-
version: 0.10.4.rc2
|
10
|
+
version: 0.10.4
|
12
11
|
platform: x86-mingw32
|
13
12
|
authors:
|
14
13
|
- Raimonds Simanovskis
|
@@ -25,13 +24,12 @@ dependencies:
|
|
25
24
|
requirements:
|
26
25
|
- - "="
|
27
26
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
27
|
+
hash: 63
|
29
28
|
segments:
|
30
29
|
- 0
|
31
30
|
- 10
|
32
31
|
- 4
|
33
|
-
|
34
|
-
version: 0.10.4.rc2
|
32
|
+
version: 0.10.4
|
35
33
|
type: :runtime
|
36
34
|
name: data_objects
|
37
35
|
prerelease: false
|