Skip to content

Commit f41d3ce

Browse files
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]>
1 parent 2b04949 commit f41d3ce

38 files changed

+1215
-418
lines changed

.gitattributes

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ dependencies.md linguist-genera
33
versionsMavenPluginRules.xml linguist-generated=true
44
doc/changes/changelog.md linguist-generated=true
55
.github/workflows/broken_links_checker.yml linguist-generated=true
6-
.github/workflows/ci-build-next-java.yml linguist-generated=true
76
.github/workflows/ci-build.yml linguist-generated=true
87
.github/workflows/dependencies_check.yml linguist-generated=true
9-
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
10-
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
11-
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
12-
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
8+
.github/workflows/dependencies_update.yml linguist-generated=true
9+
.github/workflows/release.yml linguist-generated=true
1310
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
1411
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true

.github/workflows/broken_links_checker.yml

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build-next-java.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/ci-build.yml

Lines changed: 193 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)