... | ... | @@ -90,6 +90,18 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
- [x] Cast only selected records
|
|
|
- [x] Do not user attributes from other tables when loading records
|
|
|
|
|
|
## v0.3.0
|
|
|
|
|
|
- [ ] DOCS!!!
|
|
|
- [ ] New Data Types
|
|
|
- [ ] New Data Types
|
|
|
- [ ] Add optional dependency to [Geometry](https://rubygems.org/gems/geometry)
|
|
|
- [x] Circle
|
|
|
- [x] Line
|
|
|
- [x] Segment
|
|
|
- [x] Box
|
|
|
- [ ] ``
|
|
|
|
|
|
## next versions
|
|
|
|
|
|
- [ ] DOCS!!!
|
... | ... | @@ -150,6 +162,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
- [ ] Constrains and Checks [DOCS](https://www.postgresql.org/docs/9.4/static/ddl-constraints.html)
|
|
|
- [ ] WITHIN GROUP [DOCS](https://www.postgresql.org/docs/9.4/static/sql-expressions.html#SYNTAX-AGGREGATES)
|
|
|
- [ ] WITH ORDINALITY [DOCS](http://www.postgresonline.com/journal/archives/347-LATERAL-WITH-ORDINALITY-numbering-sets.html)
|
|
|
- [ ] Turn `.select` into a SelectManager to better control the selected columns
|
|
|
|
|
|
## Performance
|
|
|
|
... | ... | @@ -180,6 +193,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org |
|
|
- [ ] FILTER Clause [DOCS](https://www.postgresql.org/docs/9.4/static/sql-expressions.html#SYNTAX-AGGREGATES)
|
|
|
- [ ] GIN Indexes [DOCS](https://www.postgresql.org/docs/current/static/gin-intro.html)
|
|
|
- [ ] Both Enum and Composite builded methods inside a self-generated module
|
|
|
- [ ] Ltree and Tree features (https://www.postgresql.org/docs/10/ltree.html)
|
|
|
|
|
|
## Desirable
|
|
|
|
... | ... | |