-
Notifications
You must be signed in to change notification settings - Fork 184
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
feat: add time
example
#293
base: main
Are you sure you want to change the base?
Conversation
owned_table([ | ||
varchar( | ||
"name", | ||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JayWhite2357 I'd like to add first names as well to demonstrate that we can have whitespaces in our data
I can approve once the conflict with "Cargo.toml" is resolved |
- name: Run time example | ||
run: cargo run --example time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not required anymore
Rationale for this change
More examples in the repo provide better documentation as well as provide some regression testing on top of other tests.
What changes are included in this PR?
A simple example is added.
Are these changes tested?
Yes