Ruslan Talpa
|
a61778dba0
|
Fix bug in many-many relation detection introduced but prev PR
|
2015-12-22 16:36:02 +02:00 |
|
Joe Nelson
|
b46b3c7b9a
|
Conditional compilation for signal handling
Will not compile on windows
|
2015-12-16 18:05:48 -08:00 |
|
calebmer
|
d1de6615f2
|
Add back in missing dependency after rebase
|
2015-12-16 18:37:25 -05:00 |
|
calebmer
|
7392d204bf
|
More inclusive foreign key ducktyping
|
2015-12-16 18:24:04 -05:00 |
|
calebmer
|
ee82ad1864
|
Better documentation adding relations
|
2015-12-16 18:24:03 -05:00 |
|
calebmer
|
88d4798d5e
|
Add column select sans id support
|
2015-12-16 18:24:03 -05:00 |
|
calebmer
|
abe87f2f16
|
Add support for selecting by column
|
2015-12-16 18:24:02 -05:00 |
|
Ruslan Talpa
|
4544ce3255
|
Fix #399 insert records in tables with no SELECT privileges
|
2015-12-16 10:16:14 +02:00 |
|
Ruslan Talpa
|
1acd07cb61
|
fix #414 revert to separate count query
|
2015-12-15 12:04:04 +02:00 |
|
Joe Nelson
|
2cf903cebe
|
Merged feature/default-schema
|
2015-12-14 08:49:52 -08:00 |
|
calebmer
|
6ef9000b31
|
pgFmtIdent always quotes #388
|
2015-12-13 16:58:56 -05:00 |
|
calebmer
|
bacc899fb4
|
Change default schema #389
|
2015-12-13 16:36:32 -05:00 |
|
Joe Nelson
|
ccadcec6d5
|
Merge branch 'spec-cache-dbstructure'
|
2015-12-11 09:42:26 -08:00 |
|
Ruslan Talpa
|
a6512a2a69
|
Test and fixes for #407 #403 #107
|
2015-12-09 20:59:42 +02:00 |
|
Ruslan Talpa
|
dad41cd3ed
|
Fix #396 include records with missing parents and remove CTE related to parent relation
|
2015-12-09 14:21:27 +02:00 |
|
Joe Nelson
|
969a95b29b
|
Remove shutdown message which spoils log format
|
2015-12-07 23:34:34 -08:00 |
|
Joe Nelson
|
ca5078b4f8
|
Alphabetize other imports
|
2015-12-07 16:54:59 -08:00 |
|
Joe Nelson
|
67a3194903
|
Release all db connections on ctrl-c
Fixes #268
|
2015-12-07 16:54:59 -08:00 |
|
Joe Nelson
|
24b7a7d3e9
|
Merge pull request #403 from ruslantalpa/master
Detect relations event when authenticator does not have rights to intermediate tables
|
2015-12-07 15:06:21 -08:00 |
|
Joe Nelson
|
cbbb1871bb
|
Add --max-rows option (no automated tests yet)
Fixes #288
|
2015-12-05 19:03:18 -08:00 |
|
Ruslan Talpa
|
093874469e
|
Detect relations event when authenticator does not have rights to intermediate tables
|
2015-12-04 17:45:50 +02:00 |
|
Diogo Biazus
|
71dab115c9
|
Uses qualified column name in order by clause to allow computed columns
|
2015-12-02 15:23:10 -05:00 |
|
calebmer
|
b651a45734
|
Fix time fetch on initialization
|
2015-11-28 16:49:12 -05:00 |
|
Ruslan Talpa
|
48ee77a64d
|
bugfix: filter columns on embeded parent objects
|
2015-11-24 12:53:50 +02:00 |
|
Ruslan Talpa
|
f678dff735
|
disambiguate range selection when plurality=singular
|
2015-11-24 09:39:44 +02:00 |
|
Joe Nelson
|
ae80d08484
|
Merge pull request #384 from diogob/reduces_querybuilder_interface
Reduces querybuilder interface
|
2015-11-23 11:04:50 -08:00 |
|
Joe Nelson
|
029276bd62
|
Use brackets to specify subqueries
|
2015-11-23 10:58:04 -08:00 |
|
Diogo Biazus
|
addd47c09f
|
Adds haddock string to QueryBuilder module
|
2015-11-23 13:56:47 -05:00 |
|
Diogo Biazus
|
be9cce0043
|
Moves createReadStatement and createWriteStatement to QueryBuilder since they build queries. Also reduces QueryBuilder module interface.
|
2015-11-23 13:45:10 -05:00 |
|
Ruslan Talpa
|
50745ad48b
|
Type refactoring (ApiRequest/DbRequest)
|
2015-11-23 10:12:29 +02:00 |
|
Joe Nelson
|
7f58600dbb
|
All green
But still unsightly
|
2015-11-22 22:38:54 -08:00 |
|
Joe Nelson
|
bc552848ba
|
Prevent inserting CSV with varying row length
|
2015-11-22 21:51:42 -08:00 |
|
Joe Nelson
|
936a368be7
|
Update only the columns specified in the json payload
|
2015-11-22 17:46:00 -08:00 |
|
Joe Nelson
|
d03d68c25f
|
Simplify checking object keys for equality
|
2015-11-22 15:00:28 -08:00 |
|
Joe Nelson
|
1f6fc5cbd8
|
Ensure JSON payload objects all have same keys
|
2015-11-22 13:51:46 -08:00 |
|
Joe Nelson
|
60007b5f10
|
WIP: Insertion memory leak fixed
But a whole lot of other things broken, including updates
|
2015-11-20 13:08:23 -08:00 |
|
Joe Nelson
|
f54742186b
|
Use show instances for a shortcut
|
2015-11-20 10:29:08 -08:00 |
|
Ruslan Talpa
|
78fd766de3
|
small refactor
|
2015-11-20 18:19:13 +02:00 |
|
Ruslan Talpa
|
0cce22f8c1
|
check request payload for structure & remove bad test for csv
|
2015-11-20 16:07:20 +02:00 |
|
Ruslan Talpa
|
aa2f0287b1
|
Fix RPC failing tests
|
2015-11-20 15:50:53 +02:00 |
|
Ruslan Talpa
|
f18cfbd7f4
|
Stricter pattern matching & case branches rearangement + remove a few small functions
|
2015-11-20 15:36:04 +02:00 |
|
Ruslan Talpa
|
f5bb898992
|
delete commented code
|
2015-11-20 14:10:28 +02:00 |
|
Ruslan Talpa
|
7f52430e0e
|
Get the refactored code to compile (5 test failing)
|
2015-11-20 14:04:00 +02:00 |
|
Joe Nelson
|
c80ab6be0f
|
WIP: converting App
|
2015-11-19 20:45:24 -08:00 |
|
Joe Nelson
|
b6a58935f3
|
Greater type safety for OrderTerm
|
2015-11-19 11:21:27 -08:00 |
|
Joe Nelson
|
f3d5759c1a
|
JWT is handled by middleware, do not need it in Intent
|
2015-11-19 11:20:30 -08:00 |
|
Joe Nelson
|
87c946ef52
|
Treat JWT as a Secret, not String
|
2015-11-19 09:58:41 -08:00 |
|
Joe Nelson
|
2c3a52fc35
|
Cool person style for long comments
|
2015-11-19 00:03:48 -08:00 |
|
Joe Nelson
|
496cd77510
|
More docs for pickContentType
|
2015-11-18 23:56:59 -08:00 |
|
Joe Nelson
|
8f04967103
|
Provide more context about unknown routes
|
2015-11-18 23:51:59 -08:00 |
|