Release support for SQLite and Pharo 10 and 11 #142
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adjusts the baseline
WIP for testSimple
Comment improvment
testSimpleSave green
fixed more tests
fixes benchmark for sqlite
makes unqlite benchmarks work and using JSON for serialization
changelog entry
fixes findAll:
fixes SQLite dependency in the baseline
fixes escaping single quote for insert and update, removes obsolete code and also fixes 2 unrelated unit tests
removes unused code and adds class comments
working well with SQLite ^3.38
adds testTruncate
adds truncateAll
adds databaseStartOn: double dispatching with sqlLiteDatabaseStart
updates method for Pharo 10 to run tests
upgrades MongoTalk
adds Pharo64-10 and drops Pharo 7
milliseconds to milliSeconds
updates changelog, readme and CI
adds missing ,
wider range of acceptance for the tests of the replica set load balancer
adjust unit test from Pharo 11
Run CI only on push
remove unused method and poorly worded comments
covering #drop
covers existence detection
removes unused method
covers insert:
adds coverage to findAll: aMaplessClass where: someConditions limit: aLimitOrNil sort:
readme edit
instance creation convenience
readme edit
baseline default now is to load Memory and SQLite backends
readme edit
readme edit
renames currentClientDynamicVariable to currentClientDynamicVariableClass