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/#!/~PharoExtras/NBSQLite3 >It is testing a matrix combining stable/bleedingEdge, pharo3/4, ubuntu/windows. Mhhh....only dbxtalk-windows-32bit + Pharo 4 is green. That's the one I use and test. In Pharo 3.0 one test fails ("NBCharacterType class>>trimRight" is missing), but who cares about such an old and outdated image when one can use the already shiny and improved Pharo 4.0 ;) >Hope this is useful ^^, For sure! BTW: Meanwhile I additionally fixed encoding issues between SQLite3 (UTF-8 storage format) and Pharo (Multibyte characters). Updated version is available in config browser of Pharo 4.0 Thx T.
