Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / elixir-ecto/ecto_sql issues and pull requests

#635 - Fix mssql 2017 integration test

Pull Request - State: closed - Opened by greg-rychlewski 3 days ago

#634 - Fix unit tests

Pull Request - State: closed - Opened by greg-rychlewski about 1 month ago - 1 comment

#633 - Change `schema_migration: true` option to `ecto_query: :schema_migrations`

Pull Request - State: closed - Opened by andrewtimberlake about 1 month ago - 1 comment

#632 - Link to the explanation section

Pull Request - State: closed - Opened by nathanl about 1 month ago - 1 comment

#631 - Add support for `:duration` type

Pull Request - State: closed - Opened by greg-rychlewski about 2 months ago

#630 - Remove duplicate `:ssl` config in MyXQL Adapter

Pull Request - State: closed - Opened by alisinabh about 2 months ago - 1 comment

#629 - align telemetry cast_params with the same as in logger

Pull Request - State: closed - Opened by dkuku 2 months ago - 7 comments

#628 - Migrator error: ** (MatchError) no match of right hand side value: :ok

Issue - State: closed - Opened by yastanotheruser 2 months ago - 7 comments
Labels: Kind:Bug

#627 - Add `:constraint_handler` and `Ecto.Adapters.SQL.Constraint`

Pull Request - State: open - Opened by petermueller 2 months ago - 5 comments

#626 - Fix typo and return value in doc

Pull Request - State: closed - Opened by preciz 2 months ago - 1 comment

#625 - Using map.field notation (without parentheses) to invoke function is deprecated

Issue - State: closed - Opened by Jwashton 2 months ago - 4 comments
Labels: Kind:Bug

#624 - Add `Ecto.Migration.remove_if_exists/1`

Pull Request - State: closed - Opened by novaugust 2 months ago - 2 comments

#623 - could not compile dependency :ecto, "mix compile" failed

Issue - State: closed - Opened by Rauulll 2 months ago - 6 comments
Labels: Kind:Bug

#622 - Update Ecto.Migration.references/2 documentation

Pull Request - State: closed - Opened by rhcarvalho 3 months ago - 1 comment

#621 - add check constraints for MySQL

Pull Request - State: closed - Opened by petermueller 3 months ago - 14 comments

#620 - Update MyXQL ssl docs

Pull Request - State: closed - Opened by greg-rychlewski 3 months ago

#619 - Update SSL configuration docs

Pull Request - State: closed - Opened by aj-foster 3 months ago - 1 comment

#618 - Further clarification to custom expressions in index

Pull Request - State: closed - Opened by emadshaaban92 3 months ago - 1 comment

#617 - Creating index on a column named as a reserved word

Issue - State: closed - Opened by emadshaaban92 3 months ago - 6 comments
Labels: Kind:Bug

#616 - Inline `ensure_list_params!/1`

Pull Request - State: closed - Opened by greg-rychlewski 4 months ago - 1 comment

#615 - make Ecto.Adapters.SQL.with_log/3 public

Pull Request - State: closed - Opened by ruslandoga 4 months ago - 1 comment

#614 - allow map query params

Pull Request - State: closed - Opened by ruslandoga 4 months ago - 4 comments

#613 - Relax myxql dependency

Pull Request - State: closed - Opened by timothyvanderaerden 4 months ago - 4 comments

#612 - Fix MySQL CI

Pull Request - State: closed - Opened by greg-rychlewski 4 months ago

#611 - Fix typos again

Pull Request - State: closed - Opened by kianmeng 4 months ago - 2 comments

#610 - Fix typos

Pull Request - State: closed - Opened by franknfjr 4 months ago - 1 comment

#609 - fix: myxql type cast of :integer should be signed integer

Pull Request - State: closed - Opened by lejoko 4 months ago - 1 comment

#608 - `in` operator produces invalid SQL when used with a MySQL JSON array

Issue - State: closed - Opened by Wigny 5 months ago - 2 comments
Labels: Kind:Bug

#607 - Support for subqueries in order_bys and group_bys

Pull Request - State: closed - Opened by zachdaniel 5 months ago - 33 comments

#606 - Add pg 16 to CI and remove `:generic` explain plan option

Pull Request - State: closed - Opened by greg-rychlewski 5 months ago

#605 - Fix fallback generic with no query parameters

Pull Request - State: closed - Opened by greg-rychlewski 5 months ago

#604 - Add option to generate generic explain plans for Postgres

