aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* use separate traitStewart Stewart2017-02-211-4/+12
* note about parentTypeStewart Stewart2017-02-211-0/+2
* remove needless importStewart Stewart2017-02-211-1/+6
* throw exception for missing tablesStewart Stewart2017-02-161-13/+21
* delete some comments / codeStewart Stewart2017-02-151-16/+1
* remove unused schemaName parameterStewart Stewart2017-02-151-10/+8
* remove needless baseClass parameterStewart Stewart2017-02-152-21/+19
* simplify package string generationStewart Stewart2017-02-151-15/+8
* remove scalastyle annotationsStewart Stewart2017-02-151-4/+2
* don't override generated codeStewart Stewart2017-02-151-57/+1
* use default table sortingStewart Stewart2017-02-151-5/+3
* filter tables by generating a schema-only modelStewart Stewart2017-02-151-40/+51
* override tablesStewart Stewart2017-02-151-10/+10
* stop writing files as side effectStewart Stewart2017-02-151-33/+42
* use separate generator per schema fileStewart Stewart2017-02-151-62/+60
* Setting version to 0.8.3-SNAPSHOTZach Smith2017-02-141-34/+44
* Wrap in try finallyZach Smith2017-02-141-5/+7
* Close db connection after creating the modelZach Smith2017-02-141-0/+2
* consistent newlines between importsStewart Stewart2016-12-091-7/+4
* remove directive disabling scalafmtStewart Stewart2016-12-091-6/+4
* add ddl codeStewart Stewart2016-12-091-1/+20
* slick hlist syntax on by defaultStewart Stewart2016-12-091-7/+4
* scalafmtStewart Stewart2016-12-091-7/+9
* add parameter for type replacements (decouple driver Time)Stewart Stewart2016-12-012-12/+15
* Fix bug inferring `val profile: Nothing`Stewart Stewart2016-12-011-1/+1
* try early initializing jdbc driverStewart Stewart2016-11-291-0/+2
* compile errorStewart Stewart2016-11-291-2/+1
* remove unused typemapper codeStewart Stewart2016-11-231-3/+0
* decouple from driver.core.databaseStewart Stewart2016-11-221-5/+4
* Fix default Id implementationStewart Stewart2016-11-222-5/+14
* add paramater for list of imports per schemaStewart Stewart2016-11-222-11/+18
* make codegenIdType optionalStewart Stewart2016-11-222-8/+22
* make Id type a codegen parameterStewart Stewart2016-11-222-20/+26
* reintroduce side call that writes to fileStewart Stewart2016-11-221-0/+1
* add sbt-settings and lint/formatStewart Stewart2016-11-222-77/+149
* add parameter for schema super classStewart Stewart2016-11-212-6/+11
* use inherrited time column mappingStewart Stewart2016-11-211-2/+0
* Auto inject task and default settingsPetro Verkhogliad2016-11-171-17/+23
* add defaults for codegen parametersStewart Stewart2016-11-161-1/+7
* slight style refactorsStewart Stewart2016-11-151-14/+8
* TM-251 refactor(codegen) Wrapped the whitelist in an optionTim Gushue2016-11-152-11/+13
* TM-251 bug(no default table import) createModel will gen whole DB if codegenS...Tim Gushue2016-11-141-6/+10
* update domain used in importsStewart Stewart2016-10-211-6/+6
* Correct header and final case classesPetro Verkhogliad2016-09-271-2/+7
* Add package, turn off scalastyle/formatPetro Verkhogliad2016-09-271-3/+14
* Factor out import statemenets into a separate generatorPetro Verkhogliad2016-09-271-38/+43
* bugfix file write method callStewart Stewart2016-09-231-2/+2
* reuse built in file output helpersStewart Stewart2016-09-231-16/+5
* use StringGeneratorHelpersStewart Stewart2016-09-231-14/+3
* Output generated code into one file per schemaPetro Verkhogliad2016-09-222-213/+213