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

CockroachDB support: tracking issue #1667

Closed
theduke opened this Issue Apr 29, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@theduke
Contributor

theduke commented Apr 29, 2018

This is a tracking issue for CockroachDB support, listing all issues related to incompatabilities.

  • information_schema compatability (#523, #1134)
    This prevents infer_schema! and diesel print-schema functionality.
  • Do not generate default updated_at migration stored procedure
    Cockroachdb does not support stored procedures (yet), so the defaul migration generated by diesel setup does not work
  • diesel database reset support
    Currently fails with the error database postgres does not exist
@sgrif

This comment has been minimized.

Member

sgrif commented Apr 29, 2018

@sgrif sgrif closed this Apr 29, 2018

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