quarto icon indicating copy to clipboard operation
quarto copied to clipboard

Quarto is a keyset (cursor) based pagination library for Ecto https://hexdocs.pm/quarto/Quarto.html

Results 7 quarto issues
Sort by recently updated
recently updated
newest added

Bumps [plug_crypto](https://github.com/elixir-plug/plug_crypto) from 1.2.2 to 1.2.5. Changelog Sourced from plug_crypto's changelog. v1.2.5 (2023-03-10) Allow AAD to be given as iolist v1.2.4 (2023-03-10) Allow AAD to be given as argument on...

dependencies
elixir

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.0 to 0.29.2. Changelog Sourced from ex_doc's changelog. v0.29.2 (2023-03-02) Enhancements Improvements to cheatsheets spacing Improvements to cheatsheets print Include sections of modules and extras in search...

dependencies
elixir

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

dependencies
github_actions

Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.7.0 to 3.9.2. Changelog Sourced from ecto_sql's changelog. v3.9.2 (2022-12-20) Enhancements [migrator] Raise if target version in to/exclusive_to is not an integer [mysql] Add support for cross...

dependencies
elixir

Bumps [erlef/setup-elixir](https://github.com/erlef/setup-elixir) from 1.14 to 1.15. Release notes Sourced from erlef/setup-elixir's releases. v1.15.0 What's Changed Update 3rd party licenses (automation) by @​github-actions in erlef/setup-beam#150, erlef/setup-beam#157, and erlef/setup-beam#158 Ease consumption by...

dependencies
github_actions

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.10 to 0.15.13. Changelog Sourced from postgrex's changelog. v0.15.13 (2021-10-25) Bug fix Fix regression on Elixir earlier than v1.9 v0.15.12 (2021-10-17) Enhancements Support extra configuration when passing...

dependencies
elixir

Hi @maartenvanvliet, When trying to order with a join on a naive datetime field I get: ``` deps/quarto/lib/quarto/ecto/query.ex:100: value `{:created_at, ~N[2012-06-07 13:03:15]}` in `where` cannot be cast to type :naive_datetime...