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 2a7561a commit ca5af85Copy full SHA for ca5af85
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.4"
+ivy"com.lihaoyi::scalasql:0.1.5"
73
```
74
75
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -128,6 +128,11 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
128
129
## Changelog
130
131
+
132
+### 0.1.5
133
134
+*Properly pass ON CONFLICT column names through `columnNameMapper` [#19](https://github.com/com-lihaoyi/scalasql/pull/19)
135
136
### 0.1.4
137
138
* Second attempt at fixing invalid version of scala-reflect dependency
0 commit comments