ali-rds icon indicating copy to clipboard operation
ali-rds copied to clipboard

Aliyun RDS client

Results 42 ali-rds issues
Sort by recently updated
recently updated
newest added

对`operator.js`进行了简单的修改,新增了`OR`和`AND`等选项,支持了like,大于小于、嵌套条件等 > 害,似乎缺少了 a

mysqljs/mysql 不支持 mysql 8 的默认认证插件caching_sha2_password;不支持 JSON 列的对象解析

```javascript // 这种情况的意思是 查询 userid 等于 12 并且 key 等于 'world' 的然后改成 hello mysql.update('table',{ key: 'hello' }, { where: { userid:12, key:'world' } }) ``` ``` Error: ER_PARSE_ERROR: You have...

## [Feature Request]想给egg-mysql提交一个PR [eggjs/egg#4003](https://github.com/eggjs/egg/issues/4003) ## egg-mysql 如何像sequelize一样打印执行的SQL日志? [eggjs/egg#648](https://github.com/eggjs/egg/issues/648)

在node环境中,该库mysql poll每次使用完select/query/update之类的操作,是否都需要释放连接? 例如: db.select('table').then(function(res){ //优先release连接???? }).catch(function(err){ //优先release链接???? }) 如果没有释放连接,是否连接资源一直被占用呢?还是有特殊的处理方式

![image](https://user-images.githubusercontent.com/32354383/58696929-2e4e6480-83cb-11e9-8da7-206a04b57582.png) ![image](https://user-images.githubusercontent.com/32354383/58697155-9f8e1780-83cb-11e9-911b-9d2385e081b5.png) row想用表达式 但是这样子不行,请问该怎么做