-
Could use any of:
* [google::protobuf::io](https://developers.google.com/protocol-buffers/docs/reference/cpp/#google.protobuf.io) - in C++, needs added C layer
* [protobuf-c](https://github.com/pr…
cretz updated
3 years ago
-
Hi! I use exposed kotlin version 0.31.1
com.impossibl.pgjdbc-ng:pgjdbc-ng:0.8.9
After code:
```
fun insertOperation(
operationId: UUID,
deviceId: UUID,
history: List
…
-
How do I add `DISTINCT ON (columns)` to SELECT clause?
I want to make this query:
`SELECT DISTINCT ON (testdummies.id) testdummies.id, testdummies.integer_array, testdummies.name FROM testdummies L…
-
## 📝 Description
We want to introduce a `ClassIdentity` **experimental** type, in the `org.kotools.types` package of the `types` Gradle subproject, for representing the identity of a class.
This…
-
- Poderia tanto ter uma linha de **Kotlin com Spring** que já é um framework conceituado no e tem bastante mercado.
Também poderia tem uma linha de Kotlin com **Ktor + Exposed** bibliotecas leves, esc…
-
Related:
https://github.com/fwcd/vscode-kotlin/issues/62
https://www.mail-archive.com/issues@commons.apache.org/msg99872.html
A workspace path includes specific unicode characters will cause the …
-
# Problem
The current `app!` macro implements the functions defined in the udl file. This is clunky because we always have to define each function even if we're not compiling support for said functio…
-
Gradle runtime decorates instantiated objects with `ExtensionAware`. The runtime decoration isn't enough for the extensibility to be exposed to statically typed languages (Java, Kotlin etc..). It is a…
-
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…
-
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.