Yuki Tanaka

Results 57 issues of Yuki Tanaka

## Summary When using types that are not implemented in [decode.ts](https://github.com/deno-postgres/deno-postgres/blob/master/decode.ts), the following error occurs: ```shell Error: Don't know how to parse column type: ``` The following is a list...

https://github.com/denolib/typeorm/runs/928947102 ## Tasks - [x] Add basic implementation (#20) - [ ] Enable PostgresDriver in CI (49abf4d74840316651e78278b8fe557045b59bf2) - [ ] Implement missing features and fix failing tests - [ ]...

high priority

- [x] add support for ormconfig.yml (#109) - [ ] add support for ormconfig.xml (#110) - [x] Add support for `.env` (#101) - [ ] Reimplement RedisQueryResultCache using deno-redis (#111)...

## TODO - [x] make compilation pass with deno (5cbe0f64ffe4568281f952da3258fcdde5b4a33f) - [x] setup GitHub actions (#4)(#6) - [x] replace `sqlite3` with `deno-sqlite` (a2d1054be0c904c646f6a1666a369e9a004e6b3d) - [ ] support [deno_sqlite_plugin](https://github.com/crabmusket/deno_sqlite_plugin) (`SqlitePluginDriver`:question:) -...

See https://github.com/denolib/typeorm/tree/master/test/deps

- [ ] /test/other-issues/hydrate-performance/hydrate-performance.ts (**high priority**) - [ ] /test/github-issues/4220/issue-4220.ts (Deno currently does not support `Buffer`)

bug
test
high priority

The following files should be generated automatically: - [src/driver/postgres/typings.ts](https://github.com/denolib/typeorm/blob/master/src/driver/postgres/typings.ts) - [src/driver/mysql/typings.ts](https://github.com/denolib/typeorm/blob/master/src/driver/mysql/typings.ts) - [src/driver/sqlite/typings.ts](https://github.com/denolib/typeorm/blob/master/src/driver/sqlite/typings.ts) - [src/connection/typings.ts](https://github.com/denolib/typeorm/blob/master/src/connection/typings.ts)