issues
search
alexfu
/
SQLiteQueryBuilder
A library that provides a simple API for building SQLite query statements in Java.
MIT License
70
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use package-private scopes on internal enums and constructors.
#54
monxalo
opened
8 years ago
1
Chain multiple left outer joins.
#53
monxalo
closed
8 years ago
3
Chain multiple left outer joins.
#52
monxalo
closed
8 years ago
1
Prepared statements
#51
bbrakenhoff
opened
8 years ago
0
Chain order by to join
#50
bbrakenhoff
opened
8 years ago
1
COUNT statement
#49
bbrakenhoff
opened
8 years ago
1
Chain order by to join
#48
bbrakenhoff
closed
8 years ago
3
Foreign Key Support
#47
shadeven
closed
8 years ago
4
Foreign keys
#46
bbrakenhoff
closed
8 years ago
5
Add a CHANGELOG
#45
alexfu
closed
8 years ago
0
Add license
#44
alexfu
closed
8 years ago
1
Use a real SQLite instance for testing
#43
alexfu
opened
8 years ago
0
Update repositories from mavenCentral to jcenter.
#42
monxalo
closed
8 years ago
1
Not possible to chain multiple join statements other than regular join
#41
mattijsf
opened
8 years ago
2
Implement chainable AND clause
#40
alexfu
closed
8 years ago
0
Can't provide auto increment primary key
#39
jaypoojara
closed
8 years ago
3
Can't use and method twice after where
#38
salmanbabri
closed
8 years ago
0
Add information about licensing
#37
vbauer
closed
8 years ago
0
Support for insert statements
#36
alexfu
closed
8 years ago
0
Support AUTOINCREMENT
#35
alexfu
closed
8 years ago
0
Support DEFAULT
#34
alexfu
closed
8 years ago
0
Support for insert and Update statements
#33
confile
opened
9 years ago
2
Parse results
#32
confile
closed
9 years ago
5
Use package-private scope
#31
monxalo
opened
9 years ago
3
Support preconditions
#30
alexfu
closed
9 years ago
0
Support DELETE
#29
alexfu
closed
9 years ago
0
Support DEFAULT
#28
alexfu
closed
8 years ago
1
Add checkstyle
#27
alexfu
closed
9 years ago
0
Add checkstyle
#26
alexfu
closed
9 years ago
0
Support AUTOINCREMENT
#25
alexfu
closed
8 years ago
1
Add TEMP keyword to CREATE TABLE statement
#24
shadeven
closed
9 years ago
1
Cannot call limit after where
#23
alexfu
closed
9 years ago
0
Better memory efficient StringUtils join.
#22
monxalo
closed
9 years ago
4
Guide user to the correct method call in DROP statement
#21
shadeven
closed
9 years ago
0
Guide users into correct method calls
#20
alexfu
opened
9 years ago
0
Change return type to SegmentBuidler.
#19
monxalo
closed
9 years ago
1
Add jitpack usage.
#18
monxalo
closed
9 years ago
1
Support drop table
#17
shadeven
closed
9 years ago
8
Having clause.
#16
monxalo
closed
9 years ago
1
Join operators.
#15
monxalo
closed
9 years ago
6
Support for other Join operators
#14
monxalo
closed
9 years ago
1
Add create builder
#13
alexfu
closed
9 years ago
1
Add "TEMP/TEMPORARY" to CREATE TABLE statement
#12
shadeven
closed
9 years ago
4
Add "IF NOT EXISTS" clause to CREATE TABLE
#11
shadeven
closed
9 years ago
5
Add "IF NOT EXISTS" condition to CREATE TABLE statement
#10
shadeven
closed
9 years ago
0
Add argument checks and fail early
#9
alexfu
closed
9 years ago
11
Improve statement string builder
#8
alexfu
closed
9 years ago
1
Add a Gitter chat badge to README.md
#7
gitter-badger
closed
9 years ago
1
Use AssertJ for assertions
#6
alexfu
closed
9 years ago
0
Add project to TravisCI
#5
alexfu
closed
9 years ago
1
Next