Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T torque-postgresql
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Carlos
  • torque-postgresql
  • Wiki
  • TODO

TODO · Changes

Page history
Updated TODO (markdown) authored Mar 27, 2019 by Carlos's avatar Carlos
Hide whitespace changes
Inline Side-by-side
TODO.md
View page @ d2549dcd
...@@ -90,6 +90,18 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org ...@@ -90,6 +90,18 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
- [x] Cast only selected records - [x] Cast only selected records
- [x] Do not user attributes from other tables when loading 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 ## next versions
- [ ] DOCS!!! - [ ] DOCS!!!
...@@ -150,6 +162,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org ...@@ -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) - [ ] 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) - [ ] 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) - [ ] 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 ## Performance
...@@ -180,6 +193,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org ...@@ -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) - [ ] 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) - [ ] GIN Indexes [DOCS](https://www.postgresql.org/docs/current/static/gin-intro.html)
- [ ] Both Enum and Composite builded methods inside a self-generated module - [ ] Both Enum and Composite builded methods inside a self-generated module
- [ ] Ltree and Tree features (https://www.postgresql.org/docs/10/ltree.html)
## Desirable ## Desirable
......
Clone repository
  • Wiki
  • Configuring

Data types

  • Enum
  • Interval

Querying

  • Dynamic Attributes
  • Distinct On
  • Auxiliary Statements
  • Inherited Tables