Support for Array of primitives
See original GitHub issueCurrently String[]
is not supported. Would it be possible to support it and automatically handle joins or serializations?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Chronicle Map support for arrays of primitives? - Stack Overflow
Suppose I have smth like: public interface ITest { long[] getDataArray(); void setDataArray(long[] data); ...
Read more >Convert an Array of Primitives to a List | Baeldung
In this short tutorial, we'll show how to convert an array of primitives to a List of objects of the corresponding type.
Read more >Is an array a primitive type or an object in Java?
In Java programming language, arrays are objects which are dynamically created, and may be assigned to variables of type Object. All methods of ......
Read more >Array Initialization | Java Operators with Primitives and Objects
Arrays of primitives have elements that are initialized to default values. Arrays of objects have the value null in each element. You are ......
Read more >Chapter 10. Arrays
There are some situations in which an element of an array can be an array: if the element type is Object or Cloneable...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think it is just a bug in the extension. It is being tracked here: https://github.com/prisma/vscode/issues/38
@xero0001 I can understand that behavior on MySQL because @timsuchanek said in this thread (slack): https://prisma.slack.com/archives/CKQTGR6T0/p1576778944004300?thread_ts=1576778944.004300
That “From now on, only Postgres supports scalar lists”.
Since my problem was with Postgres itself, hence raised the issue.