Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Dean Holdren
Oracle and Acutal Technologies driver issues [ reply ]  
2007-09-25 16:58
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