Diogo Biazus
|
c6956d0ff6
|
Adds fix to CHANGELOG
|
2015-10-28 09:17:25 -04:00 |
|
Diogo Biazus
|
4369a5617e
|
Fixes 500 when set returning function returns an empty row set [fix #332]
|
2015-10-27 21:19:55 -04:00 |
|
Diogo Biazus
|
adfd980a60
|
Moves minimum pg version to config, eliminates magic constant from main and improves docs.
|
2015-10-06 20:27:54 -04:00 |
|
Diogo Biazus
|
3020812f71
|
Adds basic haddock comments on Config module
|
2015-10-05 21:14:18 -04:00 |
|
Diogo Biazus
|
ed9eea3e8b
|
Imports (<>) from Data.Monoid
|
2015-10-05 18:53:44 -04:00 |
|
Diogo Biazus
|
346170220e
|
Uses empty password by default
|
2015-10-05 14:58:53 -04:00 |
|
Diogo Biazus
|
3a1f7938e8
|
Moves all config related code to PostgREST.Config module and
tweak the code to better encapsulate functionality.
|
2015-10-05 14:50:35 -04:00 |
|
Diogo Biazus
|
4dd508a628
|
Adds a failing spec for child relation (comments) using a composite foreign key (references to users_tasks)
|
2015-10-03 15:02:02 -04:00 |
|
Diogo Biazus
|
0df6ea57ae
|
Updates stackage resolver to 3.7
|
2015-09-30 23:35:44 -04:00 |
|
Diogo Biazus
|
f0ec46fd11
|
Fix count=none when we have filters
|
2015-09-30 16:50:52 -04:00 |
|
Diogo Biazus
|
efd6580b26
|
Adds Prefer count=none to changelog
|
2015-09-25 13:22:19 -04:00 |
|
Diogo Biazus
|
f08512eaa9
|
Updates optparse-applicative package version constraints
|
2015-09-25 12:19:24 -04:00 |
|
Diogo Biazus
|
e28b2dd00e
|
Implements Prefer count=none header
Uses Maybe for total parameter in contentRangeH
|
2015-09-25 10:52:44 -04:00 |
|
Diogo Biazus
|
1fbf276474
|
Adds spec for Prefer header set to count=none
|
2015-09-24 18:31:36 -04:00 |
|
Diogo Biazus
|
922aa702a2
|
Adds fix to changelog
|
2015-09-01 15:58:07 -04:00 |
|
Diogo Biazus
|
89c581816e
|
Adds */* as a valid media type that will return json [fix #274]
|
2015-09-01 15:57:59 -04:00 |
|
Diogo Biazus
|
52626cc86d
|
Adds test cases for not operator in equality, inequality, like, ilike, tesarch (@@) and is null queries
|
2015-08-21 15:08:52 -04:00 |
|
Diogo Biazus
|
32b97ef076
|
Adds not as a keyword that can optionally be prepended to any operator in a parameter value
|
2015-08-21 10:33:41 -04:00 |
|
 Diogo BiazusandJoe Nelson
|
3b017dfdf6
|
Adds 415 response for any non-empty Accept header different from application/json or text/csv. Uses apropriate Content-Type header when sending CSV format.
|
2015-08-20 20:47:36 -07:00 |
|
 Diogo BiazusandJoe Nelson
|
cb7d00b839
|
Adds tags file to gitignore
|
2015-08-20 20:47:36 -07:00 |
|
Diogo Biazus
|
c34f96ce2e
|
Removes body matcher to compile and test against any aeson version >= 0.8
|
2015-08-20 16:43:57 -04:00 |
|
Diogo Biazus
|
f9d50018d9
|
Rollback to aeson 0.8.0.2 to allow building with stackage, and adds stack.yml
|
2015-08-20 15:50:28 -04:00 |
|
Diogo Biazus
|
6c1233fcec
|
Adss stack-work directory to gitignore
|
2015-08-20 15:15:53 -04:00 |
|
Diogo Biazus
|
9d5011e864
|
Implements CSV resnponse for the appropriate accept headers
|
2015-08-14 11:04:26 -04:00 |
|
Diogo Biazus
|
ca40ba1fda
|
Refactors app function to DRY header lookups
|
2015-08-14 11:04:26 -04:00 |
|
Diogo Biazus
|
b45953dff8
|
Mentions fix in CHANGELOG
|
2015-08-01 01:23:31 -04:00 |
|
Diogo Biazus
|
8075d7e51a
|
Mentions fix in CHANGELOG
|
2015-08-01 01:21:42 -04:00 |
|
Diogo Biazus
|
ab0170ffaf
|
Adds materialized views to list of relations in GET / [#242]
|
2015-08-01 01:09:12 -04:00 |
|
Diogo Biazus
|
449cacdacf
|
Fixes error code 42803 when trying to query a view with a column named count.
|
2015-08-01 00:15:17 -04:00 |
|
Diogo Biazus
|
c76864a653
|
Qualifies columns used in WHERE clauses so we can use computed columns as filters
|
2015-07-10 12:35:24 -04:00 |
|
Diogo Biazus
|
9c69553373
|
Verifies PostgreSQL version is supported (+9.2) before spawning server [fixes #157]
|
2015-07-02 09:26:58 -04:00 |
|
Diogo Biazus
|
e87be593c0
|
Removes toBool function as we now cast the 'YES/NO' values to boolean in PostgreSQL's queries
|
2015-06-22 18:09:45 -04:00 |
|
Diogo Biazus
|
f4011e5d8c
|
Changes the insertable to true in views that are insertable through triggers [fixes #206]
|
2015-06-22 00:16:23 -04:00 |
|
Diogo Biazus
|
a980db6d2d
|
Adds spec for @@ operator and implements it in PgQuery
|
2015-05-22 12:28:26 -04:00 |
|
Diogo Biazus
|
4277284a69
|
Adds table tsearch to test for @@ operator against a tsvector field. Fixes StructureSpec accordingly.
|
2015-05-22 12:15:14 -04:00 |
|