Hello, all. I have the application, which uses SQLite database with OID (aka ROWID aka _ROWID_) as primary key. I try to use Sequel instead of sqlite3 gem and can't get this key. SQL example from sqlite3: "SELECT `oid` AS `id`, * FROM `staff`". Is there an option to get OID through Sequel "db[:staff]" queries?
-- 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 https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
