File: todo

package info (click to toggle)
xbase64 3.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,844 kB
  • ctags: 2,180
  • sloc: cpp: 14,547; sh: 8,678; makefile: 112
file content (123 lines) | stat: -rwxr-xr-x 2,689 bytes parent folder | download | duplicates (5)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123

Last updated 2/20/04 - gk

Xbase64 TODO's (not necessarily in this order!)
-----------------------------------------------

1) Current updates/fixes as documented on source forge

2) Additional expression support

    a) Close out ticket on source forge

    b) RECNO
       Requires the concept of current DB or USE

       - Set Current table  open, create, select and set, use
       - Update documentation with new functions

    c) IIF
       S/b same as a function

    d) RECNO is broke
    e) STR( "ccc", 2 ) -> returns "ccc" even though length is 2
    f) STR( -52.345, 3 ) -> return -52.345 even though length is 3 
    g) DESCEND does not work, not sure what is should do
    h) DTOC function in testdate program does not work
    i)  Date: Wed, 10 Feb 1999 16:10:41 +0500 (YEKT)
       From: Vitaly Fedrushkov <willy@snowyowl.csu.ac.ru>

       Expressions like these are not supported:

       DATE - DATE (= NUM)
       DATE - NUM  (= DATE)
       DATE + NUM  (= DATE)

    j) Empty date (like CTOD("  /  /  ") ) is not handled in many cases.
       In fact, EMPTY() function is not implemented either.

    k) Any other tickets regarding expression logic?

3) rename files
     dbf.cpp ==> xbdbf.cpp

4)  Real deletes

    - test this functionality
    - incorporate into dbfutil1
    - update documentation
    - impact on indices

5)  dbfutil1

    - update to support table and indice name at open



2) 64 bit support

3) Finish up multi user locking support for multiple environments

4) Locking

5) Release 3.0

6) Additional index support 
  - Additional index types (.IDX,.MDX) support

7) Re-install exeception handling

8) Transaction support
    Create a logging routine - 
    put hooks in the PutRecord function to log data
9) Build an SQL front end / module
10) Add client/server support
11) Create library front end for perl.
12) PHP Support
13) Xbase environment programming language/support/command processing 
    environment

14) Create Xbase How To
15) Create Xbase FAQ
 
16) map the xbase function names to standard Dbase names

    opendatabase ==> OpenTable
    CreateDatabase ==>CreateTable




Documentation
==============




Design
======

1)  Extended version of tables to support:

    maybe put info in file with name of filename.xbi, also use same file for 
    xbase locking purposes

    a) auto index opening closing
    b) indicator if real delete is on
    c) 30 byte field names

2)  Think thru design of field names / AUDA storage for expressions



Website
=======

Proposed Website Functionality

- documentation - migrate all documentation to source forge
- other xbase links
- contribute
- purchase support
- quick reference page