aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/database.scala
Commit message (Collapse)AuthorAgeFilesLines
* move database from object to packageStewart Stewart2016-12-161-139/+0
|
* 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
|
* 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
|
* 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-011-15/+3
|\
| * Merge branch 'master' of https://github.com/drivergroup/driver-core into ↵vlad2016-11-291-15/+3
| | | | | | | | | | | | | | string-ids # Conflicts: # src/main/scala/xyz/driver/core/database.scala
* | remove reference to driver.core...Database in ColumnTypesStewart Stewart2016-11-291-2/+2
|/
* replace '-' with '.' in implicit namesStewart Stewart2016-11-221-3/+3
|
* more hygenic implicits for slick column type mappingStewart Stewart2016-11-211-5/+6
|
* prevent IdColumnTypes initialization order bugsStewart Stewart2016-11-191-1/+1
|
* Rollback for Database standard table creation methodv0.9.14vlad2016-11-091-12/+11
|
* Database standard table creation methodv0.9.13vlad2016-11-091-1/+20
|
* DIR-135 Return tracing headers in all responsesv0.9.12vlad2016-11-091-2/+2
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+52
multiple permissions