aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/database/package.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move database-related functionality to separate projectJakob Odersky2018-10-091-61/+0
| | | | | | | | | | | | | | | | | | | This committ includes a breaking change. The database-specific utility "Converters" trait threw an exception "DatabaseException" defined in the rest package, thus breaking the dependency graph. The solution was to move the DatabaseException class from rest to database and not inherit ServiceExceptio any more. Unfortunately, the rest classes also require the database exception in propagating errors so this funtionality has been removed. The rationale is: 1. Database exceptions are rare and result in 500 errors anyway making the status code opaque to what actual error caused it. 2. In core 2.0, an improved tracing framework will make diagnosing and following database errors easier, thereby attenuating the need to forward details on service exceptions in responses.
* Remove obsolete methods from GeneratedTables type (#95)v1.11.0Stewart Stewart2018-06-121-0/+13
| | | | | | * remove obselete methods from GeneratedTables type * Deprecate and replace `GeneratedTables` rather than breaking.
* Renaming `Dal` to `Repository` (#161)v1.9.0Vlad Uspensky2018-05-031-0/+9
| | | * Renaming `Dal` to `Repository`
* Upgrade sbt and slickv1.1.0Jakob Odersky2017-09-221-1/+1
|
* Rollback Slick to 3.1.1vlad2017-08-071-1/+1
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-1/+1
|
* disassociate createAndDropSchema from scalatestStewart Stewart2017-05-251-2/+2
|
* make GeneratedTables a structural typeStewart Stewart2017-05-251-1/+11
|
* tag int as month via apply methodStewart Stewart2017-03-151-2/+2
|
* Remove arithmetic from year component in date conversion. Add unit testsZach Smith2017-03-061-3/+1
|
* fix Time#toDate and sqlDateToDateStewart Stewart2016-12-201-2/+8
|
* 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-191-0/+17
|
* move database from object to packageStewart Stewart2016-12-161-0/+8