message
stringlengths
3
720
label
stringclasses
5 values
added secondaryName to PropertyBuilder
Adaptive
remove CrashReportLogger
Perfective
fixed warnings in BoxStore
Corrective
Merge branch 'easy-deploy' into dev
Other
Downgrade to Gradle 4.4.1 because of Dokka bug
Corrective
ToMany: minor improvements for removed entities with ID 0, etc.
Perfective
test: minor clean ups
Perfective
Cursor: nullability annotations, suppressed some warnings
Corrective
make internalCheckApplyToDbRequired safer against null pointer
Corrective
fix some JavaDocs
Administrative
DbExceptionListener javadocs
Administrative
added DbExceptionListener
Adaptive
moved aggregate functions from Query to PropertyQuery
Perfective
PropertyQuery.unique flag instead of findFirst/Unique methods
Perfective
added find string methods and reset() to PropertyQuery
Adaptive
BoxStoreBuilder: maxDataSize is stable!
Corrective
In-memory: add option to store builder, test #194
Adaptive
KTS: convert objectbox-java-test.
Perfective
Prepare Java release 3.7.1
Other
InternalAccess: remove unused APIs.
Perfective
Tests: add basic link condition tests objectbox/objectbox#934
Adaptive
GitHub: update issue templates for easier editing. Also update to latest style.
Administrative
Scripts: support finding llvm-symbolizer on Rocky for clang setup.
Perfective
GitLab: update merge request template.
Administrative
Follow-up: note 32-bit JDK is only available on Windows.
Perfective
Start development of next Java version.
Adaptive
Rename ValidateOnOpenMode to ValidateOnOpenModePages #190
Perfective
CI: keep testing on JDK 11.
Perfective
Revert 'CI: keep testing on JDK 11.' This reverts commit d752f9b1be7df628391b65b4844661e081d4b4e2.
Other
Update Gradle [7.3.3 -> 8.2.1]
Perfective
Prepare release 3.5.1
Other
Tests: update Order ToOne to how it should be used.
Perfective
Merge branch 'publish' into dev
Other
prepare LeafNode for JNI
Other
Fix dangling FlatStoreOptions docs.
Administrative
Set debug flags using options, remove usePreviousCommitOnValida....
Perfective
Store: add experimental maxDataSizeInKByte (#149)
Adaptive
Add EXPIRATION_TIME property flag and new debug flags (objectbox#798)
Adaptive
Support validate while open.
Other
Use nativeCreateWithFlatOptions with existing options.
Perfective
Add read-only, previous commit, validate on open options.
Adaptive
Update Gradle [7.2 -> 7.3.3]
Perfective
KTS: convert root build script.
Perfective
Merge branch '818-android-jni-crash-query-find' into 'dev' Throw helpful error if query is closed See merge request objectbox/objectbox-java!112
Other
Query: throws store is closed on subscribe (objectbox#818)
Corrective
Prepare release 3.3.0
Other
Merge branch '144-flatbuffers-2.0.6' into 'dev' Update to FlatBuffers 2.0.8 Closes #144 See merge request objectbox/objectbox-java!114
Other
Query: remove explicitly check if store is open, rely on native (#142) This is better: tests native throws, is consistent with Dart.
Corrective
BoxStore version 2.5.1
Other
build.gradle: 2.5.1-SNAPSHOT
Other
build.gradle: version 2.5.0 (release)
Other
add objectboxVersionNumber
Adaptive
and objectboxVersionRelease to simplify release process
Perfective
Merge remote-tracking branch 'origin/35-drop-all-data' into dev
Other
initial commit
Administrative
Added DaoBase Project
Administrative
renamed table to entity
Perfective
renamed column to property
Perfective
docs, etc
Administrative
changed to android library, load by rowid
Perfective
docs
Administrative
initial DaoTest project
Administrative
new source for generating test entities
Adaptive
Generated entity, etc.
Adaptive
Column abstraction, more compact DAO subclasses
Perfective
various fixes
Corrective
more property types, etc.
Adaptive
swapped tests
Perfective
minor
Other
value tests
Adaptive
added 2nd query
Adaptive
delete prepStmt
Perfective
initial AbstractDaoMaster
Administrative
minor
Other
divided AbstractDaoTest
Perfective
update lists,
Perfective
performance tests
Adaptive
deleleteAll, more performance tests
Adaptive
added performance test project for ORMLite
Adaptive
Collected performance data: greenDAO vs. ORMLite
Perfective
renamed package orm to dao
Perfective
javadoc, etc.
Administrative
javadoc
Administrative
consider 'has value' of protobuf
Other
updated performance table
Perfective
minor renames
Perfective
property refactoring
Perfective
ignore bin
Perfective
out path must exist, changed src dir
Perfective
added example project
Administrative
Applied Apache License 2.0
Perfective
added refresh method, DaoException
Adaptive
added DaoMaster, active entities, to-one relations
Adaptive
resolved flag for to-one
Corrective
make load return null for null key
Adaptive
createAllTables
Adaptive
refactored tests
Perfective
added dao master test
Adaptive
SQLiteOpenHelper etc.
Adaptive
new DAO example
Adaptive