Skip to content

Commit

Permalink
Explain MySQL excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 7, 2020
1 parent 63a7100 commit 928a336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_test/myxql/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,17 @@ version =
end

excludes = [
# MySQL does not have an array type
:array_type,
# The next two features rely on RETURNING, which MySQL does not support
:read_after_writes,
:returning,
# More unsupported features
:create_index_if_not_exists,
:aggregate_filters,
:transaction_isolation,
:with_conflict_target,
# MySQL doesn't have a boolean type, so this ends up returning 0/1
:map_boolean_in_expression
]

Expand Down

0 comments on commit 928a336

Please sign in to comment.