mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Support the use of public synonyms with the Oracle adapter; required ruby-oci8 v0.1.14 (closes #4390) [schoenm@earthlink.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4055 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Support the use of public synonyms with the Oracle adapter; required ruby-oci8 v0.1.14 #4390 [schoenm@earthlink.net]
|
||||
|
||||
* Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycentered.com]
|
||||
|
||||
* Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes #4348 [Rick]
|
||||
|
||||
@@ -537,6 +537,7 @@ begin
|
||||
|
||||
def describe(name, type)
|
||||
@desc ||= @@env.alloc(OCIDescribe)
|
||||
@desc.attrSet(OCI_ATTR_DESC_PUBLIC, -1) if VERSION >= '0.1.14'
|
||||
@desc.describeAny(@svc, name, type)
|
||||
@desc.attrGet(OCI_ATTR_PARAM)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user