I'm on a Mac trying to connect to Oracle using
Actual Technologies ODBC driver: http://www.actualtechnologies.com/
I haven't been able to get this configuration working correctly
rake db:schema:dump is failing on this line of odbc_adapter.rb in method 'columns':
isNotNullable = (odbcIsNullable.match('NO') != nil)
since odbcIsNullable is nil with this error:
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.match
|