Open
Conversation
it is the last item in the log
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>
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.