We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cb04f commit faefc41Copy full SHA for faefc41
readme.md
@@ -69,7 +69,7 @@ you are able to investigate and fix them!
69
To get started with ScalaSql, add it to your `build.sc` file as follows:
70
71
```scala
72
-ivy"com.lihaoyi::scalasql:0.1.0"
+ivy"com.lihaoyi::scalasql:0.1.2"
73
```
74
75
## Documentation
@@ -126,6 +126,10 @@ ivy"com.lihaoyi::scalasql:0.1.0"
126
127
## Changelog
128
129
+### 0.1.2
130
+
131
+* Support `.getGeneratedKeys[R]` [#9](https://github.com/com-lihaoyi/scalasql/pull/9)
132
133
### 0.1.1
134
135
* Fix invalid version of scala-reflect dependency
0 commit comments