... | @@ -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
|
|
|
|
|
... | | ... | |