Ignore:
Timestamp:
Jun 3, 2006 8:15:06 PM (18 years ago)
Author:
scdev
Message:

Q - Renamed SessionCache? to Cache, RecordVersion? to Version, and RecordLock? to Lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/revision_history.txt

    r136 r137  
    2929    - DB
    3030    - DBSessionHandler
    31     - RecordLock
    32     - RecordVersion
     31    - Lock
     32    - Version
    3333    - Cache
    3434    - Upload
     
    7272Full test suite for all codebase libraries. Run from the command line: "codebase/tests/run_tests.sh;"
    7373
    74 Classes that access database tables have a function initDB() that will setup the basic schema necessary to run. This includes Auth_SQL, RecordVersion, RecordLock, and DBSessionHandler.
     74Classes that access database tables have a function initDB() that will setup the basic schema necessary to run. This includes Auth_SQL, Version, Lock, and DBSessionHandler.
    7575
    7676And much much more still to document...
Note: See TracChangeset for help on using the changeset viewer.