I am sure I am missing something obvious here, but I have looked for a 
solution on http://sequel.jeremyevans.net/documentation.html.

I have a table named 'VIEW_SomeTableName' that I want to wrap with a sequel 
model.
I defined this class: 

' class MyClass < Sequel::Model(:View_SomeTableName) '


but using it results in a Sequel::DatabaseError: TinyTds::Error: Invalid 
object name error.


If i instead just do a DB.fetch('select * View_SomeTableName') everything 
works.




-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to