Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Implement SHOW CREATE DATABASE #407

Closed
erizocosmico opened this issue Oct 5, 2018 · 2 comments
Closed

Implement SHOW CREATE DATABASE #407

erizocosmico opened this issue Oct 5, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request hacktoberfest Ready to pick for Hacktoberfest

Comments

@erizocosmico
Copy link
Contributor

Implement SHOW CREATE DATABASE statement.

See: src-d/gitbase#361 (comment)

@erizocosmico erizocosmico added enhancement New feature or request hacktoberfest Ready to pick for Hacktoberfest labels Oct 5, 2018
@theodesp
Copy link
Contributor

theodesp commented Oct 5, 2018

I will be willing to implement this. I would like to ask though where do we query the following Variables:

  • DEFAULT CHARACTER SET
  • COLLATE

As I could not find them in the source code

@erizocosmico
Copy link
Contributor Author

We don't use charsets or collations right now, so we might want to decide on one and just return that value for now. @ajnavarro which ones should we use as defaults?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hacktoberfest Ready to pick for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants