question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Array of primitives

See original GitHub issue

Currently String[] is not supported. Would it be possible to support it and automatically handle joins or serializations?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
pantharshit00commented, Dec 26, 2019

I think it is just a bug in the extension. It is being tracked here: https://github.com/prisma/vscode/issues/38

1reaction
tvvigneshcommented, Dec 26, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found