Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Monday, January 13, 2025

MySQL Driver

 


I have updated the MySQL driver package on SqueakSource.

I have done some serious cleanup : removing unused classes and instance variables, deprecating unsent methods, reformatting some of the code, fixing many 'lint rules' errors and warnings, performed some minor optimizations, making some parts of the code port-friendly as a first step to share only one version of this package for Squeak, Cuis and Pharo.

This has been tested on Squeak 6.0 with MySQL 5.7 (Windows) and 8.3.0 (Linux).

Now, all I'd need is for some interested Cuis developer to create a compatibility package for ScaledDecimal (so FixedDecimal loads properly).  I am more than willing to make the package portable for Cuis as a first step (before working on Pharo) but I need a ScaledDecimal class that could be loaded as a package.

Juan, are you there? 😉