Joe Nelson
|
a6cfecbc29
|
Merge v3
|
2015-11-14 17:52:05 -08:00 |
|
calebmer
|
e1e4fe6d5c
|
Types reference each other
|
2015-11-11 09:09:53 -05:00 |
|
calebmer
|
7560fafbab
|
Refactor DbStructure
- Rename `dbstructure` to `db` in App.hs
- Rename PgStructure* to DbStructure*
- Move `DbStructure` creation to DbStructure.hs
|
2015-11-11 09:03:06 -05:00 |
|
Ruslan Talpa
|
2e4c862d25
|
Refactor to add operators in just one place, @> and <@ operators for #338 and #181
|
2015-11-02 10:49:22 +02:00 |
|
Ruslan Talpa
|
6fd0d5648f
|
PUT path commented, DELETE rewritten, all statementT functions commented
|
2015-10-30 12:08:25 +02: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 |
|
Ruslan Talpa
|
f02b8381ea
|
shape the response after inserting
|
2015-10-27 13:16:14 +02:00 |
|
Ruslan Talpa
|
1fdb700bc8
|
Fix a few tests
|
2015-10-26 13:50:56 +02:00 |
|
Ruslan Talpa
|
e40dcb1324
|
simplify operator formatting function
|
2015-10-23 12:53:31 +03:00 |
|
Ruslan Talpa
|
f5fb78ec99
|
version changed to 3, circle ci to use ghc 7.10.1, stricter import/export in PgQuery and remove of dead code
|
2015-10-23 12:23:46 +03:00 |
|
Ruslan Talpa
|
d4a8716a0e
|
code cleanup
|
2015-10-23 10:13:51 +03:00 |
|
Ruslan Talpa
|
ca4014f751
|
a few more tests fixed (2)
|
2015-10-22 17:03:06 +03:00 |
|
Ruslan Talpa
|
2662e24991
|
a few more tests fixed
|
2015-10-22 16:17:23 +03:00 |
|
Ruslan Talpa
|
2b8f5f791a
|
using query fragments instead of query transformers o generate queries
|
2015-10-22 13:47:34 +03:00 |
|
Ruslan Talpa
|
6ba4dc4617
|
Fix for #302
|
2015-10-08 11:33:42 +03:00 |
|
Ruslan Talpa
|
edff915f9e
|
delete unused functions
|
2015-09-28 13:41:45 +03:00 |
|
Ruslan Talpa
|
380cab6ca3
|
Merge branch 'master' into skin
|
2015-09-25 22:45:49 +03:00 |
|
Diogo Biazus
|
e28b2dd00e
|
Implements Prefer count=none header
Uses Maybe for total parameter in contentRangeH
|
2015-09-25 10:52:44 -04:00 |
|
Ruslan Talpa
|
c42832f1c5
|
code cleanup
|
2015-09-25 11:51:37 +03:00 |
|
Ruslan Talpa
|
f2d6c59bab
|
fixes for failing tests (only 2 failing, yay! :))
|
2015-09-24 16:29:20 +03:00 |
|
Ruslan Talpa
|
fb92b76a1a
|
integrated skin code gor generating Sql Query (only left to execute it)
|
2015-09-23 14:31:24 +03:00 |
|
Joe Nelson
|
35f05f6fe1
|
Standardize indentation
|
2015-09-06 16:13:11 -07:00 |
|
Ruslan Talpa
|
92a1d8c7e3
|
constrain cast parameters to letters only
|
2015-09-05 16:54:09 +03:00 |
|
Ruslan Talpa
|
9c8ac2a489
|
tests for &select= feature and support for casting columns (usefull when extracting subfields from json columns)
|
2015-09-05 15:05:53 +03:00 |
|
Ruslan Talpa
|
6c16395dfb
|
change fn name from selectT to select
|
2015-09-04 19:04:39 +03:00 |
|
Ruslan Talpa
|
40d4fb0d75
|
Support for extracting fields from json columns
|
2015-09-02 12:41:02 +03:00 |
|
Ruslan Talpa
|
b9fec2ce41
|
Support for &select=col1,col2,col3 as suggested in issue #227
|
2015-09-02 11:03:34 +03: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 |
|
Joe Nelson
|
28f771324d
|
Nest response JSON more shallowly
|
2015-08-20 22:14:08 -07:00 |
|
Joe Nelson
|
bb511f0df2
|
WIP: call stored pprocedures that emit plain text
The beginning of #114
|
2015-08-20 21:52:46 -07:00 |
|
Joe Nelson
|
f564fb0977
|
Rename QualifiedTable to encompass proc names as well
|
2015-08-20 21:35:12 -07:00 |
|
Richard Allaway
|
f16e2e3ee5
|
adds 'not in' query
|
2015-08-17 10:24:51 -04:00 |
|
Diogo Biazus
|
9d5011e864
|
Implements CSV resnponse for the appropriate accept headers
|
2015-08-14 11:04:26 -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 |
|
Joe Nelson
|
6604293ac1
|
Remove regex-tdfa-text to allow building in GHC 7.10
Fixes #212
|
2015-07-01 21:55:35 -07:00 |
|
Diogo Biazus
|
a980db6d2d
|
Adds spec for @@ operator and implements it in PgQuery
|
2015-05-22 12:28:26 -04:00 |
|
Sridhar Ratnakumar
|
c3ad87ffaf
|
Make postgrest usable as a library
|
2015-05-19 23:40:39 -07:00 |
|