-
Kotlin quite clearly has explicit nullability, but some Java projects can somewhat express the same with nullability annotations. In addition to that we can deduce nullabillity once for instance a met…
-
Currently, only `testCache(EntityID)` is present, so please add `testCache(ID)`:
https://github.com/JetBrains/Exposed/blob/d59247283dc8c1af019e3e2a8c75c7519d1fdb6d/exposed-dao/src/main/kotlin/org/jet…
-
I am writting a Multi-ISO boot script and one thing I found missing is the ability to call from lua to open a selection dialog with options passed by lua. The code i conceptualize in lua could look so…
-
DB -oracle 9i
**classes12.jar** -
INFO Exposed - Transaction attempt #0 failed: Действительны только уровни транзакций READ_COMMITTED и SERIALIZABLE. Statement(s): null
java.sql.SQLException: Дей…
-
This is an issue to discuss **exposing boxed inline value classes in JVM**. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm…
-
I'm trying to use Exposed as a SQL DSL, but *not* as a means to execute the SQL.
The FAQ implies that this is possible: https://github.com/JetBrains/Exposed/wiki/FAQ#q-how-to-get-a-plain-sql-query…
-
Do Kotlin Exposed support Geometry column type?
I have a table defined as follows:
```
'CREATE TABLE `location` (
`ID` char(32) NOT NULL,
`Org` char(32) DEFAULT NULL,
`Location` char(3…
-
### Platform
iOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.36.0
### Xcode Version
Unknown
### Did it work on previous versions?
_No response_
### Steps t…
-
I dont really know if this is a bug in Hikari, a bug with JetBrains Exposed library or with my code, but after some research i've tracked down my database connection issues to this single line of code…
-
**Describe the bug**
Migrating from Azure identity Java SDK 1.13.3 to 1.14.0 breaks for Postgres (Azure Cosmos DB for Postgres) when using App Service default identity credentials. Other services, su…