-
```
Add a getter and setter to the ResultSet class that allows changing the
position of the row cursor. This will allow for seeking similar to the
ByteArray class.
```
Original issue reported on code…
-
```
The LiveSearch SOAP output is not in a standardized format for the
aggregator and the scheduler to understand. Need to format the XML output
for compatibility reasons. We should also formalize the…
-
```
The stacktrace is:
Caused by: java.lang.IllegalArgumentException: Comparison method violates its
general contract!
at java.util.TimSort.mergeLo(TimSort.java:747) [rt.jar:1.7.0_71]
…
-
Contrary to https://github.com/influxdata/influxdb-python/issues/214#issuecomment-346953796, `ResultSet.get_points` does not include tags. That's to say @samaust is still correct (which makes sense si…
-
I inserted 20k documents into the database. When we return a huge document, we turn off DOM formatting (collapsible fields, etc.) to speed up rendering. However I noticed two problems.
Firstly, the l…
-
```
Add a getter and setter to the ResultSet class that allows changing the
position of the row cursor. This will allow for seeking similar to the
ByteArray class.
```
Original issue reported on code…
-
### Description
DBeaver queries ignore the `limit` operator if the value passed to it is larger than the session ResultSet fetch size
### DBeaver Version
23.2.2.202310081633
### Operating …
-
if the resultset contains the separator character ``"``), then the output is messed up
-
According to the API specification, getDatasetDifferentialExpressionAnalyses endpoint is supposed to return `ExperimentalFactorValueObjects` as values of `experimentalFactors` of the returned `resultS…
oganm updated
3 weeks ago
-
I want to write scripts which involve multiple steps. Each step, of course, produces a message. However, each message then appears in the GUI as a separate result set.
Here is a trivial example:
…