-
I refined `UpdateBuilder#set` methods in https://github.com/JetBrains/Exposed/pull/1277, and I noticed `set(column: CompositeColumn, value: S)` is not very elegant.
Then it turned out that all usag…
-
I am running into this error in my project:
```
Exception in thread "main" com.apurebase.kgraphql.schema.SchemaException: Generic types are not supported by GraphQL, found kotlin.collections.Map
…
-
I'm making a plugin for a Minecraft server (Paper, which is a fork of Bukkit), and I cannot get my relocation to work. If I don't relocate, everything works fine, however, if I relocate `org.jetbrains…
-
![image](https://user-images.githubusercontent.com/29674595/132840240-3c06c082-7173-45cd-a999-d9229e42d85d.png)
![image](https://user-images.githubusercontent.com/29674595/132840266-e9183a06-9b4a-41e…
-
[MR2Tachiyomi] [2020-02-22 16:09:51] [c.w.m.MR2Tachiyomi] ERROR - Could not convert database file to json due to unknown exception
java.lang.NumberFormatException: For input string: "??>??????"
a…
-
Does exposed support batch size setting for JDBC batch insert? When I insert many thousands of rows there is serious performance issue that could be fixed by that setting.
-
Databases support "GENERATED ALWAYS" columns which are columns that can compute values at the query time.
Users can include the columns in indices, and so on.
It would be nice if there was a possi…
-
Postgres doesn't support null-characters in strings (text, char, varchar). Though Postrgres is advertised to support UTF-8 where zero code point is a valid one. H2, sqlite, mysql support nulls, by the…
-
Basically what I am looking for is a convenient way to wrap a function call given some annotations on the function.
A good starting point:
```kotlin
typealias ExecutionContext = MutableMap
int…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. add plugin to project
2. refresh gradle
```
A problem occurred …