Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6713

ruby and sqlite

From Andreu <sys1@sci.org>
Newsgroups comp.lang.ruby
Subject ruby and sqlite
Date 2013-01-03 22:08 +0100
Organization Aioe.org NNTP Server
Message-ID <kc4rvs$7op$1@speranza.aioe.org> (permalink)

Show all headers | View raw


I have the last versions of ruby, sqlite, and sqlite-gem installed.
When I use the command line version of ruby and execute:
 >> select sqlite_version();
I get the correct version (3.7.15.1) ..
When I execute the same statement from inside a script as:
puts sqlite_version()
It returns: 3.7.11
I have only one copy of sqlite3.dll on my system, so any
clue will be appreciated.

Andrew.

Back to comp.lang.ruby | Previous | Next | Find similar


Thread

ruby and sqlite Andreu <sys1@sci.org> - 2013-01-03 22:08 +0100

csiph-web