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 Dec 26, 2022 by Carlos's avatar Carlos
Hide whitespace changes
Inline Side-by-side
TODO.md
View page @ 345d2f2e
......@@ -92,8 +92,8 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
## v0.3.0
- [ ] DOCS!!!
- [ ] New Data Types
- [X] DOCS!!!
- [X] New Data Types
- [ ] New Data Types
- [ ] Add optional dependency to [Geometry](https://rubygems.org/gems/geometry)
- [x] Circle
......@@ -104,17 +104,17 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
## next versions
- [ ] DOCS!!!
- [ ] Auxiliary Statements
- [ ] Table Inheritance
- [ ] Enum
- [X] DOCS!!!
- [X] Auxiliary Statements
- [X] Table Inheritance
- [X] Enum
- [ ] Composite
- [ ] Dynamic Attribute
- [ ] Load one or more attributes with the same query
- [ ] CTE queries (auxiliary statements)
- [ ] Identify conflicting table names during `merge` and add a new alias
- [ ] 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
- [ ] Turn the dependent into a relation so it could be used on the query
- [ ] Tree CTE queries
......@@ -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)
- [ ] Accept `pluralize: true` and `singularize: true` to create the enum methods
- [ ] Enum equivalences
- [ ] Integrate resources with form for
- [ ] Integrate resources with form_for
- [ ] Interval input type
- [ ] Enum input type
- [ ] Nested form for composite input type
......@@ -183,7 +183,7 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
## 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)
- [ ] 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)
......
Clone repository
  • Wiki
  • Configuring

Data types

  • Box
  • Circle
  • Date/Time Range
  • Enum
  • EnumSet
  • Interval
  • Line
  • Segment

Querying

  • Arel
  • Auxiliary Statements
  • Belongs to Many
  • Distinct On
  • Dynamic Attributes
  • Has Many
  • Inherited Tables
  • Insert All
  • Multiple Schemas