[Pharo-users] [ANN] Freezing Pharo 9 development right now :)

2021-04-30 Thread Esteban Lorenzano
Hi, So, today I was checking how much it is missing for release and what is our status, and I realized if we do not freeze now, we will never release in a reasonable time. So, even if there are a couple of cleanups and that to still do that should happen before, I will declare that Pharo 9.0 en

[Pharo-users] SQLite3 primitiveFailed after FFI call

2021-04-30 Thread Esteban Maringolo
Hi all, I'm having a strange issue when executing a query with the SQLite3 driver (via GLORP). In: SQLite3Library>>#apiPrepare: dbHandle withSQLText: anSQLText with: textSize with: sHandle with: tail "int sqlite3_prepare_v2(sqlite3*, const char*, int, sqlite3_stmt**, const char **)" ^ self ffiCa