Philip Wedemann

Results 247 comments of Philip Wedemann

What about [DaoEntityID](https://github.com/JetBrains/Exposed/blob/master/exposed-dao/src/main/kotlin/org/jetbrains/exposed/dao/DaoEntityID.kt)? I think, this could work.

At the end, I am looking for cross-org artifacts, ideally without any token at all... But at first, adding `GITHUB_TOKEN` to its secret to access only my org artifacts would...

I think I hit the same bug. I run dependabot locally based on https://github.com/dependabot/dependabot-script. It works fine with gradle, bundler and npm, but checking a docker file, dependabot takes 20...

How do you create the database without #3525? :D I did try R2DBC yesterday and got many errors, which should be fixed after #3375 is merged :)

@AlecStrong If you want to publish a new alpha today, fixing r2dbc would be nice too, by merging #3375. Or should I split the PR? Edit: Shipped in `alpha04`

I think it makes sense, although I often use different Gradle modules instead.

Oh I thought with common you mean `commonMain`: so 1 gradle module with different kotlin source sets, which should also work in theory, but I never tested it. So you...

Thats very strange, it should work. Could you upload a reproducer or share all gradle files?

Thanks. I am able to reproduce it with some changes: [shared-sqm-files-sample.zip](https://github.com/cashapp/sqldelight/files/9606563/shared-sqm-files-sample.zip) You need a "normal" dependency on the shared project too Issues: - [x] Generate a database even if there...

@sphrak I just opened the project :D But this issue comes from sql-psi which has no support for dependencies. So the question is, how does sqldelight inject the tables to...