aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply fix to foreign and primary keysZach Smith2018-02-021-6/+12
* Apply citextColumnNoLength to indices columnsZach Smith2018-02-011-8/+15
* Bump sbt-settings and run scalafmtZach Smith2018-02-016-68/+77
* Merge pull request #33 from drivergroup/ddl-schema-nameStewart Stewart2017-12-131-13/+17
|\
| * make generated SchemaDescription include statement for creating SchemaNameStewart Stewart2017-12-131-13/+17
* | prevent exception referencing undefined schema row importsStewart Stewart2017-10-121-0/+1
|/
* Don't instatiate slick data model automaticallyStewart Stewart2017-09-252-23/+5
* update emitted code for Slick 3.2.1Stewart Stewart2017-09-243-5/+4
* use Driver linting/formatting/style settingsStewart Stewart2017-09-226-137/+106
* address warningsStewart Stewart2017-09-224-10/+5
* update plugin to use sbt 1.0 and scala 2.12Stewart Stewart2017-09-221-2/+2
* Long serial Ids supportvlad2017-08-141-1/+2
* fix sbt setting name clashStewart Stewart2017-05-301-1/+1
* Merge branch 'master' into row-import-statementsStewart Stewart2017-05-303-9/+23
|\
| * reorganize model transformation codeStewart Stewart2017-05-303-8/+9
| * alter model so postgres `citext` has same length options as `text`Stewart Stewart2017-05-301-1/+14
* | add parameter for row-file specific importsStewart Stewart2017-05-252-4/+11
|/
* generate statements for adding/dropping schema namespacesStewart Stewart2017-05-081-5/+5
* add statements for creating/dropping schema namespacesStewart Stewart2017-05-081-4/+20
* scalafmtStewart Stewart2017-02-281-10/+20
* minor fixesStewart Stewart2017-02-281-4/+4
* fix primary key filter in mapper generatorStewart Stewart2017-02-281-2/+6
* add primary key mapper TermDefStewart Stewart2017-02-282-17/+21
* generate implicit along with primary keyStewart Stewart2017-02-282-0/+19
* pre-calculate all key referencesStewart Stewart2017-02-281-19/+18
* name some argumentsStewart Stewart2017-02-282-6/+6
* simplify code with foreign keys typesStewart Stewart2017-02-271-40/+24
* generate an implicit for each individual key columnStewart Stewart2017-02-271-7/+10
* fix key mapper namesStewart Stewart2017-02-271-2/+2
* quick and dirty keymapper based on underlying typeStewart Stewart2017-02-271-0/+16
* pass along parentTypeStewart Stewart2017-02-241-1/+1
* expose package objectStewart Stewart2017-02-241-1/+1
* add closing bracketStewart Stewart2017-02-241-0/+1
* clean up main fileStewart Stewart2017-02-242-39/+36
* stray characterStewart Stewart2017-02-241-1/+1
* use type replacements in row generatorStewart Stewart2017-02-242-3/+11
* missing interpolatorStewart Stewart2017-02-241-1/+1
* use concrete tableGeneratorStewart Stewart2017-02-241-4/+14
* remember to generate code only for a schemaStewart Stewart2017-02-242-5/+9
* scalafmtStewart Stewart2017-02-244-37/+73
* extend use table output helpersStewart Stewart2017-02-241-3/+8
* Move table generator class to generators fileStewart Stewart2017-02-242-93/+92
* move schema parser to separate fileStewart Stewart2017-02-242-56/+60
* strip out unnecessary parts of table generatorStewart Stewart2017-02-242-75/+6
* use typed id columns in row generators and remove old implementationStewart Stewart2017-02-242-57/+15
* stub out usage of row generatorStewart Stewart2017-02-241-32/+17
* replace inline type replacement with modularizedStewart Stewart2017-02-242-41/+7
* separate typed key implementationStewart Stewart2017-02-241-0/+48
* stub out RowSourceCodeGeneratorStewart Stewart2017-02-241-0/+21
* flesh out generator usageStewart Stewart2017-02-241-0/+7