data_objects 0.10.4.rc2 → 0.10.4

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.markdown CHANGED
@@ -1,3 +1,22 @@
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 segfault when no tuples are returned from a non select statement (do\_postgres)
9
+ * Fix bug when using nested transactions in concurrent scenarios (all)
10
+ * Use column aliases instead of names (jruby)
11
+ * DST calculation fixes (all)
12
+ * Attempt to add better support for ancient MySQL versions (do\_mysql)
13
+ * Fix handling sub second precision for Time objects (do\_postgres)
14
+
15
+ Other
16
+ * Refactor to DRY up the adapters (all)
17
+ * Many style fixes
18
+ * Switch back to RSpec
19
+
1
20
  ## 0.10.3 2011-01-30
2
21
  * Reworked transactions
3
22
  * Fix a DST bug that could cause datetimes in the wrong timezone
@@ -1,3 +1,3 @@
1
1
  module DataObjects
2
- VERSION = '0.10.4.rc2'
2
+ VERSION = '0.10.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_objects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 977940495
5
- prerelease: true
4
+ hash: 63
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
9
  - 4
10
- - rc2
11
- version: 0.10.4.rc2
10
+ version: 0.10.4
12
11
  platform: ruby
13
12
  authors:
14
13
  - Dirkjan Bussink