zhihu / norm

An orm library support nGQL for Golang
MIT License
104 stars 22 forks source link

Bug listed in the dialector.adoc has been fixed #3

Closed Aiee closed 3 years ago

Aiee commented 3 years ago

As I tested with both nightly versions of Nebula Graph and console, the bug stated in here has been fixed in https://github.com/vesoft-inc/nebula-graph/pull/1165.

Also, nebula.pool.IdleTime has been used to clean idle connections, as you can find the usage in the tests

everywan commented 3 years ago

Get it! The reason is i forget update nebula-go version (now use tag(v2.0.0-ga) ). I will update it soon.

Thanks!

everywan commented 3 years ago

IdleTime

We need nebula-go build a new tag! Waiting for nebula-go's new tag.

Aiee commented 3 years ago

IdleTime

We need nebula-go build a new tag!

A new tag will be released with the next Nebula release, please use the master branch for now if there are features you need.

everywan commented 3 years ago

IdleTime

We need nebula-go build a new tag!

A new tag will be released with the next Nebula release, please use the master branch for now if there are features you need.

For now i'm prefer use tag than branch. Because we don't want import unknown change except we really know what we are doing. Use branch maybe import unknown change.