Bug#602342: [erlang-odbc] Always fails to connect

2010-11-04 Thread Emil Langrock
On Thursday 04 November 2010 12:15:25 Sergei Golovan wrote: > > On Thu, Nov 4, 2010 at 9:43 AM, Sergei Golovan wrote: > > On Thu, Nov 4, 2010 at 1:21 AM, Emil Langrock wrote: > >>> odbc:start(). > >> > >> odbc:connect("Driver=SQLITE3;Database=/var/lib/ejabberd_archive/mod_arch > >> ive.sqlite3

Bug#602342: [erlang-odbc] Always fails to connect

2010-11-04 Thread Sergei Golovan
reassign 602342 libsqliteodbc tags 602342 + patch thanks On Thu, Nov 4, 2010 at 9:43 AM, Sergei Golovan wrote: > On Thu, Nov 4, 2010 at 1:21 AM, Emil Langrock wrote: >> >>> odbc:start(). >>> >> odbc:connect("Driver=SQLITE3;Database=/var/lib/ejabberd_archive/mod_archive.sqlite3;", >> [{scrollable

Bug#602342: [erlang-odbc] Always fails to connect

2010-11-04 Thread Emil Langrock
On Thursday 04 November 2010 07:43:08 Sergei Golovan wrote: [...] > odbcserver (the Erlang port which talks to unixodbc) segfaults when > connecting to > SQLite3 database. Seems like a bug in odbcserver. I'll try to > investigate it. Though I think the fix will appear in unstable and > testing firs

Bug#602342: [erlang-odbc] Always fails to connect

2010-11-03 Thread Sergei Golovan
On Thu, Nov 4, 2010 at 1:21 AM, Emil Langrock wrote: > >> odbc:start(). >> > odbc:connect("Driver=SQLITE3;Database=/var/lib/ejabberd_archive/mod_archive.sqlite3;", > [{scrollable_cursors, off}]). > > =ERROR REPORT 3-Nov-2010::22:46:50 === > ODBC: received unexpected info: {tcp_closed,#Port<0.6

Bug#602342: [erlang-odbc] Always fails to connect

2010-11-03 Thread Emil Langrock
Package: erlang-odbc Version: 1:14.b-dfsg-1 Severity: normal I have a normal unixodbc installation (no manual configuration) with libsqliteodbc. This works perfectly with pyodbc and other programs which uses odbc: >>> import pyodbc context = pyodbc.connect("Driver=SQLITE3;Database=/var/l