Pharo-SQLite3 icon indicating copy to clipboard operation
Pharo-SQLite3 copied to clipboard

Community-owned official SQLite3 binding for Pharo

Results 10 Pharo-SQLite3 issues
Sort by recently updated
recently updated
newest added

Update test method to exercise modified code. Resolves #111

`Date class>>fromString:` is deprecated in Pharo 12 leading to a warning being logged each time a row containing a date is read.

Hi, I'm attempting to simply load this project with Glorp, but unfortunately, I'm unable to do so :( 1. When I load using this order I have an Iceberg exception...

`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...

Glorp and ReStore contain the largest known unit test suites that exercise the library. When refactoring this library, ensure that all Glorp and ReStore tests pass.

discussion

For server-side and also packaged desktop applications, it is preferable to load a known specific ```libsqlite3.so``` that has the necessary features compiled in, to using whatever ```libsqlite3.so``` the OS happens...

SQLite docu: https://www.sqlite.org/sharedcache.html

Just added Pharo13.x to baseline (otherwise connecting / queries seem to work fine).

Hello. I am just starting with Pharo/smalltalk and sqlite Running Pharo 11 and 12 (tried both) on Fedora, I installed the library, but most tests are failing with the following...

In Fedora (and probably other distributions), 64-bit shared libraries are in `/usr/lib64`. This change allows `SQLite3Library` to load the 64-bit shared object on these systems.