iudex-da 1.2.b.0-java → 1.2.b.1-java

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/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.2.b.1 (2012-5-31)
2
+ * Use explicit UPDATE statements. This is ~10x faster than cursor
3
+ updateRow, at least with latest updates.
4
+
1
5
  === 1.2.b.0 (2012-3-4)
2
6
  * Upgrade to activerecord ~> 3.1.3, adapter ~> 1.2.2, pg ~> 9.1.901,
3
7
  dbutils ~> 1.4.0.
data/Manifest.txt CHANGED
@@ -33,4 +33,4 @@ test/setup.rb
33
33
  test/test_migrate.rb
34
34
  test/test_poll_work.rb
35
35
  test/test_pool_factory.rb
36
- lib/iudex-da/iudex-da-1.2.b.0.jar
36
+ lib/iudex-da/iudex-da-1.2.b.1.jar
data/lib/iudex-da/base.rb CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  module Iudex
18
18
  module DA
19
- VERSION = '1.2.b.0'
19
+ VERSION = '1.2.b.1'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
Binary file
data/pom.xml CHANGED
@@ -5,7 +5,7 @@
5
5
  <groupId>iudex</groupId>
6
6
  <artifactId>iudex-da</artifactId>
7
7
  <packaging>jar</packaging>
8
- <version>1.2.b.0</version>
8
+ <version>1.2.b.1</version>
9
9
  <name>Iudex Data Access</name>
10
10
 
11
11
  <parent>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: iudex-da
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 1.2.b.0
5
+ version: 1.2.b.1
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-05 00:00:00 Z
13
+ date: 2012-06-01 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: iudex-core
@@ -160,7 +160,7 @@ files:
160
160
  - test/test_migrate.rb
161
161
  - test/test_poll_work.rb
162
162
  - test/test_pool_factory.rb
163
- - lib/iudex-da/iudex-da-1.2.b.0.jar
163
+ - lib/iudex-da/iudex-da-1.2.b.1.jar
164
164
  homepage: http://github.com/dekellum/iudex
165
165
  licenses: []
166
166
 
Binary file