-
Is it possible to insert JSONArrays with nested arrays?
for example
{
"id": 7777,
"aaa":"aaaAaaa:
"bars": [
"bar1",
"bar2"
],
"foo" : "fooString"
…
-
-
Why entities with arrays (nested entities) is not saved?
```
@Property()
slots: AnythingDTO[];
```
AnythingDTO - it is entity too.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Filtering on JSON and dynamic speed could be sl…
-
### Expected Behavior
When using the object syntax in the `columns` attribute of the Grid component, I'd like to be able to pass in values other than a string to the `size` property. In my situ…
-
The issue is followed by the discussion starting from https://github.com/eclipse-openj9/openj9/pull/19988#discussion_r1723758869 in which we don't directly support a nested 2-D array (never mentioned/…
-
**Description**
A clear and concise description of what the bug is.
**Steps to reproduce**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
**Expected results**
Error in…
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscribe@hu…
-
When call either Cljfmt or CljfmtRange on the whole buffer it truncates text.
Debugging the plugin with `echo` ended with wrong capturing `fireplace#session_eval` output
The function called with cor…
-
Let's add some unit tests that highlight the limitations of this library.
Situations like DataFrames with nested schemas, nested arrays, NaN values, and any other weird edge case that we need to su…