Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a library menu item to load Famix SQL - Not working yet
Currently trying to load FamixSQL ( https://github.com/moosetechnology/FamixSQL) will result in error due to the refactoring of WeakRegistry class in a dependency (https://github.com/pharo-rdbms/Pharo-ODBC) This can be bypassed by replacing the reference to WeakRegistry by FinalizationRegistry when loading it. There are two references to WeakRegistry inPharo-ODBC, ODBCConnection class>>#newConnections that can be fix at loading time and ODBCConnection>>#initializeStatements that can be fixed after. A pull request has been opened in Pharo-ODBC to fix it for the latest versions of Pharo and Moose (pharo-rdbms/Pharo-ODBC#11)
- Loading branch information