Re: [Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-20 Thread Guillermo Polito
Yes, I was googling exactly that ^^. I will check when I have some time. Maybe the problem comes from the installed ubuntu in the server, which is an ubuntu12 (it will be two and a half years old soon). El Tue Jan 20 2015 at 5:25:50 PM, Torsten Bergmann escribió: > >It fails because: > > > >ioF

Re: [Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-20 Thread Torsten Bergmann
>It fails because: >  >ioFindExternalFunctionIn(sqlite3_close_v2, 0x87f9b78): > ./sqlite3.so: undefined symbol: sqlite3_close_v2 Maybe you installed an older one, there are two variations for closing the DB: int sqlite3_close(sqlite3*); int sqlite3_close_v2(sqlite3*); See https://www.sqlite

Re: [Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-20 Thread Guillermo Polito
El Tue Jan 20 2015 at 4:37:43 PM, Torsten Bergmann escribió: > > >It is testing a matrix combining stable/bleedingEdge, pharo3/4, > ubuntu/windows. > > Mhhhonly dbxtalk-windows-32bit + Pharo 4 is green. That's the one I > use and test. > Well, ubuntu jobs look strange, I should have a look a

Re: [Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-20 Thread Torsten Bergmann
Guille wrote: >With some students from the university of Lille we added a jenkins job for >this driver in the DBXTalk infrastructure. >  >https://ci.inria.fr/dbxtalk/view/SQLite/job/NBSQLite3-NativeDriver-SQLite/ Yes, very helpful, I added it to the project docu on http://smalltalkhub.com/#!/~Ph

Re: [Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-20 Thread Guillermo Polito
Hi Torsten, With some students from the university of Lille we added a jenkins job for this driver in the DBXTalk infrastructure. https://ci.inria.fr/dbxtalk/view/SQLite/job/NBSQLite3-NativeDriver-SQLite/ It is testing a matrix combining stable/bleedingEdge, pharo3/4, ubuntu/windows. Hope this

[Pharo-dev] [ANN] Updated SQLite3 wrapper project based on NB

2015-01-10 Thread Torsten Bergmann
Some of you may already have noticed that it is already available but there was not yet a formal announcement, so here it is: There is a new way/project to work with the SQLite3 embeddable database. While in the past there was already a SQLite wrapper project for Pharo based on FFI this one is