Skip to content

Tags: exasol/sql-statement-builder

Tags

4.6.1

Toggle 4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade Project Keeper (#184)

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/176 support timestamp with precission (#177)

* update keeper and prepare new version

* fix deprecation warning

* fix typo

* add precision to Timestamp types with default constructors for backwards compatibility

* Add methods for column definition for TS with precision

* required for type rendering

* render timestamp types

* Test type rendering

* fix comment

* fix typo

* support specifying precision

* test cases

* add javadoc

* add change log

* cleanup

* add suppress warnings

* avoid duplications

* update versions

* Remove unwanted files

* fix release date

* introduce error_code_config.yml

---------

Co-authored-by: Christoph Pirkl <[email protected]>

4.5.3

Toggle 4.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated release date (#168)

4.5.2

Toggle 4.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#158 fix broken links checker (#159)

* Upgrade PK 2

* Upgrade dependencies

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed release year (2022)

java8-4.5.0

Toggle java8-4.5.0's commit message
Release version 4.5.0 for Java 8

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature #72: Support aggregate and analytics functions (#122)

* Increment minor version, add change notes

* Update changelog version to 4.5.0

* Rename constant to match naming conventions

* Add AnalyticFunction with keyword support

* Remove duplicate code

* Document creating analytic functions

* Initial support for OVER clause

* Add order by to over clause

* Move analytic & aggregate functions to new enum

* Implement units and exclusion for over clause

* Apply suggestions from code review

Co-authored-by: jakobbraun <[email protected]>

* Remove WindowClause

This will be implemented in #128

* Update dependencies in changelog

* Add javadoc

* Add unit tests

* Update user guide

* Update list of aggregate & analytic functions

* Format function names and add links to the documentation

* Update release date

* Apply suggestions from code review

Co-authored-by: jakobbraun <[email protected]>

* Implement review findings

Co-authored-by: jakobbraun <[email protected]>

java8-4.4.1

Toggle java8-4.4.1's commit message
Release version 4.4.1 for Java8

4.4.1

Toggle 4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for release version 4.4.1 (#113)

Added release config file for community releasing.

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#104: Fixed the next release version in pom file (#106)