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 more PostgreSQL functions #91

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Added more PostgreSQL functions #91

merged 1 commit into from
Jan 16, 2024

Conversation

Hydrocharged
Copy link
Collaborator

This only includes quite a few functions, but doesn't include their tests. I was planning on including those too, but it's turning into a "more work than expected" type of situation, and if I'm going to solve those problems, I'd rather do it with all of the rest of the functions too, so that I can just get all the functions done for all the tests as once. This implements every function that I think we can implement for now based on our currently-supported types (without ripping out the implementation as soon as we get proper type support).

In the meantime, we can get these functions in, and get the tests in later.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, looking forward to tests

server/functions/cot.go Show resolved Hide resolved
server/functions/cotd.go Show resolved Hide resolved
server/functions/left.go Show resolved Hide resolved
server/functions/right.go Show resolved Hide resolved
server/functions/split_part.go Show resolved Hide resolved
@Hydrocharged Hydrocharged merged commit 20dd5f5 into main Jan 16, 2024
7 checks passed
@Hydrocharged Hydrocharged deleted the daylon/functions3 branch January 16, 2024 01:08
@Hydrocharged Hydrocharged restored the daylon/functions3 branch January 16, 2024 01:11
@Hydrocharged Hydrocharged deleted the daylon/functions3 branch January 16, 2024 01:11
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