Yuki Tanaka

Results 57 issues of Yuki Tanaka

**Issue type:** [ ] question [x] bug report [ ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql`...

bug
help wanted

This needs more investigation :monocle_face:

See: https://github.com/typeorm/typeorm/tree/0.2.23

- This was introduced since #24. - In this PR, I bumped deno-sqlite from [d451a28e55180730a296a9383cd5dd26155a2c11](https://github.com/dyedgreen/deno-sqlite/tree/d451a28e55180730a296a9383cd5dd26155a2c11) to [73935087a1ebe9108d784503bc5474662ba54b73](https://github.com/dyedgreen/deno-sqlite/tree/73935087a1ebe9108d784503bc5474662ba54b73). - https://github.com/dyedgreen/deno-sqlite/compare/d451a28e55180730a296a9383cd5dd26155a2c11...73935087a1ebe9108d784503bc5474662ba54b73 ``` 1) query builder > sub-query "after all" hook for "should...

bug

https://github.com/denodrivers/redis/blob/3b01a5ad985abc38d3679aac84fcb2d231841d64/command.ts#L165

In #312, some `@ts-expect-error` comments were added. To remove them, it is necessary to improve the type definitions of some of the methods: - [x] `Commands.geopos` (#315, #321) - [...

```shell retry ... FAILED(1s) error: ConnectionReset: Connection reset by peer (os error 104) const rr = await this.#rd.read(this.#buf.subarray(this.#w)); ^ at async read (deno:ext/net/01_net.js:28:19) at async BufReader.#fill (https://deno.land/[email protected]/io/buffer.ts:323:18) at async BufReader.peek...

bug
test

https://github.com/denodrivers/redis/blob/d3741eebb937267cc4864519689cc33d896be3aa/connection.ts#L31

enhancement