blade-jdbc icon indicating copy to clipboard operation
blade-jdbc copied to clipboard

๐Ÿœ move to https://github.com/biezhi/anima

Results 8 blade-jdbc issues
Sort by recently updated
recently updated
newest added

่ตฐๅˆฐ่ฟ™้‡Œ็š„ๆ—ถๅ€™ๆŠฅ็š„้”™ ``` @GetRoute("user") @JSON fun getUserList() { val allUser = User().findAll() println(allUser) } ``` ``` org.sql2o.Sql2oException: Could not acquire a connection from DataSource - Communications link failure The last packet...

question

In the next version, see [anima](https://github.com/biezhi/anima)

enhancement

org.sql2o.Sql2oException: Keys were not fetched from database. Please set the returnGeneratedKeys parameter in the createQuery() method to enable fetching of generated keys. use postgresql id VARCHAR(32) PRIMARY KEY set uuid

example๏ผš List users = user.findAll(Limit.of(5,5),OrderBy.desc("id"));

enhancement

PSQLException: This connection has been closed Use Base.atomic is error No use is normal

bug

``` java String site_title = Options.db.where("`key`", "site_title").findOne().get("value"); String site_subtitle = Options.db.where("`key`", "site_subtitle").findOne().get("value"); ```

bug

``` java return db.sql("select id, title, intro, create_time from t_post").where("`status` = ?", 1).page(page, limit); ```

bug