Joe Nelson
3eb58c511b
Merge pull request #300 from diogob/update_stack_37
...
Updates stackage resolver to 3.7
2015-09-30 22:30:40 -07: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
Fernando Ike
add25ae68e
Added files in debian subdirectory.
...
These files are base to build postgrest Debian package. Additional, it
has TODO-deps.md file with whole task to build postgrest as Debian
official package.
2015-09-30 17:49:11 -03:00
Ruslan Talpa
7f2c39ef94
small cleanup suggested by @begriffs
2015-09-29 19:16:25 +03:00
Ruslan Talpa
94b1d2815c
small changes suggested by @diogob
2015-09-29 11:40:33 +03:00
Ruslan Talpa
1da26cac98
trying to make it work with ghc 7.8 (3)
2015-09-28 16:54:34 +03:00
Ruslan Talpa
a4a2c8b886
trying to make it work with ghc 7.8 (2)
2015-09-28 16:46:33 +03:00
Ruslan Talpa
68c7f45be1
trying to make it work with ghc 7.8
2015-09-28 16:40:22 +03:00
Ruslan Talpa
dbf3d5809b
add bifunctors to cabal config
2015-09-28 16:23:57 +03:00
Ruslan Talpa
bcf3bf5586
handle many to many relations
2015-09-28 15:53:03 +03:00
Ruslan Talpa
edff915f9e
delete unused functions
2015-09-28 13:41:45 +03:00
Ruslan Talpa
9342cc8c8a
removide duplication from data types (all tests passing)
2015-09-28 12:06:49 +03:00
Ruslan Talpa
db13724131
moved string packing to parsers
2015-09-28 10:11:59 +03:00
Ruslan Talpa
380cab6ca3
Merge branch 'master' into skin
2015-09-25 22:45:49 +03:00
Ruslan Talpa
bd4bf489dc
Merge remote-tracking branch 'begriffs/master'
2015-09-25 22:14:58 +03:00
Joe Nelson
29ae1bdefd
Merge pull request #293 from diogob/prefer_count_none
...
Prefer count none
2015-09-25 10:35:53 -07: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
Ruslan Talpa
3d1736e0d3
fix for generating count query
2015-09-25 16:33:25 +03:00
Ruslan Talpa
2fb5c5187a
deleted some commented code
2015-09-25 15:28:48 +03:00
Ruslan Talpa
ff2c0b63e2
changed identation to 2 spaces to match the rest of the project
2015-09-25 12:04:44 +03:00
Ruslan Talpa
c42832f1c5
code cleanup
2015-09-25 11:51:37 +03:00
Ruslan Talpa
770e04c04a
remove unused functions in pgstructure
2015-09-25 10:36:19 +03:00
Ruslan Talpa
54d1e4112a
detect primary keys for views & use cached info in PUT/PATCH requests
2015-09-25 10:30:19 +03:00
Ruslan Talpa
89fffd1518
Merge branch 'master' into skin
2015-09-25 10:00:18 +03:00
Diogo Biazus
1fbf276474
Adds spec for Prefer header set to count=none
2015-09-24 18:31:36 -04:00
Ruslan Talpa
8783615ebc
detect primary keys for views ( fix #217 )
2015-09-24 23:30:47 +03:00
Ruslan Talpa
f546dc3ac8
small note about a bug
2015-09-24 22:06:44 +03:00
Ruslan Talpa
f2d6c59bab
fixes for failing tests (only 2 failing, yay! :))
2015-09-24 16:29:20 +03:00
Ruslan Talpa
448a81dff8
first fully functioning build, some tests are failing (limit,order,csv not implemented yet)
2015-09-24 11:45:34 +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
Ruslan Talpa
c0e17c44ba
all tests passing after moving table structure detection at load time
2015-09-23 09:38:40 +03:00
Ruslan Talpa
6f55e1d389
fix for one of the failing tests (acl for tables added)
2015-09-22 18:17:24 +03:00
Ruslan Talpa
a7b883c922
moved db structure detection at the beginning (2 tests failing)
2015-09-22 16:56:19 +03:00
Ruslan Talpa
6bd6108619
Merge remote-tracking branch 'begriffs/master'
2015-09-07 09:28:31 +03:00
Joe Nelson
aee0c2c731
Test that patch requests can set a field to null
...
Exploring situation mentioned in #233
2015-09-06 17:07:00 -07:00
Joe Nelson
b5e76f42a5
Note @ruslantalpa's contribution in changelog
2015-09-06 16:14:53 -07:00
Joe Nelson
35f05f6fe1
Standardize indentation
2015-09-06 16:13:11 -07:00
Joe Nelson
cf2f576ec0
Merge pull request #276 from ruslantalpa/master
...
Support for &select=col1,col2,col3 as suggested in issue #227
2015-09-06 15:24:47 -07:00
Ruslan Talpa
92a1d8c7e3
constrain cast parameters to letters only
2015-09-05 16:54:09 +03:00
Ruslan Talpa
cc418d3519
aditional tests for bad casting parameters
2015-09-05 15:31:36 +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
Joe Nelson
593f247abb
Expose more heroku config vars
v0.2.11.1
2015-09-01 23:16:30 -07:00
Joe Nelson
add63ac25b
Keep the dilapidated release script alive
2015-09-01 23:13:47 -07:00
Joe Nelson
1ef8cc5048
Bump patch version
2015-09-01 22:29:13 -07:00