ibm_db 2.5.11-x86-mingw32 → 2.5.12-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/CHANGES
    CHANGED
    
    | 
         @@ -1,5 +1,8 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Change Log
         
     | 
| 
       2 
2 
     | 
    
         
             
            ==============
         
     | 
| 
      
 3 
     | 
    
         
            +
            2014/01/28 (IBM_DB adapter 2.5.12, driver 2.5.11) :
         
     | 
| 
      
 4 
     | 
    
         
            +
              - Supporting usage of name ibmdb as adapter along with current name ibm_db to support requirements of cloud environments
         
     | 
| 
      
 5 
     | 
    
         
            +
              
         
     | 
| 
       3 
6 
     | 
    
         
             
            2012/12/07 (IBM_DB adapter 2.5.11, driver 2.5.11) :
         
     | 
| 
       4 
7 
     | 
    
         
             
              - Fixed bug #29633 - Deletes cause too many handles to be consumed and not freed
         
     | 
| 
       5 
8 
     | 
    
         
             
              - Support for Mac OS CLI library loading to check create and drop db functionality - #29625
         
     | 
    
        data/README
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            =====================================================================
         
     | 
| 
       2 
     | 
    
         
            -
            README for the IBM_DB Adapter (2.5. 
     | 
| 
      
 2 
     | 
    
         
            +
            README for the IBM_DB Adapter (2.5.12) and Driver (2.5.11) (2014/01/28)
         
     | 
| 
       3 
3 
     | 
    
         
             
            For ActiveRecord Version >= 1.15.5 (and Rails >= 1.2.5)
         
     | 
| 
       4 
4 
     | 
    
         
             
            =====================================================================
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
         @@ -216,6 +216,11 @@ module ActiveRecord 
     | 
|
| 
       216 
216 
     | 
    
         
             
                    raise "An unexpected error occured during connect attempt to [#{database}]"
         
     | 
| 
       217 
217 
     | 
    
         
             
                  end
         
     | 
| 
       218 
218 
     | 
    
         
             
                end # method self.ibm_db_connection
         
     | 
| 
      
 219 
     | 
    
         
            +
             
     | 
| 
      
 220 
     | 
    
         
            +
                def self.ibmdb_connection(config)
         
     | 
| 
      
 221 
     | 
    
         
            +
            	  #Method to support alising of adapter name as ibmdb [without underscore]
         
     | 
| 
      
 222 
     | 
    
         
            +
                  self.ibm_db_connection(config)
         
     | 
| 
      
 223 
     | 
    
         
            +
                end
         
     | 
| 
       219 
224 
     | 
    
         
             
              end # class Base
         
     | 
| 
       220 
225 
     | 
    
         | 
| 
       221 
226 
     | 
    
         
             
              module ConnectionAdapters
         
     | 
    
        data/lib/mswin32/rb18x/ibm_db.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/mswin32/rb19x/ibm_db.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,50 +1,41 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            --- !ruby/object:Gem::Specification 
     | 
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: ibm_db
         
     | 
| 
       3 
     | 
    
         
            -
            version: !ruby/object:Gem::Version 
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
       5 
     | 
    
         
            -
              prerelease:  
     | 
| 
       6 
     | 
    
         
            -
              segments: 
         
     | 
| 
       7 
     | 
    
         
            -
              - 2
         
     | 
| 
       8 
     | 
    
         
            -
              - 5
         
     | 
| 
       9 
     | 
    
         
            -
              - 11
         
     | 
| 
       10 
     | 
    
         
            -
              version: 2.5.11
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.5.12
         
     | 
| 
      
 5 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
       11 
6 
     | 
    
         
             
            platform: x86-mingw32
         
     | 
| 
       12 
     | 
    
         
            -
            authors: 
     | 
| 
      
 7 
     | 
    
         
            +
            authors:
         
     | 
| 
       13 
8 
     | 
    
         
             
            - IBM
         
     | 
| 
       14 
9 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       15 
10 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       16 
11 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
            dependencies: 
         
     | 
| 
       21 
     | 
    
         
            -
            - !ruby/object:Gem::Dependency 
         
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2014-01-28 00:00:00.000000000 Z
         
     | 
| 
      
 13 
     | 
    
         
            +
            dependencies:
         
     | 
| 
      
 14 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
       22 
15 
     | 
    
         
             
              name: activerecord
         
     | 
| 
       23 
     | 
    
         
            -
               
     | 
| 
       24 
     | 
    
         
            -
              requirement: &id001 !ruby/object:Gem::Requirement 
         
     | 
| 
      
 16 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
       25 
17 
     | 
    
         
             
                none: false
         
     | 
| 
       26 
     | 
    
         
            -
                requirements: 
     | 
| 
       27 
     | 
    
         
            -
                - -  
     | 
| 
       28 
     | 
    
         
            -
                  - !ruby/object:Gem::Version 
     | 
| 
       29 
     | 
    
         
            -
                    hash: 41
         
     | 
| 
       30 
     | 
    
         
            -
                    segments: 
         
     | 
| 
       31 
     | 
    
         
            -
                    - 1
         
     | 
| 
       32 
     | 
    
         
            -
                    - 15
         
     | 
| 
       33 
     | 
    
         
            -
                    - 1
         
     | 
| 
      
 18 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 19 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
      
 20 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
       34 
21 
     | 
    
         
             
                    version: 1.15.1
         
     | 
| 
       35 
22 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       36 
     | 
    
         
            -
               
     | 
| 
      
 23 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 24 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 25 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 26 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 27 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 29 
     | 
    
         
            +
                    version: 1.15.1
         
     | 
| 
       37 
30 
     | 
    
         
             
            description: 
         
     | 
| 
       38 
31 
     | 
    
         
             
            email: rubyibm-developers@rubyforge.org
         
     | 
| 
       39 
32 
     | 
    
         
             
            executables: []
         
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
33 
     | 
    
         
             
            extensions: []
         
     | 
| 
       42 
     | 
    
         
            -
             
     | 
| 
       43 
     | 
    
         
            -
            extra_rdoc_files: 
         
     | 
| 
      
 34 
     | 
    
         
            +
            extra_rdoc_files:
         
     | 
| 
       44 
35 
     | 
    
         
             
            - CHANGES
         
     | 
| 
       45 
36 
     | 
    
         
             
            - README
         
     | 
| 
       46 
37 
     | 
    
         
             
            - MANIFEST
         
     | 
| 
       47 
     | 
    
         
            -
            files: 
     | 
| 
      
 38 
     | 
    
         
            +
            files:
         
     | 
| 
       48 
39 
     | 
    
         
             
            - CHANGES
         
     | 
| 
       49 
40 
     | 
    
         
             
            - ext/extconf.rb
         
     | 
| 
       50 
41 
     | 
    
         
             
            - ext/ibm_db.c
         
     | 
| 
         @@ -54,6 +45,7 @@ files: 
     | 
|
| 
       54 
45 
     | 
    
         
             
            - ext/ruby_ibm_db_cli.c
         
     | 
| 
       55 
46 
     | 
    
         
             
            - ext/ruby_ibm_db_cli.h
         
     | 
| 
       56 
47 
     | 
    
         
             
            - init.rb
         
     | 
| 
      
 48 
     | 
    
         
            +
            - lib/active_record/connection_adapters/ibmdb_adapter.rb
         
     | 
| 
       57 
49 
     | 
    
         
             
            - lib/active_record/connection_adapters/ibm_db_adapter.rb
         
     | 
| 
       58 
50 
     | 
    
         
             
            - lib/active_record/connection_adapters/ibm_db_pstmt.rb
         
     | 
| 
       59 
51 
     | 
    
         
             
            - lib/active_record/vendor/db2-i5-zOS.yaml
         
     | 
| 
         @@ -90,41 +82,31 @@ files: 
     | 
|
| 
       90 
82 
     | 
    
         
             
            - test/schema/luw/ibm_db_specific_schema.rb
         
     | 
| 
       91 
83 
     | 
    
         
             
            - test/schema/schema.rb
         
     | 
| 
       92 
84 
     | 
    
         
             
            - test/schema/zOS/ibm_db_specific_schema.rb
         
     | 
| 
       93 
     | 
    
         
            -
            has_rdoc: true
         
     | 
| 
       94 
85 
     | 
    
         
             
            homepage: http://rubyforge.org/projects/rubyibm/
         
     | 
| 
       95 
86 
     | 
    
         
             
            licenses: []
         
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
87 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       98 
88 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
            require_paths: 
         
     | 
| 
      
 89 
     | 
    
         
            +
            require_paths:
         
     | 
| 
       101 
90 
     | 
    
         
             
            - lib
         
     | 
| 
       102 
     | 
    
         
            -
            required_ruby_version: !ruby/object:Gem::Requirement 
     | 
| 
      
 91 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
       103 
92 
     | 
    
         
             
              none: false
         
     | 
| 
       104 
     | 
    
         
            -
              requirements: 
     | 
| 
       105 
     | 
    
         
            -
              - -  
     | 
| 
       106 
     | 
    
         
            -
                - !ruby/object:Gem::Version 
     | 
| 
       107 
     | 
    
         
            -
                  hash: 59
         
     | 
| 
       108 
     | 
    
         
            -
                  segments: 
         
     | 
| 
       109 
     | 
    
         
            -
                  - 1
         
     | 
| 
       110 
     | 
    
         
            -
                  - 8
         
     | 
| 
       111 
     | 
    
         
            -
                  - 6
         
     | 
| 
      
 93 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 94 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
      
 95 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
       112 
96 
     | 
    
         
             
                  version: 1.8.6
         
     | 
| 
       113 
     | 
    
         
            -
            required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
| 
      
 97 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       114 
98 
     | 
    
         
             
              none: false
         
     | 
| 
       115 
     | 
    
         
            -
              requirements: 
     | 
| 
       116 
     | 
    
         
            -
              - -  
     | 
| 
       117 
     | 
    
         
            -
                - !ruby/object:Gem::Version 
     | 
| 
       118 
     | 
    
         
            -
                   
     | 
| 
       119 
     | 
    
         
            -
             
     | 
| 
       120 
     | 
    
         
            -
                  - 0
         
     | 
| 
       121 
     | 
    
         
            -
                  version: "0"
         
     | 
| 
       122 
     | 
    
         
            -
            requirements: 
         
     | 
| 
      
 99 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 100 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
      
 101 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 102 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 103 
     | 
    
         
            +
            requirements:
         
     | 
| 
       123 
104 
     | 
    
         
             
            - ActiveRecord, at least 1.15.1
         
     | 
| 
       124 
105 
     | 
    
         
             
            rubyforge_project: rubyibm
         
     | 
| 
       125 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 106 
     | 
    
         
            +
            rubygems_version: 1.8.23
         
     | 
| 
       126 
107 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       127 
108 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       128 
     | 
    
         
            -
            summary:  
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
      
 109 
     | 
    
         
            +
            summary: ! 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows,
         
     | 
| 
      
 110 
     | 
    
         
            +
              DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
         
     | 
| 
      
 111 
     | 
    
         
            +
            test_files:
         
     | 
| 
       130 
112 
     | 
    
         
             
            - test/ibm_db_test.rb
         
     |