Skip to content

merge upstream#1

Open
dougw-bc wants to merge 61 commits intodougw-bc:quiet_obanfrom
fuelen:main
Open

merge upstream#1
dougw-bc wants to merge 61 commits intodougw-bc:quiet_obanfrom
fuelen:main

Conversation

@dougw-bc
Copy link
Owner

@dougw-bc dougw-bc commented May 3, 2022

No description provided.

fuelen and others added 30 commits April 28, 2022 00:09
Now bindings are replaced in a single pass
* Multiple Repo support

* Ensure that each call to `telemetry.attach/4` receives a unique handler_id based on the telemetry prefix of the repo.
* `Ecto.DevLogger.install/2` now returns the result from `telemetry.attach/4` allowing users to confirm successful setup.
* Add public `Ecto.DevLogger.uninstall/1` to support calling `telemetry.detach/1` with the correct handler_id.
* Add public `Ecto.DevLogger.handler_id/1` to support introspection of telemetry handler ids.
* Add configuration to allow users to add the repo name into the log to enable distinguishing between queries on different repos.
* Refactor test setup & teardown to support setting up multiple repos.
* Tests for the above

* Update specs and add documentation for new options and functions.

Co-authored-by: Steve Hall <steve.hall+gitlab@rg456.co.uk>
fuelen and others added 30 commits December 12, 2023 10:35
* feat: add geo.point support

related to #22

* adding optional deps

* tests and slight formatting tweak

* Add support for Geo.Polygon and fix Geo.Point

* make :geo optional

---------

Co-authored-by: Michael Bianco <iloveitaly@gmail.com>
* add comment with actual value after numeric enum

* rename describe

* make the result shorter

* use array[] instead of {}

* make the implementation shorter

* test the full insert

* handle case when cast_params key is missing
* Don't treat `?` as a placeholder when it's on the end of a column name

* Add support for SQLite3 adaptor

* Add a hint for running a local postgres instance to the readme.
- update `:geo` dependency to `~> 3.5 or ~> 4.0` (latest)
- update `:postgrex` dependency to `0.17`
- Implement PrintableParameter for Postgrex.Range and inline boundary handling
- Extend test schema/table with int4range, int8range, numrange, tsrange, tstzrange, daterange
- Enable ANSI in tests
- Make coverage runs stable by relaxing order-specific assertions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.