EditLog

From Species File Help
(Difference between revisions)
Jump to: navigation, search
(created page)
 
m
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
 
'''tblEditLog''' contains log of entries that alter the database.
 
'''tblEditLog''' contains log of entries that alter the database.
  
    DateTime, timestamp for time of entry
+
*FileID, integer, 4 bytes
    SFuserID, integer, 2 bytes, identifier for species file signon that did the edit, special values -1 for a service pack, -2 for an editor from the software website
+
*DateTime, timestamp for time of entry
    SFSuserID, integer, 2 bytes, identifer for Species File Software signon that did the edit (except special codes for certain administrative procedures)
+
*FileUserID, integer, 4 bytes
        -3 = change from a different species file (from species file merging process)
+
*EditLogTextID, integer, 4 bytes = tblEditLogTexts.EditLogTextID
        -2 = change from the Species File Software website
+
*WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
        -1 = change from a service pack
+
*OldData, text, 8000 bytes maximum, previously recorded data
    UnitName, text, 100 bytes maximum, program unit that generated the entry
+
*NewData, text, 8000 bytes maximum, newly recorded data  
    Description, text, 400 bytes maximum, description of change
+
    WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
+
    DataSpecs, text, 400 bytes maximum, a listing of the data specifications as they appear in OldData and NewData
+
    OldData, text, 8000 bytes maximum, previously recorded data
+
    NewData, text, 8000 bytes maximum, newly recorded data  
+
  
 
[[Category:AdminTables]]
 
[[Category:AdminTables]]
 +
[[Category:Tables]]

Latest revision as of 16:35, 8 September 2014

tblEditLog contains log of entries that alter the database.

  • FileID, integer, 4 bytes
  • DateTime, timestamp for time of entry
  • FileUserID, integer, 4 bytes
  • EditLogTextID, integer, 4 bytes = tblEditLogTexts.EditLogTextID
  • WhereClause, text, 200 bytes maximum, information used in the where clause of a SQL query
  • OldData, text, 8000 bytes maximum, previously recorded data
  • NewData, text, 8000 bytes maximum, newly recorded data
Personal tools
Namespaces

Variants
Actions
Navigation
Species Files
Wiki
Toolbox