aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/database
Commit message (Collapse)AuthorAgeFilesLines
* Providing custom config for database configv0.10.10vlad2017-02-161-6/+11
|
* Allowing to configure application config path from environment variable and ↵v0.10.9vlad2017-02-151-1/+11
| | | | adding some handy methods to SlickDal
* Switch to supporting both primitive and sql.Timestamp column types via ↵Zach Smith2017-01-201-12/+53
| | | | inherited traits
* Fix bug in database timestamp column mapperZach Smith2017-01-201-1/+2
|
* Allowing abstract DAL functions to be used by API clientsv0.9.31vlad2017-01-091-5/+5
|
* fix Time#toDate and sqlDateToDateStewart Stewart2016-12-201-2/+8
|
* remove overloaded Dal#execute (can use mapT instead)Stewart Stewart2016-12-191-16/+4
|
* remove overloaded Dal#execute (can use mapT instead)Stewart Stewart2016-12-191-4/+16
|
* update sbt-settings (for scalaz 2.7.8 with `mapT`)Stewart Stewart2016-12-191-16/+4
|
* add timezone to time => date conversionStewart Stewart2016-12-191-0/+1
|
* scalafmtStewart Stewart2016-12-191-1/+0
|
* move java date helpers out of date.DateStewart Stewart2016-12-192-1/+18
|
* Merge branch 'date' into dal-improvementsStewart Stewart2016-12-171-0/+4
|
* Extract Dal traits into new fileStewart Stewart2016-12-162-62/+60
|
* move database from object to packageStewart Stewart2016-12-162-0/+141