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 upProvide a way to rename tables in table! macro #1217
Comments
added a commit
to Eijebong/diesel
that referenced
this issue
Oct 3, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Oct 3, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Oct 10, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Oct 11, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Oct 20, 2017
weiznich
added
the
enhancement
label
Nov 7, 2017
weiznich
closed this
in
#1233
Nov 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kardeiz commentedSep 28, 2017
Database table names, like column names, can clash with Rust keywords and identifiers, and the library should provide a way to rename them in defining a schema.
#1084 provides a way to rename columns but not tables. The same pseudo-attribute format could be used for renaming tables.
See also #424 #967 etc.