Join Slack
Is there any way to execute custom "plain" statements via `Exposed`? Or should I just use plain old ...
# exposed
r
rcd27
07/05/2021, 5:17 PM
Is there any way to execute custom "plain" statements via
Exposed
? Or should I just use plain old Java interface for that? I have these one: (just trying to implement full-text-search in postgres)
b
Bogdan
07/05/2021, 6:41 PM
https://github.com/JetBrains/Exposed/wiki/Functions#custom-functions
?
👍 1
Bogdan
07/05/2021, 6:43 PM
will not work for you. Since there is no support for a multi-rows result
Bogdan
07/05/2021, 6:44 PM
Although you can try to make your own type
Bogdan
07/05/2021, 6:45 PM
You can also write your use case here
https://github.com/JetBrains/Exposed/issues/1054
9
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by