Skip to content

Commit

Permalink
Fix spell, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis authored Dec 13, 2024
1 parent f157439 commit 47343b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Features
- `upper`, `lower` and other character case functions are **not** pushed down because they does not work with UNICODE character in SQLite.
- `WITH TIES` option is **not** pushed down.
- Bit string `#` (XOR) operator is **not** pushed down because there is no equal SQLite operator.
- Operations with `macaddr` or `macaddr8` data are **not** pushdowned.
- Operations with `macaddr` or `macaddr8` data are **not** pushed down.

### Notes about pushdowning

Expand Down

0 comments on commit 47343b1

Please sign in to comment.