File: TODO

package info (click to toggle)
grass 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 277,040 kB
  • sloc: ansic: 460,798; python: 227,732; cpp: 42,026; sh: 11,262; makefile: 7,007; xml: 3,637; sql: 968; lex: 520; javascript: 484; yacc: 450; asm: 387; perl: 157; sed: 25; objc: 6; ruby: 4
file content (39 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
FUNCTIONS STATE:

- db_driver_add_column
- db_driver_bind_update
+ db_driver_close_cursor
+ db_driver_close_database
x db_driver_create_database
- db_driver_create_index
- db_driver_create_table
- db_driver_delete
x db_driver_delete_database
P db_driver_describe_table     - add table and column privileges
                                 add column default value
				 add missing column types
x db_driver_drop_column
x db_driver_drop_constraint
- db_driver_drop_index
+ db_driver_drop_table
+ db_driver_execute_immediate
P db_driver_fetch              - add missing types
x db_driver_find_database
+ db_driver_finish
+ db_driver_init
- db_driver_insert
x db_driver_list_constraints
+ db_driver_list_databases
- db_driver_list_indexes
+ db_driver_list_tables
P db_driver_open_database      - add user and password, ? datasource
- db_driver_open_insert_cursor
+ db_driver_open_select_cursor
- db_driver_open_update_cursor
- db_driver_update
x db_driver_version

+ implemented and works, but you can improve it
P partially implemented, needs improvements
- not implemented, waiting for you
x not planned now - impossible or not urgent