Pull Request - State: closed - Opened by greg-rychlewski 5 months ago - 8 comments

#603 - Make stacktrace test conditional on elixir version

Pull Request - State: closed - Opened by greg-rychlewski 5 months ago

#602 - Logger.put_module_level does not silence preloads

Issue - State: open - Opened by SteffenDE 5 months ago - 4 comments
Labels: Kind:Bug

#601 - Experiment: Support for creating unlogged tables to speed up tests

Pull Request - State: open - Opened by mgibowski 6 months ago - 12 comments

#600 - Warn for migration files that end in ".ex"

Pull Request - State: closed - Opened by whatyouhide 6 months ago - 1 comment

#599 - Warn on `.ex` files in `priv/repo/migrations`

Issue - State: closed - Opened by whatyouhide 6 months ago - 1 comment
Labels: Kind:Bug

#598 - Add specs to `Ecto.Adapters.SQL.Sandbox`

Pull Request - State: closed - Opened by whatyouhide 7 months ago - 1 comment

#597 - could not cancel backend errors

Issue - State: closed - Opened by sasa1977 7 months ago - 5 comments
Labels: Kind:Bug

#596 - allow string names in field/2

Pull Request - State: open - Opened by greg-rychlewski 7 months ago

#595 - Allow compile-time lists in fragment splicing

Pull Request - State: closed - Opened by greg-rychlewski 8 months ago

#594 - Change migration prefix type to string

Pull Request - State: closed - Opened by greg-rychlewski 8 months ago

#593 - Fix `nil` prefix with `references`

Pull Request - State: closed - Opened by greg-rychlewski 8 months ago

#592 - validate keys for references/2

Pull Request - State: closed - Opened by SteffenDE 8 months ago - 5 comments

#591 - Further clarification to migration and execute/1 docs (#588)

Pull Request - State: closed - Opened by spiffytech 9 months ago - 1 comment

#590 - References inside a prefixed table cannot reference an unprefixed table

Issue - State: closed - Opened by jdewar 9 months ago - 13 comments
Labels: Kind:Bug

#589 - Unable to set sqlite PRAGMA in migrations

Issue - State: closed - Opened by spiffytech 9 months ago - 16 comments
Labels: Kind:Bug

#588 - Migration `execute` behavior possibly undocumented

Issue - State: closed - Opened by spiffytech 9 months ago - 6 comments
Labels: Kind:Bug

#587 - lib/ecto/adapters/myxql/connection.ex: refactored improper lists

Pull Request - State: closed - Opened by bradhanks 9 months ago - 8 comments

#586 - refactored map_intersperce

Pull Request - State: closed - Opened by bradhanks 9 months ago - 1 comment

#585 - Convert Enum.map/2+Enum.join/2 to Enum.map_join/3

Pull Request - State: closed - Opened by bradhanks 9 months ago - 3 comments

#584 - != true -> not

Pull Request - State: closed - Opened by bradhanks 9 months ago

#583 - Raw SQL Regex Issue with Ecto.Migration#execute/1

Issue - State: closed - Opened by lavli-food-admin 9 months ago - 2 comments
Labels: Kind:Bug

#582 - Optimize `IN` expression in PostgreSQL

Issue - State: closed - Opened by KiKoS0 9 months ago - 1 comment
Labels: Kind:Bug

#580 - Add :`generated` option to migrations

Pull Request - State: closed - Opened by greg-rychlewski 10 months ago

#578 - Add index storage parameters for Postgres

Pull Request - State: closed - Opened by ankane 10 months ago - 2 comments

#577 - Proposal: Add native support to bitstring

Pull Request - State: closed - Opened by Gigitsu 10 months ago - 44 comments

#576 - Stop runner if migration fails

Pull Request - State: closed - Opened by greg-rychlewski 10 months ago - 6 comments

#575 - Bump deps

Pull Request - State: closed - Opened by kianmeng 11 months ago - 3 comments

#573 - Support :prefix on index rename

Pull Request - State: closed - Opened by maltoe 11 months ago - 9 comments

#572 - Fix: Use right dynamic repo during migrations

Pull Request - State: closed - Opened by Gigitsu 11 months ago - 1 comment

#571 - Don't attempt to add PK when calling remove/3

Pull Request - State: closed - Opened by greg-rychlewski 11 months ago - 2 comments

#570 - Ecto.Migration.remove/3 incorrectly passes primary_key DOWN option during UP operation

Issue - State: closed - Opened by jm-alan 11 months ago - 2 comments
Labels: Kind:Bug

