Skip to content

Releases: zsvoboda/gooddata-jdbc

0.77: Faster catalog loading

31 Jan 17:15
Compare
Choose a tag to compare

Significantly faster catalog loading

0.76: catalog caching

31 Jan 08:21
Compare
Choose a tag to compare

Catalog performance
Query execution fixes in JetBrains DataGrip

0.75: prepared statements and DESCRIBE METRIC

30 Jan 07:33
Compare
Choose a tag to compare

Support for prepared statements
DESCRIBE METRIC syntax support

0.74: Loading large catalogs

27 Jan 15:22
Compare
Choose a tag to compare
  • Catalog loading bugs
  • Java 1.8 JAR
  • Spark subqueries

0.73: logging and got rid of couple unsupported exceptions

24 Jan 12:54
Compare
Choose a tag to compare

Improved looging
Added implementation for getHoldability, getTransactionIsolation, getConcurrency, get/clearWarnings, etc.

LIMIT, OFFSET, ORDER BY and MAQL parsing fixes

22 Jan 11:07
Compare
Choose a tag to compare
  • ORDER BY - standard support (e.g. ORDER BY 1 ASC, 2 DESC or ORDER BY "Product" ASC, "Product Category" DESC )
  • LIMIT, OFFSET standard support (e.g. LIMIT 100 OFFSET 35)