Tirumarai Selvan
24c072939b
docs: add json path example in query docs ( #4087 )
2020-04-07 12:46:10 +05:30
Marion Schleifer
e031e99d73
docs: replace doc with ref ( close #4054 ) ( #4068 )
2020-03-12 01:12:36 +05:30
Rikin Kachhia
5702881d5c
docs: misc updates ( #3700 )
...
* added example for select_by_pk query
* improved notes on _or and _and behaviour
* improve distinct and order_by usage note
2020-01-20 17:17:49 +05:30
Marion Schleifer
265cf7f12e
docs: add meta descriptions to pages ( #3631 )
2020-01-14 18:27:45 +05:30
Rikin Kachhia
3a7a3bf6bf
refactor docs schema section ( #3489 )
2019-12-26 17:35:37 +05:30
Rikin Kachhia
deeae45b9e
add boolean expressions syntactic sugar notes in docs ( #3510 )
2019-12-17 19:52:39 +05:30
Rikin Kachhia
4ef9bc4309
add cursor pagination section to docs ( #3498 )
2019-12-16 18:16:13 +05:30
Rikin Kachhia
a66bcb7f27
update queries docs pages ( #3483 )
2019-12-15 18:32:10 +05:30
Marion Schleifer
9dd0606128
add pagination with aggregated data section to docs ( close #277 ) ( #2874 )
2019-11-21 14:12:56 +05:30
Rakesh Emmadi
9b8e6b42d1
functions can access session info via input arg ( close #2322 ) ( #3143 )
2019-11-20 12:17:06 +05:30
Rakesh Emmadi
d8d21c1487
support computed fields returning scalars or set of tables ( close #1387 ) ( #2917 )
2019-10-18 13:59:47 +05:30
Marion Schleifer
480b34ea5e
fix typos in documentation ( #2562 )
2019-09-11 12:47:14 +05:30
Marion Schleifer
5152de3022
improve documentation on queries ( close #413 ) ( #2799 )
2019-09-05 20:23:50 +05:30
Rakesh Emmadi
f7c99689da
support intersect filters on raster columns ( close #2613 ) ( #2704 )
...
* initial raster support
* _st_intersects_geom -> _st_intersects_geom_nband
* add tests
* update docs
* improve docs
As requested by @marionschleifer
* new type for raster values
Suggested by @lexi-lambda
* replace `SEUnsafe "NULL"` with SENull
2019-08-29 18:37:05 +05:30
Alexis King
8f9a41ff88
Support casting between PostGIS geometry and geography types in where
expressions ( close #1983 ) ( #2495 )
...
* server: Bump dependencies to allow Haddock to run successfully
* Support casting between PostGIS geometry and geography types in filters
2019-07-15 14:22:45 +05:30
Rakesh Emmadi
c3c01beccc
support null and default values for function arguments ( close #2176 , close #2250 ) ( #2282 )
2019-06-04 18:13:28 +05:30
dsandip
6a5f17c3a0
update auth docs ( #1796 )
2019-05-17 17:33:35 +05:30
Vamshi Surabhi
fd85d0ba5b
document subscriptions related config parameters ( #2126 )
2019-05-07 17:51:37 +05:30
Rikin Kachhia
d740de9ae2
update docs ( #2033 )
2019-04-19 16:18:18 +05:30
Rikin Kachhia
afc2331951
update docs ( #2023 )
...
* add missing column error to troubleshooting
* update subscription headers section
* docs for using {} expression
* fix create foreign-key section
2019-04-17 19:07:42 +05:30
Toan Nguyen
560c31f9fd
add a json path argument to query values inside json columns ( close #1598 ) ( #1661 )
2019-03-25 19:15:35 +05:30
Shahidh K Muhammed
b8700cce70
add spatial predicates for geography columns ( close #1674 ) ( #1735 )
...
This PR adds support for PostGIS spatial predicates on geography columns. The predicates are _st_d_within and _st_intersects.
2019-03-25 17:59:52 +05:30
Rikin Kachhia
6c2f64b68a
update docs ( #1748 )
...
* increase roles TOC depth
* update enum docs page
* open external links in docs in new tabs
* update nested object sort docs
2019-03-13 15:34:40 +05:30
Nathan Waters
9cfdef3645
add fuzzy match search example to custom function docs ( #1555 )
2019-02-28 15:30:16 +05:30
Rikin Kachhia
e8e0168da7
docs update ( #1535 )
2019-02-06 12:09:36 +05:30
Rakesh Emmadi
0bf2457e23
allow exposing postgres functions through GraphQL interface ( close #333 ) ( #1073 )
2019-01-25 09:01:54 +05:30
Rikin Kachhia
5b66ca8c42
docs: cli related and syntax fix ( #1463 )
2019-01-24 19:46:34 +05:30
Rikin Kachhia
6ec47a94c8
update query/mutation docs pages ( #1426 )
2019-01-21 14:50:14 +05:30
Rakesh Emmadi
7ff1c8829a
add PostGIS operators in boolean expressions ( closes #1051 ) ( #1372 )
2019-01-17 11:51:38 +05:30
Rikin Kachhia
871d5e7f20
update docs ( #1221 )
2018-12-17 17:28:29 +05:30
Rikin Kachhia
b1a5e36a1e
fix syntax in docs ( #1206 )
2018-12-13 16:59:29 +05:30
Rakesh Emmadi
ff6c95c2f8
allow ordering with aggregated fields ( close #1039 ) ( #1042 )
2018-12-12 18:28:39 +05:30
Rikin Kachhia
8de12d5bcd
add table of contents to docs pages ( #1115 )
2018-12-03 17:42:24 +05:30
Rakesh Emmadi
58fe579497
support Postgres's DISTINCT ON ( close #1040 ) ( #1099 )
2018-11-23 07:23:56 +05:30
Dimitrios Mavrommatis
ef6e53a407
change descending ordering to nulls first ( fix #1008 ) ( #1009 )
2018-11-22 10:28:18 +05:30
Rakesh Emmadi
b6773b36cd
add aggregations docs ( close #988 ) ( #991 )
...
* add aggregations docs
* add statistical aggregate functions
* change aggregation query page title
* fix api reference pages syntax bugs
* update query derived data docs page
* add better examples for aggregation docs
2018-11-15 17:13:03 +05:30
Fernando K
b7800ffa2e
add links to the api reference ( #794 )
2018-10-31 19:19:29 +05:30
Rikin Kachhia
ac8f2f65a8
reduce max algolia document size for docs ( #914 )
2018-10-29 18:03:48 +05:30
Rakesh Emmadi
f6ed169219
allow ordering using columns from object relationships ( closes #463 ) ( #672 )
...
* allow ordering using columns from object relationships, close #463
* validate table fields in nested insert
* add tests
* add docs
* change 'table_order_by' type from enums to ordered map
* remove unwanted code from 'Schema.hs' file
* 'AnnGObject' is not list of field name and value tuple
* update docs for new order_by type
* use 'InsOrdHashMap' for 'AnnGObj'
* handle empty fields in order_by
* remove '_' prefixes for asc/desc
* fix the changed order_by syntax across the repo
2018-10-26 17:27:33 +05:30
Rikin Kachhia
dada14b1ad
update docs ( #860 )
...
* add $ before commands in server flag reference docs
* add deploy to AWS RDS blog link to guides in docs
* fix pagination expressionin reference docs
* update many-to-many relationship docs
* add _not operator + filtering over relationships docs
2018-10-26 08:29:36 +05:30
cozyplanes
5bd21b03e4
add a comma in queries.rst ( #756 )
2018-10-19 22:32:39 +05:30
Chandler Weiner
fade5b39f8
fix spelling and grammar in docs ( #709 )
2018-10-12 09:30:25 +05:30
Hugo
1e8e440bbc
docs: fix spelling ( #637 )
2018-10-04 20:00:01 +05:30
Nikita Titov
15e3d6e549
multiple punctuation fixes in docs ( #614 )
2018-10-04 09:39:47 +05:30
Shahidh K Muhammed
d3d9845497
merge docs into main repo ( close #397 ) ( #398 )
2018-09-11 16:41:24 +05:30