Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

db name encoding fix #105

Closed
wants to merge 1 commit into from
Closed

db name encoding fix #105

wants to merge 1 commit into from

Conversation

boxxxie
Copy link
Contributor

@boxxxie boxxxie commented Oct 5, 2012

fix for dbs with names that use
$ + /
to be encoded as:
%24 %2B %2F

added a test for this.
not really 100% sure it works, but all tests are passing.
@dscape
Copy link
Contributor

dscape commented Oct 10, 2012

Merged on f9690bc

@dscape dscape closed this Oct 10, 2012
dscape added a commit that referenced this pull request Oct 10, 2012
* adds paul to contributors list
* fixes encoding of database bug #105
KangTheTerrible pushed a commit to KangTheTerrible/nano that referenced this pull request Aug 19, 2018
tape-it should have moved over with nano, it’s a tape harness config,
but binds us to an old version of tape. I tried a simple copy and paste,
while keeping the tape version, but getting npm t issues. This is a
three-step process:

1. copy `dscape/tape-it/index.js` to `test/helpers/harness.js`
2. update the `require` in `test/helpers/integration.js`
3. make tests work

It leads us to the fun situation where our integration tests are run with
tape version ^3.0.1 and the rest with 4.6.2.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants