nebula-contrib / ngbatis

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 mybatis-plus. NGBATIS 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。借鉴于 MyBatis 的使用习惯进行开发。https://graph-cn.github.io/ngbatis-docs/
https://nebula-contrib.github.io/ngbatis/
Apache License 2.0
132 stars 42 forks source link

$p0参数注入报错 #196

Closed IndexNull closed 1 year ago

IndexNull commented 1 year ago

1691231737313 1691231757804 1691231813419

$p0报错,翻看以前的issue 1691231551310 使用这两种也报错

CorvusYe commented 1 year ago

控制台的输出是怎么样的

IndexNull commented 1 year ago

控制台的输出是怎么样的

1691232418030 1691232478843 tableName传的 player

CorvusYe commented 1 year ago

参数是SCHEMA的话,注意一下引号的区别,使用 斜引号:`

CorvusYe commented 1 year ago
   DESCRIBE TAG `${ p0 }`
IndexNull commented 1 year ago
   DESCRIBE TAG `${ p0 }`

可以了 谢谢啦 祝你有个愉快的周末

CorvusYe commented 1 year ago

哈哈谢谢~