Changes between Version 3 and Version 4 of Ticket #2877


Ignore:
Timestamp:
08/22/12 01:53:50 (21 months ago)
Author:
kindly
Comment:

1. This is fixed need to reload data to test though.

2. Fixed as far as I am concerned, limit 0 now returns correct total. If there are no results in filter return total of 0.

3. Want to keep postgres types. This will stop the need for mappings in both directions and makes everything simpler. We are currently not storing any metadata on tables and would like it to stay that way.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2877 – Description

    v3 v4  
    44  * q=second does work ... 
    55 2. Query on search with limit 0 results in total of 0 (should either be null or correct total). Queries with other limits yield correct total AFAICT 
    6  3. Also weird fact that limit is returned but as as as string - should it not be an integer 
    7  * Types on fields: could these not be canonical and as per recline (or is it important to allow exact sql types ...) 
     6   * Also weird fact that limit is returned but as as as string - should it not be an integer 
     7 3. Types on fields: could these not be canonical and as per recline (or is it important to allow exact sql types ...) 
    88 
    99### Suggestions