Beate Pomahatsch

Results 6 comments of Beate Pomahatsch

This problem occurs, if you have hidden columns on this table. Can you check, if the output of following statement lists columns with column_id = null SELECT * FROM ALL_TAB_COLS...

@AvneetBaweja can you provide a describe of the table? you can obfuscate column-names, if necessary, but I need to see the datatypes

@AvneetBaweja The datatypes in the table are all supported. Can you pls modify the gem-file procedure_call.rb and uncomment line 20 # puts "DEBUG: sql = #{@sql.gsub("\n","\n")}" and provide the output?...

@AvneetBaweja I did not expect to change the error output, but executing your test on the command line you should have a debug output in the console showing the procedure...

This is a problem on Windows only. For our Windows-based developers I have modified ruby-plsql-spec gem and updated nokogiri dependency to 1.8. This works fine.

Actually you can use https://github.com/rsim/ruby-plsql-spec/pull/47 to fix this for your installation.