Henning von Bargen
Henning von Bargen
This is not a cx_Oracle error, but an enhancement request. I would like to use a CLOB in a way compatible to io.TextIOBase, such that I can the usual read()...
Note: This PR replaces PR #925 . @ruspl-afed made some comments on #925. It seems he is cut off from GitHub at the moment. I tried to take some of...
With some reports we are facing a NullPointerException. The relevant part of the stack trace is this: ... Caused by: java.lang.NullPointerException at org.eclipse.birt.data.engine.executor.aggregation.ProgressiveAggregationHelper$JSColumnBindingRow.get(ProgressiveAggregationHelper.java:508) ... I can narrow it down to...
We have SUM, AVE, COUNT aggregate function etc. and RANK, but not DENSE_RANK. The DENSE_RANK aggregate function often comes handy. The important difference between DENSE_RANK and RANK is that if...
The designer barks on startup something about a duplicate extension. I'm pretty sure this is caused by the RotatedText tutorial. There are two versions of this plugin. The first version...
There are still many users using old BIRT releases (in fact, we are still using BIRT 4.2.1 designer and 4.3.0 runtime). When running reports with BIRT 4.9.0 runtime, we found...
…ning about missing dispose
Situation: Using the BIRT runtime on a Linux system (with case-sensitive filenames). The report contains an image where the image filename is read from the database. The report expects the...
My fork includes the commit #1371: "Fix prepared statement setNull() #1365" I cannot generate a report without a lot of stack trace output in the following situation. I am using...
Sometimes, depending on the data (or probably depending on the exact y positions and heights), we see that in the PDF emitter output (created with `RunAndRenderTask`), page breaks in tables...