On Monday, July 29, 2013 6:14:07 AM UTC-7, blambeau wrote:
>
> Hi!
>
> In the scenario below, the same database seems to be used for db1 and db2
> under JRuby, which leads to an error:
>
> db1 = ::Sequel.connect("jdbc:sqlite:memory")
>
This creates a file-backed sqlite3 database named "memory" in the current
directory. As you mentioned later, you need to use "jdbc:sqlite::memory:"
to get a memory-backed database.
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/groups/opt_out.