I\'m trying to manually execute SQL commands so I can access procedures in NuoDB.
I\'m using Ruby on Rails and I\'m using the following command:
Acti
res = ActiveRecord::Base.connection_pool.with_connection { |con| con.exec_query( "SELECT 1;" ) }
The above code is an example for