9 Apr
2011
9 Apr
'11
12:55 a.m.
Hi all, I'm not able to query a Sqlite database using MacRuby and Sequel. Consider the following gist: https://gist.github.com/910989 macruby => 0.10 sequel => 3.22.0 sqlite3 => 1.3.3 I get a response from the the db when I select ALL the rows, but not when I query for one record. It works with MRI 1.9.2. Am I doing something wrong, or is this a bug? Does anyone have some suggestions on what I should do to troubleshoot this or work around it? Thanks, Daniel