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
upgrade sbt so it works with java 11, add sonar
#99
msillence
closed
1 year ago
0
DLR-850-setQueryTimeout_on_commands
#98
AndyCa
closed
4 years ago
1
Dlr 850 rendi as sql
#97
RichardJMHughes
closed
5 years ago
1
Fix DB2 OFFSET implementation
#96
CHAZOTA
closed
5 years ago
3
Verbose exception messages should extend to errors thrown when Prepar…
#95
RobertEMackay
closed
5 years ago
2
Update Table sql should use the table alias
#94
RobertEMackay
closed
5 years ago
1
add bulk insert feature
#93
msillence
closed
6 years ago
2
Add extractCaseClass syntax
#92
DavidGregory084
closed
6 years ago
2
fix error messages for empty results when extractor is non-empty
#91
msillence
closed
6 years ago
2
Merge statement builder
#90
AndyCa
closed
6 years ago
1
Custom SQL error code mappings
#89
DavidGregory084
opened
6 years ago
0
Fix invalid date / date-time literals
#88
DavidGregory084
opened
6 years ago
2
Optionally return more detailed exception messages when SQL statements fail
#87
DavidGregory084
closed
6 years ago
5
Change DB2 OFFSET to use super implementation (SelectStatamentBuilder)
#86
CHAZOTA
closed
6 years ago
2
Add Optimize (DB2 only)
#85
CHAZOTA
closed
6 years ago
2
executeBatch should prepare statements the same as executeCommand
#84
AndyCa
opened
6 years ago
2
Bobby Tables
#83
brendanator
opened
7 years ago
1
Don't log & throw in Database.execute* methods. Fixes #81
#82
kutchar
closed
7 years ago
13
Don't "Log & Throw"
#81
kutchar
closed
7 years ago
1
Add optionWhere with tests
#80
CHAZOTA
closed
7 years ago
3
Cast null to a type when it is a result of an empty Option (necessary…
#79
joezini
closed
7 years ago
3
Pretty print SQL
#78
DavidGregory084
opened
7 years ago
1
Rename to avoid name collision
#77
CHAZOTA
closed
7 years ago
2
Add a table function for creating a temporary table for a statement
#76
CHAZOTA
closed
7 years ago
2
add transform class method on Select with test
#75
AndyCattermoleJHC
closed
8 years ago
3
Ensure SQL functions with same underlying column type can be compared
#74
DavidGregory084
closed
8 years ago
3
MappedColumnType receives implicit ColumnType
#73
DavidGregory084
closed
8 years ago
1
Add `withTransactionAsync` for async rollback support
#72
DavidGregory084
closed
8 years ago
1
Add `asA` to upcast Extractors
#71
DavidGregory084
closed
8 years ago
1
Allow EnumerationColumnTypes to accept a default value for reads
#70
DavidGregory084
closed
8 years ago
2
Ensure that `Option` values from different tables can be compared
#69
DavidGregory084
closed
8 years ago
2
Return generated keys from resultset
#68
p14n
closed
8 years ago
5
Update sbt-scalariform to 1.6.0
#67
DavidGregory084
closed
8 years ago
2
Allows comparisons between extractors and values
#66
brendanator
opened
8 years ago
0
How to map multi-column values?
#65
kutchar
opened
8 years ago
3
Implement LocalTimeColumnType
#64
brendanator
opened
8 years ago
1
Code coverage in build configuration
#63
DavidGregory084
closed
9 years ago
0
Revert "Implement untyped operators for mapped column types"
#62
brendanator
closed
9 years ago
0
Update to latest sbt-scalariform
#61
DavidGregory084
closed
9 years ago
0
Investigate compiled documentation
#60
DavidGregory084
closed
9 years ago
0
Implement untyped operators for mapped column types
#59
DavidGregory084
closed
9 years ago
0
Add more sql scalar functions e.g. ucase
#58
brendanator
opened
9 years ago
0
Investigate doobie to see whether ideas from its high-level JDBC API can be applied to sqlest
#57
DavidGregory084
opened
9 years ago
1
Implement ScalarFunction0 and KeywordFunction
#56
brendanator
closed
9 years ago
0
Implement ChoiceExtractor
#55
DavidGregory084
closed
9 years ago
3
Add DateTimeFromLocalDateColumnType
#54
DavidGregory084
closed
9 years ago
1
order by on a union adds the order by in the wrong place
#53
msillence
closed
8 years ago
1
Add exists and notExists
#52
DavidGregory084
closed
9 years ago
0
Add left and right exception join
#51
DavidGregory084
closed
9 years ago
0
Updates and inserts using settersFor throw an exception with extractors that use columns from multiple tables
#50
brendanator
opened
9 years ago
0
Next