Tapani Saarinen
Tapani Saarinen
Any solution to this? Sounds pretty simple for me to recognize the primary keys from the query and use those when updating.
I can't share my project. It's a React Native project. Just a normal Java project, which compiles just fine.
Yes. Android. What makes Android so different? It's my Java class after all, not any Android class.
Same for me. Should respect the safe areas.
I would like to use Neon with HTTP only. But cannot find any option to disable websockets. Also, would like to use it without a pool with multiple queries, but...
@jawj I need to use the Pool or Client with Kysely.
@jawj POSTGRES_URL_NON_POOLING works with Kysely, but with one-shot query directly using Neon does not work.
@jawj Maybe this is because I'm running Neon locally in Docker. Also, the query is quite complex and with Kysely executeQuery it tries to use CompressionStream, which is not available...
Downgrading to Gradle wrapper 8.2.1 helped. 8.3 does not seem to work with React Native.
A quick and dirty fix to just add some top margin would help a lot as it's now completely unusable.