pintariching

Results 38 comments of pintariching

Okay I just tested it, `diesel` can be updated to 2.0.0-rc.0 without a problem, but for `sqlx` to be updated to 0.6, `diesel` also needs to be updated otherwise I...

Now I get the following error when trying to use `.fetch_all` with `sqlx` ``` .fetch_all(&mut *db) ---------- ^^^^^^^^ the trait `sqlx::Executor

> Now I get the following error when trying to use `.fetch_all` with `sqlx` > > ``` > .fetch_all(&mut *db) > ---------- ^^^^^^^^ the trait `sqlx::Executor

I get the example to work if I comment out the migrations. `diesel_migrations` has been completely rewritten and I haven't figured out the migration part yet.

Okay the examples now build and test without errors. I've also updated the todo example a bit.

I think I updated the `sqlx` version in `rocket_db_pools` to 0.6.0 also. So the examples `database` and `todo` should both work I think.

I think SQLx and Diesel can now be updated to both 0.6.1 and 2.0.0 respectivley as they have both been updated by now

Yeah I copied all the types directly from the [svelte repo](https://github.com/sveltejs/svelte/blob/master/src/compiler/parse/utils/entities.ts). Also, the code links to [this website](https://html.spec.whatwg.org/multipage/named-characters.html) where it notes > It is intentional, for legacy compatibility, that many...

That sounds like a great idea. I'll look into it and try to follow the conventions.

@Antonio-Bennett Feel free to open a PR on anything you like 😁