#569 - Fix integration tests for otp 26

Pull Request - State: closed - Opened by greg-rychlewski 12 months ago

#568 - `TABLESAMPLE` hint has a working test, but is not actually supported by the Postgres adapter

Issue - State: closed - Opened by tomtaylor 12 months ago - 3 comments
Labels: Kind:Bug

#567 - Fix unit tests for OTP 26

Pull Request - State: closed - Opened by greg-rychlewski 12 months ago

#566 - CI updates

Pull Request - State: closed - Opened by greg-rychlewski 12 months ago

#565 - Add formatting check to CI

Pull Request - State: closed - Opened by greg-rychlewski 12 months ago - 1 comment

#564 - Add MySQL 8 to CI

Pull Request - State: closed - Opened by greg-rychlewski 12 months ago

#563 - Dump UUIDs as is

Pull Request - State: closed - Opened by josevalim about 1 year ago - 1 comment

#562 - Dump and tag UUIDs

Pull Request - State: closed - Opened by josevalim about 1 year ago

#561 - Pass parent aliases to combination queries

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago - 4 comments

#559 - Add returning to delete

Pull Request - State: closed - Opened by Schultzer about 1 year ago - 4 comments

#558 - Cache and clause support for identity.

Pull Request - State: closed - Opened by seivan about 1 year ago - 6 comments

#557 - Add source to insert, update and delete telemetry events

Pull Request - State: closed - Opened by Schultzer about 1 year ago - 1 comment

#556 - Use timestamptz for :utc_datetime in Postgrex

Pull Request - State: closed - Opened by Schultzer about 1 year ago - 13 comments

#555 - Add primary_key to schema_migrations

Pull Request - State: closed - Opened by Schultzer about 1 year ago - 1 comment

#554 - Add source to insert_all telemetry events

Pull Request - State: closed - Opened by Schultzer about 1 year ago - 1 comment

#553 - Proposal: Allow async migrations to be disabled

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago - 8 comments

#552 - Support values lists

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago

#551 - Improve docs for migration attrs

Pull Request - State: closed - Opened by nathanl about 1 year ago - 2 comments

#550 - Allow MySQL to cast decimals to float on aggregation

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago

#549 - Error when trying to insert data into tables using System Versioning tables with MariaDB

Issue - State: closed - Opened by sleipnir about 1 year ago - 4 comments
Labels: Kind:Bug

#548 - Include exec before stored procedure for TDS

Pull Request - State: closed - Opened by josevalim about 1 year ago - 2 comments

#547 - Starting a transaction on MSSQL 2012 fails

Issue - State: closed - Opened by bhlieberman about 1 year ago - 5 comments
Labels: Kind:Bug

#546 - Support `unsafe_fragment` for dynamic hints

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago - 1 comment

#545 - Don't add comment to removed columns

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago

#544 - `:comment` option causes an error when migrating `remove/3` forward

Issue - State: closed - Opened by jdav-dev about 1 year ago - 1 comment
Labels: Kind:Bug

#543 - Add --log-level to ecto.migrate and ecto.rollback

Pull Request - State: closed - Opened by whatyouhide about 1 year ago - 1 comment

#542 - Ignore `nil` config database in `dump_cmd` for MySQL

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago

#541 - Fix mysqldump generating `use database`

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago - 2 comments

#540 - Don't let mysqldump specify prefix

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago - 1 comment

#539 - ecto.dump adding create/drop/use statements

Issue - State: closed - Opened by Hermanverschooten about 1 year ago - 8 comments
Labels: Kind:Bug

#538 - Fix for casting boolean values in MySQL

Pull Request - State: closed - Opened by m1dnight about 1 year ago - 4 comments

#537 - Ecto.Query.API.type(true, :boolean) generates invalid MySQL query

Issue - State: closed - Opened by m1dnight about 1 year ago - 4 comments
Labels: Kind:Bug

#536 - Show how to modify the cascade of a foreign key

Pull Request - State: closed - Opened by nathanl about 1 year ago - 1 comment

#535 - Support fragment splicing

Pull Request - State: closed - Opened by greg-rychlewski about 1 year ago

#534 - Make checkout/3 overridable in adapters

Pull Request - State: closed - Opened by whatyouhide about 1 year ago - 3 comments

#533 - Delegating "Ecto.Migration.Schema" more to adapters

Issue - State: closed - Opened by whatyouhide over 1 year ago - 3 comments
Labels: Kind:Bug