message
stringlengths
3
720
label
stringclasses
5 values
fixed insertWithoutSettingPk locking
Corrective
added insertOrReplace to DaoSessionConcurrentTest
Adaptive
added testConcurrentQueryDuringTx: Query doesn't involve any statement locking currently, but just to stay on the safe side...
Adaptive
prepared README.md for upcoming 1.3.0 release
Administrative
added some changes of V1.3.0 to README.md
Administrative
added DaoSessionConcurrentWALTest
Adaptive
prepared ThreadLocal for queries
Adaptive
added forCurrentThread for queries, enforce thread check on queries,
Adaptive
Added second thread tests to QueryThreadLocalTest
Adaptive
added CountQueryThreadLocalTest and DeleteQueryThreadLocalTest
Adaptive
Refactoring: move query classes in new query package
Perfective
move IdentityScope related classes in their own package
Perfective
fixed identityscope references
Corrective
moved WhereCondition to query package
Perfective
moved internally used classes into internal package
Perfective
updated README.md to reflect refactorings
Administrative
fixed locking for to-many
Corrective
make to-one relations more thread safe
Perfective
prepared maven central upload with gradle
Perfective
organized imports
Perfective
updated DaoExample to use V1.3.0
Perfective
updated freemarker to 2.3.19 for Eclipse
Perfective
update year
Perfective
build.gradle: We must check if authentication info is available
Other
build.gradle: sign only if signing info is available
Other
remove DaoExample because R missing from build
Perfective
removed redundant != null
Perfective
switched to gradle Eclipse plugin for generator projects
Perfective
updated README.md
Administrative
fixed dependencies to 1.3.0
Corrective
added getSelectKeys to TableStatements
Adaptive
ADT 22
Other
export android lib in .classpath
Perfective
added dontCreateApplicationDuringSetUp to DbTest
Adaptive
initial content provider generation
Adaptive
added preferedRepo
Adaptive
Fixed typo.
Corrective
Merge pull request #95 from mharper/master Fixed typo.
Other
Merge branch 'master' of ssh://github.com/greenrobot/greenDAO
Other
fixed combined where clauses for count queries
Corrective
don't care about groovy.compiler.level (eclipse setting)
Other
Switched version to 1.3.2
Perfective
1.3.3-SNAPSHOT: Remove table aliases, not supported for DELETE queries
Perfective
removed ThreadLocal for Query to fix leaks
Corrective
introduced AbstractQueryData
Adaptive
renamed test
Perfective
better generalization of AbstractQueryData
Perfective
some clean up
Perfective
DeleteQuery also uses QueryData now
Perfective
minor test improvement
Perfective
index bug fix within gc
Corrective
added testLoadIdScope_load
Adaptive
fixed a concurrency problem with attached entities (#101)
Corrective
added AnActiveEntityMultithreadingTest
Adaptive
big test refactoring: don't use ApplicationTestCase as base class, which can be problematic when creating the application during setUp()
Perfective
v1.3.5
Other
offer some convenience methods to create new Application objects in DbTest
Adaptive
added V1.3.4 and V1.3.5 to changelog
Adaptive
V1.3.6
Other
added getNotificationUri to comply with API level 19
Adaptive
DeleteQuery: Don't use tableName here because it causes trouble when table name ends with tablePrefix.
Corrective
V1.3.7
Other
gradlew (1.12)
Other
adjustments for android build system 0.10.2, trying android with travis
Perfective
travis: make gradlew executable
Perfective
travis: fix
Corrective
travis: adjusted command order
Perfective
added build state to README.md
Administrative
Rethrow initial exception in updateInTx if endTransaction also throws
Corrective
updated README.md
Administrative
Lock must be locked when entering LazyList.loadEntity
Corrective
catch exceptions when ending merged transactions
Corrective
added some JavaDocs
Administrative
gradle updates
Perfective
added FLAG_TRACK_CREATOR_STACKTRACE, sessionFlags
Adaptive
updated README.md
Administrative
CRLF -> LF
Other
updated generator dependencies, gradle 2.4
Perfective
added outDirEntity to generator
Adaptive
Merge branch 'master' into join
Other
extracted WhereCollector from QueryBuilder, Join constructor
Perfective
sketching JOIN API
Adaptive
first working Join
Adaptive
added SqlUtils.appendProperty, checkLog, testJoinSimpleParameterValue
Adaptive
basic JavaDoc for joins
Administrative
javadoc
Administrative
bye bye Eclipse
Other
CRLF -> LF, remaining files
Other
make internal properties package private (#184)
Perfective
Revert 'make internal properties package private (#184)' This reverts commit d467bf5be97801b45b53822b3f0be083940ed016.
Other
moved TestDaoGenerator into module of its own
Perfective
quote columns in PropertyOrderList
Adaptive
javadoc to mark internal property used by templates
Administrative
setParameter for Date and Boolean values, fixes #58
Corrective
typos
Other
single-quote column for indexes and to-many order (#fixes 68)
Corrective
place repository in root build.gradle
Perfective
throw if interface defined more than once (fixes #87)
Corrective
always quote tables (fixes #97)
Corrective
fix for implementsInterface
Corrective