Commit Graph
68 Commits
Author SHA1 Message Date
steve-chavez 7052446abf Fix #160, reorder reloading note for functions 2018-09-20 10:47:52 -05:00
steve-chavez cf220c5a91 Fix #164, overloaded functions/named parameters 2018-09-20 10:47:52 -05:00
steve-chavez a924c4b12f Fix #173, add ref for jwt claim access 2018-09-20 10:47:52 -05:00
steve-chavez 38610e0349 Change type of notes for reloading and deleting/updating 2018-09-20 10:47:52 -05:00
steve-chavez 99d878b13e Fix #175, add important note for computed column 2018-09-20 10:47:52 -05:00
steve-chavez 48ab4e91be Add header for JSON select feature 2018-09-20 10:47:52 -05:00
steve-chavez cfaf588bba Add json operators to vertical filtering section 2018-06-19 12:40:08 -05:00
steve-chavez be039152f2 Improve explicit qualification section 2018-06-15 11:52:39 -05:00
steve-chavez f84b79ce41 Add stored function explicit qualification 2018-05-31 10:18:16 -05:00
steve-chavez c71bbba979 Some corrections and better wording 2018-05-28 17:25:21 -05:00
steve-chavez b11f9ef386 Fix #137, unix socket connection 2018-05-28 13:26:18 -05:00
steve-chavez 338e8a1ae3 Add casting example 2018-05-28 13:26:18 -05:00
steve-chavez 036cc1c5d7 Fix #107, Alias column with : 2018-05-28 13:26:18 -05:00
steve-chavez ed028234cc Add example of filtering function response 2018-05-28 13:26:18 -05:00
steve-chavez 121f192b93 Fix #127, RPC cache dependency 2018-05-28 13:26:18 -05:00
steve-chavez 7255f02610 Fix #126, update note about arrays 2018-05-28 13:26:18 -05:00
steve-chavez 6e7a2ca26c Fix #135, clarify usage of GET/POST RPC 2018-05-28 13:26:18 -05:00
steve-chavez 5e856a22a8 Fix #132, remove deprecation notices 2018-05-28 13:26:18 -05:00
steve-chavez 7948730770 Add embeds alias feature 2018-05-28 13:26:18 -05:00
steve-chavez c0f8e64bbb Add limit/offset and and/or to embedded resources 2018-05-28 13:26:18 -05:00
steve-chavez dbec5e08aa Fix #131, SCHEMA comment and summary/description 2018-05-28 13:26:18 -05:00
steve-chavez 2f699fa115 Add foreign tables in OpenAPI feature 2018-05-28 13:26:18 -05:00
steve-chavez 6f0a25520a Add UPSERT feature 2018-05-28 13:26:18 -05:00
Joe NelsonandGitHub e10599d065 Changes in 4.4 release (#121)
* Updated full-text search

* Calling RPC with GET

* Customizing HTTP status codes and headers

* Move the admin section to bottom of TOC

* Revise JWT signing section of tutorial

* Selecting pkeys in embedding no longer required
2018-01-18 10:48:34 -06:00
Joe Nelson e48a206075 Use parens for IN operator
Paren-free is deprecated
2017-11-04 23:17:39 -05:00
Brian ThorneandJoe Nelson 82d2d781be Fix typo in api.rst (#113) 2017-11-04 00:59:04 -05:00
Joe NelsonandGitHub a3d87edda3 Explain how sql comments appear in the openapi output (#111) 2017-10-08 12:38:46 -05:00
Joe NelsonandGitHub e7ddea0acf Document long jwt secrets as required (#109)
* Use long jwt secrets as required

* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
Joe Nelson edefd3040c Section about new FTS features
Fixes #61
2017-09-09 21:27:36 -05:00
Joe Nelson a93ddbee5a Unicode
Fixes #62
2017-09-09 20:52:12 -05:00
Joe Nelson 0da8cb230f Proper error code for failed content negotiation
Fixes #95
2017-09-09 19:49:42 -05:00
Russell DaviesandJoe Nelson 3fdf6acc45 Range operators and deprecation of symbol operators (#98) 2017-08-20 14:49:27 -05:00
Russell DaviesandJoe Nelson aedaca1290 Clarify resource embedding constraints (#97) 2017-08-13 11:39:18 -05:00
Priyank PurohitandJoe Nelson 84bfa2d9ca Updated docs for complex logic API capability (#94) 2017-08-05 20:42:31 -05:00
Steve ChávezandJoe Nelson 4be05649f4 Add documentation for binary output in rpc, Fix #84 (#92) 2017-07-20 00:06:57 -05:00
Joe Nelson cee92cac05 How to read headers/cookies from a proc 2017-06-18 22:19:46 -05:00
Joe Nelson e8cdd4463b Example of quoted comma in IN operator 2017-06-18 21:52:53 -05:00
Joe Nelson 127fbb41d5 Note function volatility in RPC
Fixes #64
2017-06-18 12:06:21 -05:00
Joe Nelson 83e4ad41fe Deprecate {} for resource embedding 2017-06-18 11:49:08 -05:00
Steve PhillipsandJoe Nelson cb90e3e557 api.rst: de-duped a word, added commas (#78) 2017-05-29 17:28:37 -05:00
Steve PhillipsandJoe Nelson 49af7dcbc2 api.rst: Added example alluded to in docs (#77) 2017-05-29 17:28:31 -05:00
Steve PhillipsandJoe Nelson 6bb81b5d4b api.rst typo: Directories -> Directors (#74) 2017-05-27 10:26:45 -05:00
Steve PhillipsandJoe Nelson fc65694c0a api.rst typo: delting -> deleting (#54) 2017-04-23 22:31:03 -05:00
Steve PhillipsandJoe Nelson f2f392b0f4 api.rst typo: dahsboard -> dashboard (#53) 2017-04-23 22:30:51 -05:00
Steve ChávezandJoe Nelson 8a6b429c16 Add example for complex boolean logic (#52) 2017-04-04 23:25:22 -05:00
Dan KamenovandJoe Nelson 1cab8cf82d Fix Bad SQL coding practices in "Computed Columns" example (#51) 2017-03-29 21:51:39 -05:00
Dan KamenovandJoe Nelson 27bcd8074f Fix duplicate wording (#48) 2017-03-26 20:28:52 -07:00
Joe Nelson 0f87137387 More improvements
When to use RAISE in procs

Fix broken links
2017-03-26 16:05:12 -07:00
Joe Nelson e54fb2a264 Misc improvements
How to pass a single json object to stored proc

List HTTP codes for db errors

Point out 404 semantics of singular responses

OR query workaround

Include nginx example for singular rewrite
2017-03-25 22:57:27 -07:00
Steve ChávezandJoe Nelson 8e6410e55d Add section for binary output (#46) 2017-03-24 14:14:28 -07:00