Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add databse string example#225

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
PandelisZ wants to merge1 commit intonetlify:master
base:master
Choose a base branch
Loading
fromPandelisZ:patch-1

Conversation

@PandelisZ
Copy link

The DB url requires some extra parameters to work

- Summary

[POP] 2020/01/08 12:25:03 warn - IMPORTANT!'parseTime=true' option is required to work properly. Please add it to the database URLin the config![POP] 2020/01/08 12:25:03 warn - IMPORTANT!'multiStatements=true' option is required to work properly. Please add it to the database URLin the config!

Might as well describe this in the readme as it is a requirement to use the service.

- Test plan

Documentation only

- Description for the changelog

Added an example database URI

- A picture of a cute animal (not mandatory but encouraged)

The DB url requires some extra parameters to work

The connection string requires the following two parameters:`?parseTime=true&multiStatements=true`

Eg:`mysql://user:pass@tcp(127.0.0.1:3306)/database?parseTime=true&multiStatements=true`
Copy link
Contributor

Choose a reason for hiding this comment

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

thanks for the PR! adding this sounds good. how about adding this?parseTime=true&multiStatements=true in the above example in line 60 (also you don't needmysql:// there)?
then we can keep the line 71, to explain it's needed.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@keiko713keiko713keiko713 left review comments

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@PandelisZ@keiko713

[8]ページ先頭

©2009-2025 Movatter.jp