Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ability to specify precision for timestamp datatypes #282

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

ryanalbrecht
Copy link
Contributor

@ryanalbrecht ryanalbrecht commented Jun 12, 2024

Added ability to specify timestamp precision for TIMESTAMP datatypes.

The timestamp() schema function can now accept an option precision argument which will append (x) where x is the precision value. If the precision argument is omitted the parenthesis will not be appended to the datatype

Fix related to quick pr coldbox-modules/quick#250

@elpete elpete merged commit 4c53e5e into coldbox-modules:main Jun 12, 2024
8 checks passed
@elpete
Copy link
Collaborator

elpete commented Jun 12, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants