scalikejdbc-cookbook icon indicating copy to clipboard operation
scalikejdbc-cookbook copied to clipboard

ScalikeJDBC Cookbook

Results 4 scalikejdbc-cookbook issues
Sort by recently updated
recently updated
newest added

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

> generator.template」で「queryDsl」を指定、「generator.packageName」で「com.example」を指定したものです。 という説明があるが、コード例のpackageは `package models` となっている。 https://github.com/scalikejdbc/scalikejdbc-cookbook/blob/8539942b3dfb40460c2680022ea74209402dbe50/ja/09_source_code_generator.md#srcmainscalacomexamplememberscala わりとどちらでもいいけど、どちらを直すか(説明消す? or コード直す?コード直すならテストコードも?) の判断が付かなかったので、いったんissueにしました

deadline: ScalaMatsuri http://scalamatsuri.org/en/

When I'm trying to use autoConstruct to construct case class with more then 12 fields, 13th field and rest have null or None (in case of Optional) values. If I...