Laurence Isla and Laurence Isla
1b218a97f4
Add a warning when working with computed relationships
2023-04-21 18:52:56 -05:00
Steve Chavez and Laurence Isla
0a3a20347b
snippet for computed rel overload
2023-04-21 18:52:56 -05:00
Steve Chavez and Laurence Isla
593b8bf385
remove wrong claim about CSV being faster ( #595 )
2023-04-21 18:52:56 -05:00
Laurence Isla and Laurence Isla
9c075e5e52
Fix info on updates without filters
2023-04-13 19:04:16 -05:00
Laurence Isla and steve-chavez
1e09b9f06d
Fix broken links and dictcheck
2023-01-28 20:37:08 -05:00
Laurence Isla and steve-chavez
0a5ae531a4
Add information on preflight requests in CORS subsection
2023-01-28 20:31:24 -05:00
mdr1384 and steve-chavez
a65d387a31
Fix example code in computed relationships
...
Looks like a copy-paste error - the `films.id` column should be associated with the `premieres.film_id` column.
2023-01-28 20:28:50 -05:00
Steve Chavez and GitHub
9128c8602a
Refine docs for v10
...
* shorten release page
* shorten explain docs
* add limited update/delete to release page
* refine relationships
* refine disambiguation
* refine release page
* remove migration guide
* add author to WWT how-to
2022-08-26 16:08:08 -05:00
Laurence Isla and GitHub
a0c463b998
Add missing changes/fixes/features for v10
2022-08-23 21:59:48 -05:00
steve-chavez
eb100cc746
clarify * as an alias of % for LIKE
2022-08-05 18:36:25 -05:00
Laurence Isla and GitHub
2592639d1b
Reword and clarify embedding on views
2022-07-19 10:51:36 -05:00
steve-chavez
bba960d4c6
new m2m relationship detection
2022-07-12 00:02:09 -05:00
steve-chavez
13ce0f3354
add bulk update
2022-06-16 11:11:37 -05:00
steve-chavez
5305998a95
disallowed full table update
2022-06-16 11:11:37 -05:00
steve-chavez
a9baa5bc9f
lowercase upsert
2022-06-16 11:11:37 -05:00
Franz-Josef Färber and Steve Chavez
48783087de
RPC POST for function w/single unnamed XML param, postgrest-PR #2300
2022-06-03 11:53:38 -05:00
Laurence Isla and GitHub
340c96883e
Fix main explanation on views with joins ( #537 )
...
* Fix indentation and example view
* Change films.id to just id
2022-05-19 23:44:31 +02:00
Laurence Isla and GitHub
496a1734ec
Add documentation on embedding views containing joins
2022-05-18 20:50:06 -05:00
Franz-Josef Färber and Steve Chavez
6e24e23b4b
Allow returning XML
2022-05-05 10:57:38 -05:00
Laurence Isla and GitHub
9c23ac2f39
Reorganize error groups
2022-05-02 23:14:24 -05:00
steve-chavez
5f3284eed0
fix broken links
2022-05-02 19:42:02 -05:00
steve-chavez
72bffddbf1
Add limited updates/deletions
...
Also move updates to its own section
2022-05-02 19:42:02 -05:00
Michael Kane Juncker and Wolfgang Walther
6f79b41bc1
feat(api): add match/imatch operators for regular expression support - refs PostgREST/postgrest#2236
2022-04-11 08:56:45 +02:00
Laurence Isla and GitHub
e1c987dc5f
Add latest page ( #521 )
...
* better highlight for composite/array reference
2022-03-27 17:54:48 +02:00
Laurence Isla and GitHub
8f98948078
Add Errors reference ( #430 )
...
* Adds PostgREST' error codes
* Move error information to a dedicated reference page
* Organize errors into tables
2022-03-14 21:03:01 +01:00
Wolfgang Walther and Wolfgang Walther
e9ef876433
Add hint on how to prevent exposing computed columns as RPCs
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-28 13:14:53 +01:00
Laurence Isla and GitHub
abe0daa3dc
Add example for array and composite type columns
2022-02-15 14:20:12 -05:00
Wolfgang Walther and Wolfgang Walther
6aeb5065f8
Add docs about accessing array items and fields of composite types with JSON operators.
...
Added in https://github.com/PostgREST/postgrest/pull/2145
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
4d6909a08f
Mention computed columns can be on the extra search path.
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
9c0db849ce
Move JSON Columns and Computed Columns sections one level up
...
Both of those are about select and filters - so do not belong into "Vertical Filtering" only.
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
a85dfe9558
chore: Move *.rst files to docs/ folder
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-01-30 13:35:55 +01:00