Soil icon indicating copy to clipboard operation
Soil copied to clipboard

An object oriented database that is easy to use and fun to play with

Results 49 Soil issues
Sort by recently updated
recently updated
newest added

I encountered an issue when dealing with cyclic references. The working "simple" testcase only uses one Set referencing the other. The second (non-workin) testcase also adds a back reference hence...

Date is modelled with a DateAndTime hence the offset is to be stored in order not to change the Date that is read from database. Conceptually a Date has no...

this example stores 130K strings (alltogether ~40MB) in an indexed dictionary. (This is therefore not critical as this is not something happening in the use cases we target now, but...

There should be no unsent messages. We should check all of the and decide: - if we need it, we need write a test - if not, we can remove...

SoilIndexPage>>#writeHeaderOn: (and the same im all the subclasses) is nicely factored for header writing. But we do not have the same design for readHeaderFrom: (it is used only for the...

When istance variables are renamed during development, but data is already stored in the database, we will currently lose the data of the renamed ivar, as it is seen as...

To clean: - [x] SoilDatabaseJournal>>#transactionJournalAt: - [ ] SoilPersistentDatabaseJournal>>#transactionJournalsStartingAt:do: - [x] SoilIndexConsistencyVisitor>>#visitPagedFileIndexStore: - [x] SoilJournalFragmentFile>>#path: - [ ] SoilTransaction>>#behaviorDescriptionFor: - [ ] SoilTransactionJournal>>#asSortedJournal