NET-A-PORTER / scala-uri

Simple scala library for building and parsing URIs
Other
261 stars 33 forks source link

Speculative fix for issue #49 #90

Closed rathboma closed 8 years ago

rathboma commented 9 years ago

So I wasn't sure the best way to go about this, but this does work at the least. Looking for direction on the best way to structure things.

I also added a './sbt' file, just to make it easier for folks who have a different version installed system-wide, I can remove that if you don't like it.

theon commented 8 years ago

Closing. As mentioned in #49, JDBC urls are so varied across vendors and not at all standardised, we think they are out of scope for this library. scala-uri only aims to implement rfc3986. JDBC urls conflict with this standard.