-
Java version: 15
Exposed version: latest
Kotlin version: 1.4.30-RC
My root build.gradle.kts
```
plugins {
kotlin("jvm")version "1.4.30-RC"
id("java")
id("maven-publish")
…
-
Hello,
I am getting exceptions when I try to run the Exposed examples. I followed the getting started instructions for setting up my Gradle project. I have also set up a local postgresql database o…
-
This issue continues the discussion in https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/3568
**Describe the bug**
Opentelemetry metrics are exposed to opentelemetry-collec…
-
---
**Issue moved from dotnet/aspnetcore#33599**
- Please respond to @borap90.
---
_From @borap90 on Thursday, June 17, 2021 7:00:17 AM_
Facing an issue while generating type library for ou…
-
SQLite count() cause `No transaction in context`
My code
```
import com.zaxxer.hikari.HikariConfig
import com.zaxxer.hikari.HikariDataSource
import org.jetbrains.exposed.sql.*
import o…
gtf35 updated
3 years ago
-
Could you provide a way for Typescript Editors to list the implementations of a type?
This would definitely help developer productivity to be able to find implementations of types faster.
For exampl…
-
I encountered this issue on the latest version of Exposed (0.12.1). It seems to only return rows that are set to null, but not any other value that is on the right side of the neq-statement.
I made…
-
The possibility to use Exposed with Quarkus / in a GraalVM Native Image would be great.
Unfortunately with Exposed 0.24.1 and GraalVM 20.0.0.r11 I'm unable to build a native image (without question…
-
create gamesave tables
create config tables
-
All homes and warps got reset. It looks like this happened because of a server restart.
Latest log file (current server session):
[2020-08-25-1.log](https://github.com/Gunpowder-MC/GunpowderTelep…