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 ability to select without a from clause #97
Comments
sgrif
added
the
enhancement
label
Jan 15, 2016
sgrif
referenced this issue
Jan 16, 2016
Merged
Implement FromSql and ToSql for `chrono::NaiveTime` #101
sgrif
closed this
in
c26d299
Jan 16, 2016
added a commit
to mcasper/diesel
that referenced
this issue
Jan 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 15, 2016
I'm trying to more thoroughly test some cases, and I've got a lot of code that looks like:
I'd like to instead be able to write
This will require some changes to
SelectStatementwhich make the from clause optional. I'm unsure if I want to allowselect(foo).from(bar)