ngbatis icon indicating copy to clipboard operation
ngbatis copied to clipboard

NGBATIS is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like...

Results 83 ngbatis issues
Sort by recently updated
recently updated
newest added

nebulagraph: 3.5.0 ngbatis: 1.1.5 ```java server: port: 8538 servlet: context-path: /geoTracker # session: # timeout: 1800 nebula: ngbatis: session-life-length: 300000 check-fixed-rate: 300000 # space name needs to be informed through...

一次性插入500条数据就开始报错了,请问这个是框架限制了吗?如何配置呢? ``` org.nebula.contrib.ngbatis.exception.QueryException: execute failed: ResultSet error: SemanticError: The maximum number of statements allowed has been exceeded at org.nebula.contrib.ngbatis.proxy.MapperProxy.executeBySessionPool(MapperProxy.java:290) at org.nebula.contrib.ngbatis.proxy.MapperProxy.invoke(MapperProxy.java:133) at org.nebula.contrib.ngbatis.proxy.MapperProxy.invoke(MapperProxy.java:169) at org.nebula.contrib.ngbatis.proxy.MapperProxy.pageSupport(MapperProxy.java:185) at org.nebula.contrib.ngbatis.proxy.MapperProxy.invoke(MapperProxy.java:89) at ****************.dao.nebula.NebulaDao$Proxy.batchInsert********PersonAist(Unknown Source)...

# TODOLIST - [x] Change nebula-client dependence from 3.0.0 to 3.3.0 - [x] Use nebula-client SessionPool - [ ] Move unit test from ngbatis-demo to ngbatis - [ ] Add...

help wanted

I believe the equivalent content of https://github.com/nebula-contrib/ngbatis/blob/master/EXECUTION-PROCESS.md is crucial to users.

documentation
help wanted
Hacktoberfest

shoud we Optimize testing And automatically run schema and tag edge create scripts for easy testing @wey-gu

Hacktoberfest

> Hi @amritagg I'm glad you're interested in these features. We need to add methods to NebulaDaoBasic that allow developers to quickly access data without having to write ngql Just...

Hacktoberfest

- [ ] Expand the function of NebulaDaoBasic - [ ] Add batch interface: - [ ] insertTripletBatch - [ ] insertEdgeBatch - [ ] ... - [ ] Schema...

Hacktoberfest

我用的是 1.1.5 版本的 因为是公司内网,所以不能截图,只能描述一下 我在修改 ```yml cql: parser: statement-start: "

### Time transfer error. The internal time of the datetimeWrapper is UTC time. If the time zone is East Eighth Zone, it will be eight hours less ```java private static...

Hacktoberfest

in this case: https://github.com/nebula-contrib/ngbatis/blob/master/ngbatis-demo/src/test/java/ye/weicheng/ngbatis/demo/NebulaBasicDaoTests.java#L465 we need to add another condition branch to implement the orm of PathWrapper. > 下面代码需要追加一个条件分支来实现 PathWrapper 的 orm https://github.com/nebula-contrib/ngbatis/blob/master/src/main/java/org/nebula/contrib/ngbatis/handler/ObjectResultHandler.java#L67-L93 Such as: ```java else if(v instanceof PathWrapper)...

help wanted
Hacktoberfest