On Tue, Apr 26, 2022 at 12:30 PM Kenneth Leung <alpha.azi...@gmail.com>
wrote:

> Hi Jeremy,
>
> I tried your given example but failed with the following message.
> "NoMethodError: undefined method `values' for
> #<Sequel::TinyTDS::Database:....."
> is this an adapter-specific error?
> From what I understand, DB is derived from Sequel::Database, but I can't
> find the method "values" documented (
> https://sequel.jeremyevans.net/rdoc/classes/Sequel/Database.html)
>

Database#values is a PostgreSQL and SQLite specific method:

*
http://sequel.jeremyevans.net/rdoc-adapters/classes/Sequel/Postgres/DatabaseMethods.html#method-i-values
*
http://sequel.jeremyevans.net/rdoc-adapters/classes/Sequel/SQLite/DatabaseMethods.html#method-i-values

Thanks,
Jeremy

-- 
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 sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSfrLDx8C4XNvose6T9ekpCud%2Byab1oS937Dr-UtVDMjNA%40mail.gmail.com.

Reply via email to