issues
search
jhc-systems
/
sqlest
Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using an Option column with a non-Option in a Setter throws an Exception
#49
brendanator
closed
9 years ago
1
Allow inserts to return the autogenerated key
#48
brendanator
opened
9 years ago
0
Refactor ColumnTypeEquivalence and mapLiterals
#47
brendanator
closed
9 years ago
1
Fixing #44 - allow an OptionColumnType's nullValue to be used in where clauses
#46
DavidGregory084
closed
9 years ago
0
Grouped extractors return an empty list if the group by value is null
#45
DavidGregory084
closed
9 years ago
0
Optional LocalDate columns don't work as expected in where clause
#44
nico78
closed
9 years ago
3
Nice warning if use == instead of === in a where/join
#43
nico78
opened
9 years ago
0
Nice warning or error if a column is used in an extractor but the table is not included in the from() clause
#42
nico78
opened
9 years ago
1
Allow the use of `settersFor` with MappedExtractors created using `.map`.
#41
DavidGregory084
closed
9 years ago
1
Add column information to exceptions
#40
msillence
opened
9 years ago
0
Investigate Reactive Slick to see if sqlest queries and commands can be chained and run asynchronously
#39
brendanator
opened
9 years ago
1
Implement extractor.flatMap
#38
brendanator
closed
9 years ago
2
Add `andWhere` to make the possibility of chaining `where` more obvious
#37
DavidGregory084
closed
9 years ago
2
Option update / insert fixes
#36
DavidGregory084
closed
9 years ago
0
correct library string location for sbt
#35
ShaolinSarg
closed
9 years ago
0
create examples of aggregate functions
#34
hamishdickson
closed
9 years ago
1
Possible to produce SQL which is invalid on DB2
#33
DavidGregory084
closed
9 years ago
5
Fix runtime error when wrapping an extract[A] in extract
#32
DavidGregory084
closed
9 years ago
2
Use shapeless illTyped macro in extractor macro tests
#31
DavidGregory084
closed
9 years ago
1
Easier composability / syntax for MappedColumnType
#30
DavidGregory084
closed
9 years ago
3
Make SeqExtractor varargs.
#29
DavidGregory084
closed
9 years ago
1
Added support for ByteArrayColumnType, fixes #23
#28
kutchar
closed
9 years ago
6
How to SELECT *?
#27
kutchar
opened
9 years ago
8
Added missing delete functionality, fixes #24
#26
kutchar
closed
9 years ago
0
Upgrade scala-logging to 3.1.0, fixes #21
#25
kutchar
closed
9 years ago
0
Cannot delete?
#24
kutchar
closed
9 years ago
0
How to read/write binary data?
#23
kutchar
closed
9 years ago
0
Upgrade scala-logging to 3.1.0, fixes #21
#22
kutchar
closed
9 years ago
1
Upgrade scala-logging to 3.1.0
#21
kutchar
closed
9 years ago
0
Rework insert for multiple lines statement builder/database implementation
#20
brendanator
closed
9 years ago
1
Add inner join, multiple extractor example
#19
hamishdickson
closed
9 years ago
2
Update examples
#18
hamishdickson
closed
9 years ago
1
Implement un-typed operators for MappedColumnTypes
#17
brendanator
closed
9 years ago
0
Rework ColumnType API
#16
brendanator
closed
9 years ago
0
Extraction for case classes with type parameters.
#15
DavidGregory084
closed
9 years ago
1
Extraction for case classes with varargs
#14
DavidGregory084
closed
9 years ago
0
Make extract macro work with apply methods with type parameters
#13
brendanator
closed
9 years ago
6
Make extract macro work with varargs apply methods
#12
brendanator
closed
9 years ago
1
Add `union` and `union all`
#11
brendanator
closed
9 years ago
1
Db2 typed params
#10
DavidGregory084
closed
10 years ago
2
Add `having` clause to sqlest
#9
brendanator
closed
9 years ago
1
Compose operation for MappedColumnType.
#8
DavidGregory084
closed
10 years ago
2
Improve syntax of extractNamed
#7
brendanator
closed
9 years ago
3
DB2 Typed Parameters
#6
brendanator
closed
10 years ago
1
Update examples
#5
brendanator
closed
9 years ago
5
Compose MappedColumnTypes
#4
brendanator
closed
10 years ago
0
Case statements should allow option and non-option types in the result columns
#3
brendanator
opened
10 years ago
0
Define reusable join conditions
#2
brendanator
closed
9 years ago
1
Add ROLLUP(), CUBE() and GROUPING SETS() & update tests.
#1
DavidGregory084
closed
10 years ago
7
Previous