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

#656 Add maketime function to MysqlSqlModule #675

Merged
merged 5 commits into from
May 26, 2022

Conversation

sarahotoole
Copy link
Contributor

@sarahotoole sarahotoole requested a review from a team as a code owner May 26, 2022 13:37
@CLAassistant
Copy link

CLAassistant commented May 26, 2022

CLA assistant check
All committers have signed the CLA.

jczuchnowski
jczuchnowski previously approved these changes May 26, 2022
@@ -34,6 +33,7 @@ trait MysqlSqlModule extends Sql { self =>
val Log2 = FunctionDef[Double, Double](FunctionName("log2"))
val Log10 = FunctionDef[Double, Double](FunctionName("log10"))
val Pi = Expr.FunctionCall0[Double](FunctionDef[Any, Double](FunctionName("pi")))
val MakeTime = FunctionDef[(Int, Int, Double), LocalTime](FunctionName("maketime"))
Copy link
Member

Choose a reason for hiding this comment

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

Please put it in an alphabetical order.

@jczuchnowski
Copy link
Member

@sarahotoole accepted prematurely :). One small modification needed.

@jczuchnowski jczuchnowski merged commit a5f5c40 into zio:master May 26, 2022
@jczuchnowski
Copy link
Member

Thank you and congrats on the first contribution!

vidyasankarv added a commit to vidyasankarv/zio-sql that referenced this pull request May 26, 2022
vidyasankarv added a commit to vidyasankarv/zio-sql that referenced this pull request May 26, 2022
vidyasankarv added a commit to vidyasankarv/zio-sql that referenced this pull request May 26, 2022
sviezypan added a commit to vidyasankarv/zio-sql that referenced this pull request May 26, 2022
sviezypan added a commit that referenced this pull request May 26, 2022
#675 - Add uuid() function to MySqlModule
@sarahotoole sarahotoole deleted the 656 branch June 25, 2023 09:41
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.

3 participants