[Rails-core] Re: SQLite2 version in CI?

2009-05-22 Thread Jason King
Ah, the end of the build log. Thanks Chad! So now I'm confused, because my test fails with the same versions of SQLite2 and same sqlite-ruby gem as the CI machine. I can reproduce the bug in last_insert_rowid() directly in SQLite2 (by using those large ids) so I have to conclude that the

[Rails-core] Re: SQLite2 version in CI?

2009-05-22 Thread Chad Woolley
On Fri, May 22, 2009 at 4:24 PM, Jason King smathy.w...@gmail.com wrote: Can someone tell me which version of sqlite is used on the CI machine?  (Or, even better, how to find out?) I'm seeing what looks like a bug in my 2.8.17 for the last_insert_rowid() function with the high PKey IDs that

[Rails-core] Re: SQLite2 version in CI?

2009-05-22 Thread Chad Woolley
On Fri, May 22, 2009 at 4:37 PM, Jason King smathy.w...@gmail.com wrote: So now I'm confused, because my test fails with the same versions of SQLite2 and same sqlite-ruby gem as the CI machine.  I can reproduce the bug in last_insert_rowid() directly in SQLite2 (by using those large ids) so I