Changes between Version 21 and Version 22 of DatabaseBasedAnalysis/table2sql


Ignore:
Timestamp:
11/07/18 15:06:22 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/table2sql

    v21 v22  
    5858If the leaf with the basic data type is called ''MTime.fTime.fMilliSec'', the column would be called ''MTime.fTime.fMilliSec'' as well.
    5959
    60 Both, root leaves and FITS-extension can contain fixes sized arrays of basic data types. If the array is called ARR and has 3 fields, the SQL columns will be called ARR[0], ARR[1] and ARR[2]. All modifier options working on columns always alter all corresponding columns at once.
     60Both, root leaves and FITS-extension can contain fixes sized arrays of basic data types. If the array is called ARR and has 3 fields, the SQL columns will be called ARR![0], ARR![1] and ARR![2]. All modifier options working on columns always alter all corresponding columns at once.
    6161
    6262
     
    256256primary=EvtNumber
    257257}}}
    258 
    259 
    260