You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,8 @@ And you now have the option to return named tuples from queries:
179
179
### 0.1.20
180
180
181
181
* Support for `SimpleTable` classes which do not need a `T[_]` higher kinded parameter,
182
-
and support for use of Scala 3.7.0 named tuples in queries [#81](https://github.com/com-lihaoyi/scalasql/pull/81)
182
+
and support for use of Scala 3.7.0 named tuples in queries [#81](https://github.com/com-lihaoyi/scalasql/pull/81).
183
+
See this blog post for more details: [Making ScalaSql boring again (with interesting new internals)](https://bishabosha.github.io/articles/scalasql-simpletable.html)
0 commit comments