Pharo-SQLite3
Pharo-SQLite3 copied to clipboard
Some GLORP tests are failing for some SQLite library versions
GlorpBlobTest>>testBlob
and GlorpBooleanTest>>#testBoolean
are failing on the SQLite versions installed in the CI machines, but they work with version 3.32.3.
PR #23 marks them as expectedFailures
if the library version is less than 3.32.2, but wold be good to understand why, because not all the Linux distributions comes with the last version of the library.