Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dfd8262
update keeper and prepare new version
antonireus May 6, 2025
d722a6e
fix deprecation warning
antonireus May 6, 2025
6580d84
fix typo
antonireus May 6, 2025
60bb22a
add precision to Timestamp types with default constructors for backwa…
antonireus May 6, 2025
e5cc55a
Add methods for column definition for TS with precision
antonireus May 6, 2025
6d81de3
required for type rendering
antonireus May 6, 2025
a0363e9
render timestamp types
antonireus May 6, 2025
1679299
Test type rendering
antonireus May 6, 2025
16c6b9a
fix comment
antonireus May 6, 2025
f7d813a
fix typo
antonireus May 6, 2025
b1b4bcd
support specifying precision
antonireus May 6, 2025
4c8be7d
test cases
antonireus May 6, 2025
9a058ba
add javadoc
antonireus May 6, 2025
f332cbe
add change log
antonireus May 6, 2025
116c90a
cleanup
antonireus May 6, 2025
652831c
add suppress warnings
antonireus May 6, 2025
c3684ec
avoid duplications
antonireus May 6, 2025
166a8b8
update versions
antonireus May 6, 2025
7efac3d
Remove unwanted files
kaklakariada May 7, 2025
f8268dc
fix release date
antonireus May 7, 2025
ffadbb3
Merge remote-tracking branch 'origin/feature/176-support-timestamp-wi…
antonireus May 7, 2025
77d8075
introduce error_code_config.yml
antonireus May 7, 2025
0eebb0e
update generated files
antonireus May 7, 2025
a33dd62
replace hamcrest-all for hamcrest
antonireus May 7, 2025
faf9ab0
add precision to error
antonireus May 7, 2025
804f535
Apply suggestions from code review
antonireus May 7, 2025
1a6d8ab
Merge remote-tracking branch 'origin/feature/176-support-timestamp-wi…
antonireus May 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ dependencies.md linguist-genera
versionsMavenPluginRules.xml linguist-generated=true
doc/changes/changelog.md linguist-generated=true
.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/ci-build-next-java.yml linguist-generated=true
.github/workflows/ci-build.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
.github/workflows/release_droid_upload_github_release_assets.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true
.github/workflows/release.yml linguist-generated=true
.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true
19 changes: 12 additions & 7 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions .github/workflows/ci-build-next-java.yml

This file was deleted.

224 changes: 193 additions & 31 deletions .github/workflows/ci-build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading