This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
在Windows下连接的时候出错parse goleveldb://data%5Ctidb: invalid URL escape "%5C" #5
Comments
在Linux下编译的版本没有问题,完全同一份源码,就在Windows下出现这情况~ |
insionng
changed the title
在Windows是下连接的时候出错parse goleveldb://data%5Ctidb: invalid URL escape "%5C"
在Windows下连接的时候出错parse goleveldb://data%5Ctidb: invalid URL escape "%5C"
May 1, 2016
@insionng Thanks for your feedback! |
呃,请问这个bug修复了没有? 事实上我的项目是比较倾向于选择基于内嵌型的goleveldb,主要是为了替代sqlite,所以其他几个驱动类型不是很合适. |
这个是不支持windows的问题吗? |
@lunny 不是,应该是不知是tidb还是xorm这边把“/”斜杆给转义了,这在windows下会触发,在linux下没问题。而这个转义的地方我没法知道是tidb还是xorm哪里,否则就自行修改掉了。 |
OK. 最新的PR应该会解决这个问题,我会尽快测试完毕并合并。 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
出错的代码行是这样:
···
return xorm.NewEngine("tidb", "goleveldb://./data/tidb/tidb")
···
The text was updated successfully, but these errors were encountered: