Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd custom schema support #447
Comments
This comment has been minimized.
drusellers
commented
Oct 16, 2016
|
I also use schemas outside of |
sgrif
added this to the
0.8 milestone
Oct 19, 2016
This comment has been minimized.
|
Macros 1.1 took up a lot of time, but this will be in the next release. |
This comment has been minimized.
|
I'm wondering if setting the SET search_path=public,tiger,postgis;On that note, it would be important to specify which schemas diesel should infer (inferring |
added a commit
that referenced
this issue
Dec 2, 2016
added a commit
that referenced
this issue
Dec 5, 2016
sgrif
closed this
in
#515
Dec 5, 2016
sgrif
reopened this
Dec 5, 2016
added a commit
that referenced
this issue
Dec 6, 2016
added a commit
that referenced
this issue
Dec 7, 2016
added a commit
that referenced
this issue
Dec 7, 2016
added a commit
that referenced
this issue
Dec 7, 2016
added a commit
that referenced
this issue
Dec 7, 2016
added a commit
that referenced
this issue
Dec 8, 2016
sgrif
closed this
in
#529
Dec 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compressed commentedSep 17, 2016
As discussed on gitter, I want to use custom schemas with diesel. I am using postgresql. My use case is that the tables I want to query on aren't in the
publicschema. For example, I want to queryschema_1.table_1andschema_1.table_2, however currently,infer_schema!doesn't find them.