Introduce diesel_sqlite feature (for rocket_db_pools support) - #2970
Introduce diesel_sqlite feature (for rocket_db_pools support)#2970mcclure wants to merge 2 commits into
Conversation
2a3f5de to
2c18c05
Compare
|
By merging this PR with #2972 , I can now run the tests. They complete successfully and at one point prints So I believe the test embedded in this PR is also running successfully. I am continuing to develop my application against this PR branch, still without [database-related] problems. |
|
I haven't heard any updates about this in almost a year. I bumped a merge with newest master. I am making use of this patch in a project, and in this project, I found I needed at least diesel 0.6.1 and diesel-async 2.3.2 for feature reasons. I have created also a PR #3005 which bumps these projects to their actual newest versions (0.9.2 and 2.3.12). For ease of my own testing, I based 3005 atop this patch. Any chance of movement on these PRs? They're straightforward changes and they're tested. |

Attempt at #2967 . I am pretty uncertain about this and I do not yet know how to test this (aside from the basic smoke test in the PR— see below).
I ran
./scripts/test.sh --contribas requested in the testing guide. It failed because of #2969. diesel.rs has three tests in it for MysqlPool, PgPool, and (now) SqlitePool, but it appears only the Mysql test is run. I don't know if this is because of #2969 or some other reason.