2016-10-17 8:12 GMT-03:00 Norbert Hartl <norb...@hartl.name>: > Does anyone use Garage SQL drivers with sqlite in pharo >= 5?
Garage SQLite driver doesn't work on Pharo 5, the FFI API changed and Garage wasn't updated to use UFFI. You have to use Torsten version in UDBC. Gofer it smalltalkhubUser: 'TorstenBergmann' project: 'UDBC'; configuration; load. (Smalltalk at: #ConfigurationOfUDBC) loadBleedingEdge. Regards, Esteban A. Maringolo