Tags: exasol/sql-statement-builder
Tags
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]>
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]>
PreviousNext