Releases: zsvoboda/gooddata-jdbc
Releases · zsvoboda/gooddata-jdbc
0.77: Faster catalog loading
0.76: catalog caching
Catalog performance
Query execution fixes in JetBrains DataGrip
0.75: prepared statements and DESCRIBE METRIC
Support for prepared statements
DESCRIBE METRIC syntax support
0.74: Loading large catalogs
- Catalog loading bugs
- Java 1.8 JAR
- Spark subqueries
0.73: logging and got rid of couple unsupported exceptions
Improved looging
Added implementation for getHoldability, getTransactionIsolation, getConcurrency, get/clearWarnings, etc.
LIMIT, OFFSET, ORDER BY and MAQL parsing fixes
- ORDER BY - standard support (e.g.
ORDER BY 1 ASC, 2 DESC
orORDER BY "Product" ASC, "Product Category" DESC
) - LIMIT, OFFSET standard support (e.g.
LIMIT 100 OFFSET 35
)