ringo/src/Ringo
Abhinav Sarkar aede5d6fc6 Fixes the dim time where clause interval queries.
- Changes the interval queries on dim time columns from <= ? and > ? to < ? and >= ?.
  This is more convinient for specifying where clause datetime values.
2016-01-14 16:18:53 +05:30
..
Extractor Refactoring. 2015-12-30 12:21:41 +05:30
Generator Fixes the dim time where clause interval queries. 2016-01-14 16:18:53 +05:30
Extractor.hs Adds max and min fact column types. 2016-01-07 02:41:32 +05:30
Generator.hs Adds indexes on dimension table columns in SQL. 2016-01-06 19:00:27 +05:30
Types.hs Adds an option to choose if fact tables are persistent. 2016-01-07 03:01:50 +05:30
Utils.hs Refactoring. 2015-12-30 12:21:41 +05:30
Validator.hs Adds support for tenant id fact column for multi-tenant databse designs. 2016-01-07 02:38:41 +05:30