Dataset Viewer
message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
package rename to io.objectbox
|
Perfective
|
move java tests to tests sub dir
|
Perfective
|
minor improvements to flatbuffers model, move java model classes with cp and sed
|
Perfective
|
fix imports for new model package
|
Corrective
|
more flexible BoxStoreBuilder.java and android Context support
|
Perfective
|
defaultStore in BoxStoreBuilder.java
|
Other
|
move defaultStore in BoxStore.java
|
Perfective
|
renamed some VS stuff to ObjectBox, removed .gitignore for tests
|
Perfective
|
load lib objectbox
|
Other
|
minor
|
Other
|
added property flag NON_PRIMITIVE_TYPE. added Properties class. give Cursors a Properties instance. verify entity is know before returning a box. prepared 2nd entity TestEntityMinimal.java for unit testing
|
Adaptive
|
sharedReadTx to make txs across boxes work. fix some test deps
|
Corrective
|
Box: some JavaDocs, shortcut for null or empty collections
|
Administrative
|
prep daocompat for upload
|
Adaptive
|
added find()s to Box
|
Adaptive
|
various, e.g. running bulk perf test from example app
|
Perfective
|
perf test: added fixed byte array with length 6
|
Adaptive
|
add version
|
Other
|
CursorBytesTest.java: Sizes must be multiple of 4 (currently not enforced)
|
Adaptive
|
fix some java tests: pad bytes to length 4
|
Corrective
|
moved objectbox-api to objectbox-java-api
|
Perfective
|
prepared Query&Builder on the Java side
|
Adaptive
|
fixes to build Query in Java
|
Corrective
|
added @Temporary to API
|
Adaptive
|
fixes to make Java Query work
|
Corrective
|
in and betwwen for Java QueryBuilder (FIXME DbException: invalid unordered_map<K, T> key). Java query builder: null/notNull && FP. Fix TestEntityProperties types and all properties field. - Also populate simpleLong property in Query test. Support additional query conditions. Do not validate values for null/notNull operations. Actually copy values for in op.
|
Corrective
|
Add Float support to PropertyCondition greater/less ops. - They support Double, so they should support Float as well.
|
Adaptive
|
rename WhereCondition to QueryCondition
|
Perfective
|
fix tests using DummyProperties
|
Corrective
|
Add contains, starts/endsWith to Property class.
|
Adaptive
|
- Replacement for like() from greenDAO.
|
Perfective
|
prep some PropertyConverter stuff to happen in C++
|
Adaptive
|
fix
|
Corrective
|
Generate converter info into Property Java class (0.9.1-SNAPSHOT)
|
Adaptive
|
make Properties available to BoxStore, prep native registration
|
Perfective
|
fix JniPropertyConverter.javaClassName
|
Corrective
|
added testBigResultList
|
Adaptive
|
added idAssignable flag
|
Adaptive
|
Need to retain Entity annotation for ProGuard. #25 - With RetentionPolicy.SOURCE the annotation is already stripped by the compiler, before ProGuard gets a chance to transform the byte code. So set at least RetentionPolicy.CLASS.
|
Corrective
|
added refId to @Entity and @Property
|
Adaptive
|
add refId and id to model
|
Adaptive
|
added id and refId to ModelBuilder
|
Adaptive
|
ignore tests with size != modulo 4
|
Perfective
|
add indexId to model
|
Adaptive
|
fixes for model IDs
|
Corrective
|
add lastEntityId and lastIndexId to model
|
Adaptive
|
RetentionPolicy.CLASS for a couple more annotations
|
Adaptive
|
added lastPropertyId to model entity
|
Adaptive
|
added lastEntityId to model builder and ftl
|
Adaptive
|
generator fixes
|
Corrective
|
test adjustments for recent schema sync changes (ref IDs etc.)
|
Perfective
|
added OrderFlags
|
Adaptive
|
removed NULLS_FIRST order flag, CASE_SENSITIVE replaces IGNORE_CASE_ASCII
|
Perfective
|
added order to QueryBuilder.java
|
Adaptive
|
improved JavaDoc on queries
|
Administrative
|
use collect400000 and collect430000 to consume non-primitive values first
|
Adaptive
|
collect002033 for FP intensive entities, added Char type to generator
|
Adaptive
|
properties to begin with lower char in accordance to JPA2
|
Perfective
|
createMinMaxVisitor with type trades to compile with VS, connected new query aggregates to java, remove too but still throws
|
Corrective
|
Query.java: fix remove()
|
Corrective
|
add testFindKeysUnordered
|
Adaptive
|
Port stringOrderCollation to QueryBuilder. - Though change signature to accept only new StringOrder constant instead of any SQLite collate string. Support setParameter in daocompat, properly rebuild query. - Support setParameter and undeprecate it. - The ObjectBox query is now (re)built when creating a new query or resetting it (for a new thread). QueryBuilder now only records desired conditions and orders. Previously would simply re-use the same ObjectBox query object built by QueryBuilder, which would obviously not be re-set to initial values. JNI/Java: setParameter for FP, between for FP Support double values for setParameter. - Also throw on unsupported parameter types. Support double values for BETWEEN op.
|
Perfective
|
- Add test. add :tests:test-proguard
|
Adaptive
|
make Query.setParameter return Query to make Query chainable
|
Perfective
|
0.9.3
|
Other
|
JNI for new Store and Tx methods (renewal etc.)
|
Adaptive
|
fix TransactionPerfTest
|
Corrective
|
preped Cursor.renew(tx) in Java
|
Adaptive
|
test for Cursor.renew(tx) in Java
|
Adaptive
|
recycle and renew box reader instead of sharing to avoid readers to hold on to their data
|
Perfective
|
added CrashReportLogger from Java side
|
Corrective
|
Update flatbuffers to 03ee3db2408e477137c83195e0e18c26f9d2ab25
|
Perfective
|
add native lib unpack logic for linux
|
Adaptive
|
embedd flatbuffers as source to fix dependency issue
|
Corrective
|
minor
|
Other
|
check for android native lib
|
Perfective
|
rename PropertyType_Reference to PropertyType_Reference
|
Perfective
|
0.9.6-SNAPSHOT, VS updates, @Relation
|
Perfective
|
typo
|
Other
|
added DbDetachedException.java
|
Adaptive
|
setting some years to 2017
|
Other
|
fix setting boxStore, to-one relations now work!
|
Corrective
|
some fixes for relation
|
Corrective
|
prepared getBacklinkEntities to resolve to-many relations
|
Corrective
|
fixes to make to-many relations work
|
Corrective
|
added Box.attach for entities not originating from DB
|
Adaptive
|
add Cursor.boxStoreForEntities etc.
|
Adaptive
|
ToOne: Sketching a replacement for length generation of to-one getters
|
Perfective
|
make Property.id public final
|
Perfective
|
prepare ToOne to be used in generated to-one getters etc.
|
Adaptive
|
various improvements to ToOne
|
Perfective
|
fixes to make ToOne work
|
Corrective
|
Copied entity annotation test to java-test
|
Perfective
|
0.9.7-SNAPSHOT
|
Other
|
rename to findIdsUnordered
|
Perfective
|
added some putTestEntity methods to AbstractObjectBoxTest
|
Adaptive
|
rename to TestEntity_.java
|
Perfective
|
renaming refID to uid on Java side
|
Perfective
|
more renaming refId to uid on C++ side
|
Perfective
|
some more renaming refID to uid on Java side
|
Perfective
|
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 4