ibm_db 3.0.1 → 3.0.2
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.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/README +1 -1
- data/ext/ibm_db.c +1 -1
- data/lib/active_record/connection_adapters/ibm_db_adapter.rb +3169 -3170
- metadata +2 -4
- data/ext/OLD/extconf.rb +0 -264
- data/ext/OLD/extconf_MacOS.rb +0 -269
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e705d2323ca163b2bd7777b01d889c1c83d8d9b
|
|
4
|
+
data.tar.gz: 019030ac66aa4c6f796619d1e726dc8b8619bdb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7e372f60dbbd37f2ace9d867d12191f5d55490a2aedd45f29a364833333cfa5f65bd7c2c7816b3d0006559e00b28105eb09f0fd6ea2ea77356f405229cd2694
|
|
7
|
+
data.tar.gz: 374d860e6fca3f4c60e4e5325d275cd57c113f14537c418973d4e04498d8500a5c0c9fdba34fff4116595f439a1d086595ea517f54734a76f08c3a9a06583b63
|
data/CHANGES
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
==============
|
|
3
|
+
2016/05/24 (IBM_DB adapter 3.0.2, driver 3.0.2)
|
|
4
|
+
- Fixed issue #52 - Invalid foreign key ON UPDATE action specified in schema.rb
|
|
5
|
+
- Fixed issue #59 - Can't Upload Binary Files Using 3.0.x (with Ruby 2.1.0 and Rails 4.2.6)
|
|
6
|
+
|
|
3
7
|
2016/01/06 (IBM_DB adapter 3.0.1, driver 3.0.1)
|
|
4
8
|
- Combined MacOS and Linux installation code in one file under extconf.rb to handle any Mac OS version upgrade.
|
|
5
9
|
- Fixed bug#49 - Regardless of what value you pass in for a clob, update_attributes will set the value to <ibm>@@@IBMTEXT@@@</ibm> in the database
|
data/README
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=====================================================================
|
|
2
|
-
README for the IBM_DB Adapter (3.0.
|
|
2
|
+
README for the IBM_DB Adapter (3.0.2) and Driver (3.0.2) (2016/05/24)
|
|
3
3
|
For ActiveRecord Version >= 4.2.0 (and Rails >= 4.2.0)
|
|
4
4
|
=====================================================================
|
|
5
5
|
|