Sean Corfield
|
7e1fe8f558
|
prep for 2.6.1270
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2025-01-17 13:23:52 -08:00 |
|
Sean Corfield
|
4efa9a38ef
|
address #539 by improving getting started
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-09-21 18:12:10 -07:00 |
|
Ben Lieberman
|
b531747918
|
Update pg_ops.cljc
Add docstring info to @@ operator pertaining to its text search usage
|
2024-07-14 09:43:28 -06:00 |
|
Jakub Holý
|
e7ef940e24
|
Update pg-ops/- docstring wrt array input
The `-` operator also works for arrays:
```sql
select '{"a":1,"b":2,"c":3}' - array['a','b'];
-- => {c:3}
select '["a","b","c"]'::jsonb - array['a','b']
-- => ["c"]
```
|
2024-07-04 17:13:24 +02:00 |
|
Jakub Holý
|
e6f9ffdc32
|
pg-ops: add docs
|
2023-03-01 15:40:38 +01:00 |
|
Sean Corfield
|
762252b660
|
fixes #459 by making all operators variadic
except for := and the various :<> variants
some operators only make sense in binary usage and will produce invalid
SQL if used in a non-binary manner
|
2023-02-11 13:35:55 -08:00 |
|
Sean Corfield
|
e45ea8586e
|
Add PostgreSQL JSON / regex operators fixes #398
|
2022-04-23 15:40:47 -07:00 |
|