Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Changeset 380

Show
Ignore:
Timestamp:
01/09/07 06:12:24
Author:
fumanchu
Message:

Doc updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/advanced.html

    r379 r380  
    108108        the class' UnitSequencer. If your database provides equivalent 
    109109        sequencing to dejavu Sequencers, feel free to use it. If not, 
    110         Grab all existing distinct ID's (which you are storing), 
     110        grab all existing distinct ID's (which you are storing), 
    111111        and pass them to 
    112112        <tt>unit.sequencer.assign(unit, ids)</tt>, which should assign the 
  • trunk/doc/modeling.html

    r379 r380  
    956956instead of a single value.</p> 
    957957 
    958 <p>When you use <tt>make_class</tt> and <tt>make_source</tt>, you know 
    959 the name of the table you want to model, and so the Modeler tries to 
    960 find it for you by name. But when you want to model all tables, you 
    961 must first tell the underlying database object to fetch the names of 
    962 all tables (and their metadata). This is accomplished by calling the 
    963 <tt class='def'>discover()</tt> method. Discovery can be a slow operation, 
    964 so try not to call it more than you need to.<p> 
    965  
    966958<hr /> 
    967959 
  • trunk/doc/storage.html

    r379 r380  
    281281                day of each month.</li> 
    282282        </ul> 
    283         See the {{{recur}}} module for complete options. 
     283        See the <tt>recur</tt> module for complete options. 
    284284    </li> 
    285285</ul>