updated todo.md
This commit is contained in:
parent
ac75bb6e3a
commit
80426c5293
20
todo.md
20
todo.md
|
|
@ -9,17 +9,15 @@
|
||||||
- implement a flag class for enumerations
|
- implement a flag class for enumerations
|
||||||
|
|
||||||
- PK generator
|
- PK generator
|
||||||
1. Introduce execute_context
|
1. Introduce execute_result
|
||||||
2. Introduce execute_result
|
2. Add `abstract_pk_generator` class
|
||||||
3. Add `abstract_pk_generator` class
|
3. Add `identity_pk_generator` class
|
||||||
4. Add `identity_pk_generator` class
|
4. Add `sequence_pk_generator` class
|
||||||
5. Add `sequence_pk_generator` class
|
5. Add `table_pk_generator` class
|
||||||
6. Add `table_pk_generator` class
|
6. Add `manual_pk_generator` class
|
||||||
7. Add `manual_pk_generator` class
|
7. Extend `session::insert` logic to use pk generator
|
||||||
8. Extend `session::insert` logic to use pk generator
|
8. Add generator to `schema_node` or `table` class when attaching type
|
||||||
9. Extend `postgres_connection::execute` to handle `returning` clause
|
9. add `make_object`function
|
||||||
10. Add generator to `schema_node` or `table` class when attaching type
|
|
||||||
11. Extend `query_builder` and `intermediates` with `returning` intermediate
|
|
||||||
|
|
||||||
__Proposal for polymorphic classes:__
|
__Proposal for polymorphic classes:__
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue