KITAMURA Daisuke

Results 7 issues of KITAMURA Daisuke

NOTE: It behaves like the postgres adapter. https://github.com/elixir-lang/ecto/commit/23b9a3fe531effe53caabee0d89f98f542e4b037

This PR makes passing tests on following elixir versions. You might check 92b50d590c2805e0d9d9ca47e89f21928c0c50d8 commit message. - 1.9.2 - 1.8.2 - 1.7.4 - 1.6.6 - 1.5.3 - 1.4.5 I recommend this...

- Add .mix.exs - `$ mix format`

Remove unnecessary merges Merging the `kwargs` with the `@@default_kwargs` is needed only once before calling the `@block`. The method `sample` calls the method `call`, and the method `call` calls the...

[Random::DEFAULT は 3.0.0 で deprecated となりました](https://github.com/ruby/ruby/blob/v3_0_0/NEWS.md#core-classes-updates)。 3.1 https://docs.ruby-lang.org/ja/3.1/method/Random/c/DEFAULT.html までは記事がありましたが、 3.2 https://docs.ruby-lang.org/ja/3.2/method/Random/c/DEFAULT.html からは記事もなく、404 となります。 また最新バージョンである3.3でも3.2と同様です。 https://docs.ruby-lang.org/ja/3.2/method/Kernel/m/srand.html の SEE_ALSO などに、Random::DEFAULT へのリンクがあるので、混乱を避けるために削除してよさそうです。