Skip to content

Commit

Permalink
Update shapes.md (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Dec 6, 2024
1 parent 95b61e7 commit 40a6dcf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions website/docs/guides/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can use logical operators like `AND` and `OR` to group multiple conditions,
- `title='Electric' AND status='todo'`

> [!WARNING] Limitations
> Electric needs to be able to evaluate where clauses outside of Postgres, so it only supports a limited set of SQL types and expressions right now.
> Electric needs to be able to evaluate where clauses outside of Postgres, so it supports a subset of SQL types and expressions.
> 1. you can use columns of numerical types, `boolean`, `uuid`, `text`, `interval`, date and time types (with the exception of `timetz`)
> 1. operators that work on those types: arithmetics, comparisons, boolean operators like `OR`, string operators like `LIKE`, etc.
> 1. [Arrays](https://github.com/electric-sql/electric/issues/1767) and [Enums](https://github.com/electric-sql/electric/issues/1709) are not yet supported in where clauses
Expand Down Expand Up @@ -167,14 +167,6 @@ You can upvote and discuss adding support for include trees here:
>
> Where necessary, you can use triggers to update these denormalised columns.
### Whole rows

Shapes currently sync all the columns in a row.

It's not yet possible to select or ignore/mask columns. You can upvote and discuss adding support for selecting columns here:

- [Shape support for selecting columns #1676](https://github.com/electric-sql/electric/discussions/1676)

### Immutable

Shapes are currently immutable.
Expand Down

0 comments on commit 40a6dcf

Please sign in to comment.