You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In scala, it's almost impossible to create a field that looks public from java. So now everything in these APIs that involves POJO conversion is almost entirely unavailable in scala.
Describe the solution
Perhaps support for the javabean format is an option, scala has good support for this style. Or maybe consider just exposing some lower level API to allow passing in Value or other similar forms of converted objects directly in methods like create and insert. In this case scala users can provide a good scala experience by implementing these type conversions.
Alternative methods
Using the original query directly, but because queryBing is affected by type conversion (and its native implementation does not exist, it is not available in java too!), you have to face the problem of sql injection yourself. I also lost almost all of the other functionality that was already in this library.
SurrealDB version
2.1.4 for windows on x86_64
Contact Details
No response
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In scala, it's almost impossible to create a field that looks public from java. So now everything in these APIs that involves POJO conversion is almost entirely unavailable in scala.
Describe the solution
Perhaps support for the javabean format is an option, scala has good support for this style. Or maybe consider just exposing some lower level API to allow passing in Value or other similar forms of converted objects directly in methods like
create
andinsert
. In this case scala users can provide a good scala experience by implementing these type conversions.Alternative methods
Using the original query directly, but because
queryBing
is affected by type conversion (and its native implementation does not exist, it is not available in java too!), you have to face the problem of sql injection yourself. I also lost almost all of the other functionality that was already in this library.SurrealDB version
2.1.4 for windows on x86_64
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: