aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix Time#toDate and sqlDateToDateStewart Stewart2016-12-203-11/+10
* add tests for time/date conversionsStewart Stewart2016-12-201-0/+18
* add tests for Date json formatStewart Stewart2016-12-201-0/+16
* clarify month deserialization error messageStewart Stewart2016-12-191-1/+1
* Merge branch 'master' into dal-improvementsStewart Stewart2016-12-193-4/+32
|\
| * Merge pull request #2 from drivergroup/implicit-companionsStewart Stewart2016-12-191-4/+7
| |\
| | * Merge branch 'master' into implicit-companionsStewart Stewart2016-12-1930-704/+1015
| | |\
| | * | implicit from companion of type alias not visible (SI-9770)Stewart Stewart2016-10-112-6/+6
| | * | fix formattingStewart Stewart2016-10-102-3/+0
| | * | move implicits into companion objectsStewart Stewart2016-10-102-8/+14
| * | | test:scalafmt and add assertionsStewart Stewart2016-12-191-10/+11
| * | | use implicit mappers for typed Id conversionStewart Stewart2016-12-182-26/+11
| * | | add tests for typesafe id conversionStewart Stewart2016-12-181-0/+17
| * | | remove reflexive/transitive SameId implicitsStewart Stewart2016-12-181-10/+2
| * | | scope SameId to IdStewart Stewart2016-12-181-27/+25
| * | | add documentation for sameIdStewart Stewart2016-12-181-0/+7
| * | | add SameId for typechecked conversion between IdsStewart Stewart2016-12-181-0/+25
| | |/ | |/|
* | | remove overloaded Dal#execute (can use mapT instead)Stewart Stewart2016-12-191-16/+4
* | | add json formatter for dateStewart Stewart2016-12-191-1/+5
* | | fix name of month json formatterStewart Stewart2016-12-191-1/+1
* | | 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-193-2/+7
* | | scalafmtStewart Stewart2016-12-193-7/+2
* | | move java date helpers out of date.DateStewart Stewart2016-12-194-18/+29
* | | serialize date to json as object with three fieldsStewart Stewart2016-12-192-21/+7
* | | add json format for date (ISO)Stewart Stewart2016-12-172-1/+23
* | | use core.tagging for monthsStewart Stewart2016-12-172-5/+8
* | | add Date generatorStewart Stewart2016-12-172-0/+5
* | | Merge branch 'date' into dal-improvementsStewart Stewart2016-12-172-0/+49
|\ \ \
| * | | add database-date integrationStewart Stewart2016-12-172-0/+12
| * | | add date providing simple Date case classStewart Stewart2016-12-171-0/+37
| |/ /
* | | Extract Dal traits into new fileStewart Stewart2016-12-162-62/+60
* | | move database from object to packageStewart Stewart2016-12-162-7/+9
* | | add execute for ListT/OptionT and improve inferenceStewart Stewart2016-12-161-24/+38
|/ /
* | simplify key mapper trait namesStewart Stewart2016-12-121-8/+8
* | separate the clashing Id type mappers into traitsStewart Stewart2016-12-121-6/+22
* | add numeric Id generatorStewart Stewart2016-12-121-0/+4
* | make column mapper names more consistentStewart Stewart2016-12-121-2/+2
* | fix column type mapper for serial id <-> core.Id[_]Stewart Stewart2016-12-121-5/+5
* | add column type mapper for UUID <-> core.Id[_]Stewart Stewart2016-12-121-1/+5
* | General GADT json formatv0.9.27vlad2016-12-083-1/+99
* | Physician and Relative roles for Patient Portalv0.9.26vlad2016-12-071-0/+12
* | Lost important PathMatcher bugfixv0.9.25vlad2016-12-071-3/+9
* | Default Id — UUIDv0.9.24vlad2016-12-061-1/+1
* | Useful abstractions to craft DALsv0.9.23vlad2016-12-051-10/+4
* | Useful abstractions to craft DALsv0.9.22vlad2016-12-011-1/+53
* | Merge branch 'master' into decouple-codegenStewart Stewart2016-12-0111-84/+79
|\ \
| * | Inline lengthv0.9.19vlad2016-11-291-2/+2
| * | Merge branch 'master' of https://github.com/drivergroup/driver-core into stri...vlad2016-11-291-15/+3