... | @@ -92,8 +92,8 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
... | @@ -92,8 +92,8 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
|
|
|
## v0.3.0
|
|
## v0.3.0
|
|
|
|
|
|
- [ ] DOCS!!!
|
|
- [X] DOCS!!!
|
|
- [ ] New Data Types
|
|
- [X] New Data Types
|
|
- [ ] New Data Types
|
|
- [ ] New Data Types
|
|
- [ ] Add optional dependency to [Geometry](https://rubygems.org/gems/geometry)
|
|
- [ ] Add optional dependency to [Geometry](https://rubygems.org/gems/geometry)
|
|
- [x] Circle
|
|
- [x] Circle
|
... | @@ -104,17 +104,17 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
... | @@ -104,17 +104,17 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
|
|
|
## next versions
|
|
## next versions
|
|
|
|
|
|
- [ ] DOCS!!!
|
|
- [X] DOCS!!!
|
|
- [ ] Auxiliary Statements
|
|
- [X] Auxiliary Statements
|
|
- [ ] Table Inheritance
|
|
- [X] Table Inheritance
|
|
- [ ] Enum
|
|
- [X] Enum
|
|
- [ ] Composite
|
|
- [ ] Composite
|
|
- [ ] Dynamic Attribute
|
|
- [ ] Dynamic Attribute
|
|
- [ ] Load one or more attributes with the same query
|
|
- [ ] Load one or more attributes with the same query
|
|
- [ ] CTE queries (auxiliary statements)
|
|
- [ ] CTE queries (auxiliary statements)
|
|
- [ ] Identify conflicting table names during `merge` and add a new alias
|
|
- [ ] Identify conflicting table names during `merge` and add a new alias
|
|
- [ ] Accept Arel::SelectManager as the query when configuring the CTE
|
|
- [ ] Accept Arel::SelectManager as the query when configuring the CTE
|
|
- [x] Allows `requires` setting to create dependecy between CTEs
|
|
- [x] Allows `requires` setting to create dependency between CTEs
|
|
- [ ] Create a subclass from ActiveRecord::Relation for internal references
|
|
- [ ] Create a subclass from ActiveRecord::Relation for internal references
|
|
- [ ] Turn the dependent into a relation so it could be used on the query
|
|
- [ ] Turn the dependent into a relation so it could be used on the query
|
|
- [ ] Tree CTE queries
|
|
- [ ] Tree CTE queries
|
... | @@ -129,7 +129,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
... | @@ -129,7 +129,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
- [ ] Allow generator to postgre cast enum to integer [DOCS](http://stackoverflow.com/a/12347716/7321983)
|
|
- [ ] Allow generator to postgre cast enum to integer [DOCS](http://stackoverflow.com/a/12347716/7321983)
|
|
- [ ] Accept `pluralize: true` and `singularize: true` to create the enum methods
|
|
- [ ] Accept `pluralize: true` and `singularize: true` to create the enum methods
|
|
- [ ] Enum equivalences
|
|
- [ ] Enum equivalences
|
|
- [ ] Integrate resources with form for
|
|
- [ ] Integrate resources with form_for
|
|
- [ ] Interval input type
|
|
- [ ] Interval input type
|
|
- [ ] Enum input type
|
|
- [ ] Enum input type
|
|
- [ ] Nested form for composite input type
|
|
- [ ] Nested form for composite input type
|
... | @@ -183,7 +183,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
... | @@ -183,7 +183,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
|
|
|
## To be evaluated
|
|
## To be evaluated
|
|
|
|
|
|
- [ ] Arel *tableoid* and *pg_class* [DOCS](https://www.postgresql.org/docs/9.1/static/ddl-inherit.html)
|
|
- [X] Arel *tableoid* and *pg_class* [DOCS](https://www.postgresql.org/docs/9.1/static/ddl-inherit.html)
|
|
- [ ] GROUP BY using GROUPING SETS, CUBE, and ROLLUP [DOCS](https://www.postgresql.org/docs/9.5/static/queries-table-expressions.html#QUERIES-GROUPING-SETS)
|
|
- [ ] GROUP BY using GROUPING SETS, CUBE, and ROLLUP [DOCS](https://www.postgresql.org/docs/9.5/static/queries-table-expressions.html#QUERIES-GROUPING-SETS)
|
|
- [ ] JSON functions [DOCS](https://www.postgresql.org/docs/9.5/static/functions-json.html)
|
|
- [ ] JSON functions [DOCS](https://www.postgresql.org/docs/9.5/static/functions-json.html)
|
|
- [ ] JSON index [DOCS](https://www.postgresql.org/docs/9.4/static/datatype-json.html#JSON-INDEXING)
|
|
- [ ] JSON index [DOCS](https://www.postgresql.org/docs/9.4/static/datatype-json.html#JSON-INDEXING)
|
... | | ... | |