adds support for jdbcUrls in the format protocol://user:password@host - #14
adds support for jdbcUrls in the format protocol://user:password@host#14alekcz wants to merge 6 commits into
Conversation
|
When I am trying to run the tests locally, I am getting Did it work for you? Otherwise it might be my local setup. |
|
Otherwise, please note that we usually work with squashed commits for PRs, so cleanups and functional changes should be in separate PRs. For now, it's ok in this repo, I'd say, as long as all the single commits will end up in master and the commits are clean. As far as I can see, following commits mix cleanups and functional changes So it would be good to (FYI, there is already PR #12 for cleanups, partially the same that you did. I am not opposed to closing that if the cleanups are merged with a different PR, but it could also just get updated.) I am not opposed to doing cleanups in the files you are touching anyway and I can totally understand that you want to fix things immediately that are not perfect. I do feel that drive as well and I don't always succeed in pacing myself either. Reviews become quite difficult though when most of the changes are cleanups of unrelated code. Also, more files changed usually means it needs more time to review, so it might take longer until someone takes the time to review a PR. The other reason to separate those things is a meaningful file history. A commit called "cleanup" will less likely be the reason for a problem than some functional change will be, so it makes sense to look at them last when tracking down the appearance of a bug. |
|
@jsmassa that's one on clojars https://clojars.org/com.github.seancorfield/next.jdbc. |
Most managed dbs use the format
protocol://user:password@host/db. This isn't the preferred approach innext.jdbc. This PR improves the postgres support.Also:
releasenext.jdbcversion