Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release support for SQLite and Pharo 10 and 11 #142

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

sebastianconcept
Copy link
Owner

  • 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


sebastianconcept and others added 2 commits January 30, 2024 16:43
* 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

---------

Co-authored-by: Sebastian Sastre <[email protected]>
@sebastianconcept sebastianconcept changed the title 93 support for SQLite (#141) Release support for SQLite and Pharo 10 and 11 Jan 30, 2024
@sebastianconcept sebastianconcept merged commit 4141a40 into master Jan 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant