Hello!
This is my weekly ChangeLog, from 6 August 2018 to 12 August 2018.
You can see it in a better format by going here:
http://log.smallworks.eu/web/search?from=6/8/2018&to=12/8/2018ChangeLog
=========
7 August 2018:
--------------
* I've been working on a new ODBC driver for Pharo, made on UFFI and Garage.
Sadly, I cannot take the existing older ODBC driver as base because it was depending too much
on old FFI structure. Also, it didn't have any test or example so it was hard to take as
inspiration (too many differences to tacle).
Anyway, the new ODBC driver will come soon(tm), in the mean time I needed to fix some issues on
UnifiedFFI:
* [case: 22287](
https://pharo.fogbugz.com/f/cases/22287)
* [case: 22300](
https://pharo.fogbugz.com/f/cases/22300)
This fixes some missing/incorrect parts on UFFI: first one adds a special handling for +size_t+
types (needed because they behave differently in different platforms/architectures). And the second
fixes a problem when returning +enum+ values.
cheers!
Esteban