-
ExplicitTransactionManager (as opposed to ThreadLocalTransactionManager) will allow supporting features that require switching threads inside a transaction. Examples of that are coroutines and thread …
oshai updated
3 years ago
-
The newest version and tag is 0.27.1, but on GitHub the last release is 0.25.1.
Please update the GitHub releases also on a new release. It is also possible to automate this with GitHub Actions, runn…
hfhbd updated
3 years ago
-
At the Keck Observatory we are using Grafana to visualize telemetry data from thousands of sources across the telescopes. It takes the form of floating point (or sometimes strings, ints, enums) value…
-
This exception is raised when trying to get the database dialect:
```bash
java.lang.IllegalStateException: Unsupported driver MariaDB connector/J detected
at org.jetbrains.exposed.sql.sta…
-
Exception during Pubmed DB update:
`java -cp ~/pubtrends-0.9.786.jar org.jetbrains.bio.pubtrends.pm.PubmedLoader --fillDatabase | tee -a ~/postgres-write.log`
Exception:
```
23:26:12.002 [main] …
olegs updated
3 years ago
-
**h2Version**: 1.4.199
**exposedVersion**: 0.28.1
**JDK**: 15
**Code:**
```kotlin
import org.jetbrains.exposed.dao.id.IntIdTable
object Persons : IntIdTable() {
val firstName = varchar(…
-
Version: 0.22.1
If I run query with 'match' operator, I got
```
Caused by: java.lang.StackOverflowError
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:163)
at org.jetbrains.exposed.s…
-
Hi, I defined this table:
```
object ExampleTable : IdTable() {
val exampleColumn: Column = varchar("exampleColumn", 40)
override val id: Column = exampleColumn.entityId()
}
```
How…
-
**Expected Behaviour**
When placing down the automatic platform gates (mtr:apg_door) minecraft does the stopped responding would you like to wait kinda crash
**Actual Behaviour**
A clear and conc…
-
## About the library
- *Description*: Kotlin SQL Framework
- *GitHub*: https://github.com/JetBrains/Exposed
- *Official website*: https://github.com/JetBrains/Exposed
- *ChangeLog*: https://…