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

Model cleanup #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Model cleanup #2

wants to merge 2 commits into from

Conversation

jmcarp
Copy link

@jmcarp jmcarp commented May 27, 2018

I noticed some duplicated/unnecessary code in the postgres models. This patch deletes a bunch of code without changing behavior.

@jmcarp
Copy link
Author

jmcarp commented May 27, 2018

A few other questions about the models:

  • Would you be open to switching table and column names to lower-case? We have to quote upper-case table and column names now, which is a little annoying.
  • Is the mongodb backend still in use? It looks like all the docs reference postgres. It might make the code a bit simpler to drop mongodb entirely.

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.

1 participant