Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
ruby-oci8
Commits
c15f00fa
Commit
c15f00fa
authored
Apr 24, 2016
by
Kubo Takehiro
Browse files
Update the version to 2.2.2.
parent
c21593f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c15f00fa
2016-04-24 Kubo Takehiro <kubo@jiubao.org>
* NEWS: Add changes between 2.2.1 and 2.2.2.
* lib/oci8/version.rb: update to 2.2.2.
2016-04-24 Kubo Takehiro <kubo@jiubao.org>
* docs/report-installation-issue.md: Use RbConfig::CONFIG instead of
deprecated Config::CONFIG.
...
...
NEWS
View file @
c15f00fa
# @markup markdown
2.2.2
=====
New Features
------------
### Add OCI8::in_cond
This is a helper method to bind an array to parameters in IN-conditions.
See {file:docs/bind-array-to-in_cond.md Bind an Array to IN-condition}
### Add timeout parameters in OCI8::properties
See {file:docs/timeout-parameters.md Timeout Parameters}
### Support SYSBACKUP, SYSDG and SYSKM privileges.
For example:
OCI8.new(username, password, database, :SYSBACKUP)
(github issue #110)
### Support {OCI8::Cursor#row_count} over 4G (Oracle 12c client only)
Fixed Issues
------------
### Fix type mapping of subtypes of Oracle object
github issue #119
### Fix compile error on cygwin since ruby-oci8 2.1.8.
github issue #113
### Fix compile error when the ruby was compiled by Visual Studio 64bit.
Other Changes
-------------
- Suppress warning: instance variable @name_to_tdo not initialized.
- Check the default value of DYLD_FALLBACK_LIBRARY_PATH after checking OCI_DIR on installation. (OS X only)
2.2.1
=====
...
...
lib/oci8/version.rb
View file @
c15f00fa
class
OCI8
VERSION
=
"2.2.
1
"
VERSION
=
"2.2.
2
"
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment