sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Update 'All About Updates' guide to Diesel 2.0 #159

Closed alphabitserial closed 2 years ago

alphabitserial commented 2 years ago

Addresses #152

In the current version of the page, there was a broken link to IncompleteUpdateStatement#method.set in the docs, which doesn't exist in v1.4.4 or 2.0. I changed it to point to UpdateStatement#method.set - is this right?

alphabitserial commented 2 years ago

I've marked this as a draft; I'd like to know whether to use $1 or ? in SQL blocks, and whether or not to include the --binds ["foo"] comments for this page and the All About Inserts page. The pages are inconsistent right now, but I can change them to be the same.

alphabitserial commented 2 years ago

This should be good to go now.