issues
search
zendesk
/
android-db-commons
Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make fluent sqlite objects immutable
#48
chalup
closed
10 years ago
0
Make ProviderActions parcelable
#47
henieek
closed
8 years ago
0
Renamed methods in CursorLoaderBuilder
#46
chalup
closed
10 years ago
1
Support of native Loaders
#45
v3nko
closed
10 years ago
2
Expression to raw sql
#44
chalup
closed
10 years ago
0
Fluent sqlite api hardening
#43
chalup
closed
10 years ago
0
CursorLoaderBuilder API changes
#42
chalup
closed
10 years ago
2
Make ProviderActions Parcelable
#41
henieek
opened
10 years ago
1
Do not attempt to close closed cursor
#40
henieek
closed
10 years ago
0
Query get tables
#39
chalup
closed
10 years ago
0
API for getting tables used by fluent SQLite Queries
#38
chalup
closed
10 years ago
0
Support bound args in INSERT INTO ... SELECT ... expressions
#37
chalup
closed
10 years ago
0
Where In not only for numbers
#36
ggajews
closed
10 years ago
0
Fluent cursor to map
#35
chalup
closed
10 years ago
2
Fluent sqlite cases
#34
chalup
closed
10 years ago
0
Use Guava 16.0 (implies minSdkVersion=10)
#33
chalup
closed
10 years ago
0
Map<TKey, TValue> FluentCursor.toMap(Function<Cursor, TKey>, Function<Cursor, TValue>)
#32
chalup
closed
10 years ago
0
Support CASE expressions in fluent sqlite api
#31
chalup
closed
10 years ago
0
Support subqueries with bound args in Expressions.BinaryOperator.in(Query)
#30
chalup
closed
10 years ago
0
minSdkVersion 10 + Guava update
#29
chalup
closed
10 years ago
2
Fluent SQLite API
#28
chalup
closed
10 years ago
0
Migrate to gradle
#27
chalup
closed
10 years ago
3
Allow specifying eager cursor row transformations
#26
chalup
closed
10 years ago
1
Limit whereIn use to Collections of Numbers
#25
chalup
closed
10 years ago
0
Initial implementation of converting to ContentProviderOperation
#24
henieek
closed
10 years ago
8
Allow transform() after wrap(Function<Cursor, Cursor>)
#23
chalup
opened
10 years ago
1
Loader helper
#22
chalup
closed
10 years ago
0
Fluent cursor api fixup
#21
chalup
closed
10 years ago
1
FluentCursor.toFirstRow() - no differerence between missing row and row transformed to the null value
#20
chalup
closed
10 years ago
1
Eager transform()
#19
chalup
closed
10 years ago
2
Using anonymous Functions in CursorLoaderBuilder wrap/tranforms
#18
chalup
closed
10 years ago
2
Fluent cursor upgrades
#17
chalup
closed
10 years ago
1
And wherein for all
#16
chalup
closed
10 years ago
0
Selection concat fix
#15
chalup
closed
10 years ago
1
Add helper class for building functions for getting single column
#14
chalup
closed
10 years ago
1
Lazy list improvements
#13
chalup
closed
10 years ago
0
Insert API improvement
#12
chalup
closed
10 years ago
2
toFluentIterable should accept Function<Object, T>
#11
chalup
closed
10 years ago
0
Fixes'n'stuff
#10
henieek
closed
10 years ago
0
Calling toFluentIterable should always close FluentCursor
#9
chalup
closed
10 years ago
0
Add CursorLoader which works directly on SQLiteOpenHelper/SQLiteDatabase
#8
chalup
opened
11 years ago
1
Add fluent API for SQLiteOpenHelper/SQLiteDatabase operations
#7
chalup
closed
10 years ago
1
EmptyCursor should never crash when asked for column index.
#6
chalup
closed
11 years ago
0
Null content values fix
#5
chalup
closed
11 years ago
0
Update api improvement
#4
chalup
closed
11 years ago
2
Cursors management
#3
chalup
closed
11 years ago
1
Added whereIn to query
#2
ggajews
closed
11 years ago
0
Refactoring
#1
henieek
closed
11 years ago
1
Previous