-
-
I have a questions here:
If I don't use slick-pg library, my DAO code is something like following:
```
class CatDAO extends HasDatabaseConfig[JdbcProfile] {
protected val dbConfig = DatabaseConfig…
-
I am trying to write a query with a condition that would look like this in SQL:
``` sql
WHERE t1.id = t2.linked_ids[1]
```
Is there some way to do this with slick-pg **without using plain SQL**?
I …
-
Hi!
Very cool to see this website. It's slick and easy to use. However, it sometimes give goals that can only be feasibly verified on Java Edition, such as anything that uses the statistics screen…
-
Using the mod with FancyZones, is it possible to add morphing animation to window when moving it to the zones with the win+left or right hotkey?
-
The Armor Property Rune "Shadow" and its Greater & Major variants do not appear to provide the +1/2/3 Item Bonus to Stealth checks like it should even with the rune enabled and the armor invested.
…
-
Aspirational idea, not sure what repo this should live in. The current view has useful information:
![Image](https://github.com/user-attachments/assets/49289988-785c-48db-85c6-9e986968a353)
I think …
-
slick version is 3.2.1
Reported on postgres profiles.
i use reduceLeft in the filter clause, there may be a java.lang.StackOverflowError, if the Array reduced is too big(>30) in high concurrenc…
-
I am using slickgrid (its great btw), and trying to use frozenColumn. It seems to work if there are limited number of columns, if the number of columns are more than 20, it seems to blank out. Please …
-
Hi,
I'm trying to combine this library with `slick-codegen` but I am having some issues when mixing in both plain and standard converter traits. Here is my custom profile:
```scala
trait Custom…