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 Aug 18, 2018 by Carlos's avatar Carlos
Hide whitespace changes
Inline Side-by-side
TODO.md
View page @ d55c5d4d
...@@ -57,10 +57,11 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org ...@@ -57,10 +57,11 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
## v0.2.0 ## v0.2.0
- [ ] DOCS!!! - [x] DOCS!!!
- [ ] Auxiliary Statements - [x] Configuration
- [ ] Table Inheritance - [x] Auxiliary Statements
- [ ] Dynamic Attribute - [x] Table Inheritance
- [x] Dynamic Attribute
- [x] Dynamic Attribute - [x] Dynamic Attribute
- [x] Create a way to manually load CTE data - [x] Create a way to manually load CTE data
- [x] CTE queries (auxiliary statements) - [x] CTE queries (auxiliary statements)
...@@ -86,6 +87,8 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org ...@@ -86,6 +87,8 @@ Following the PostgreSQL features list on [this page](https://www.postgresql.org
- [x] Method to correctly cast the records - [x] Method to correctly cast the records
- [x] Cast a single record - [x] Cast a single record
- [x] Cast multiple records - [x] Cast multiple records
- [x] Cast only selected records
- [x] Do not user attributes from other tables when loading records
## next versions ## next versions
......
Clone repository
  • Wiki
  • Configuring

Data types

  • Enum
  • Interval

Querying

  • Distinct On
  • Auxiliary Statements