I
**1.0.45.2**
Kit created to store history into FG Series SD card

**1.0.45.3**
added interval on hour for recordType, default maxRecord to 10000

**1.0.45.4**
added sqlRead as sql analytical object base (for developer)
added sqlFunc as analytical object to read min,max,avg,total or count of 1 column data from database

**1.0.45.5**
fixed sqlTable initialise issue

**1.0.45.6**
fixed sqlColumn initialise issue

**1.0.45.7**
sqlFunc
-	added more options of time range
-	added delta function to query the lastValue - firstValue within the selected time range
sqlFloat/sqlInt
-	added trendDelta option to log the differences of (current value) - (last value)

**1.0.45.33.8**
updated for firmware build 33
fixed column name issue for special characters like -,",/

**1.0.45.34.10
updated FuncStartStop with more time options
added query interval type to sqlRead

**1.0.45.34.11
added trigger output for sqlFunc and error msg when max table/sqlFunc limit reached

**1.0.45.35.11**
updated for firmware build 35

**1.0.45.36.12**
updated for firmware build 36

**1.0.45.38.13**
updated for firmware build 38

**1.0.45.38.15**
updated the sql service to include indexing. this improve the SQL exporting speed. 

**1.0.45.38.16**
SQL service will update structure when there is a reboot or restart of the SVM. 

**1.0.45.42.16**
updated for firmware build 42

**1.0.45.44.17**
change SQL on start write to prevent crash. 

**1.0.45.45.18**
updated to fix sqlite crash when query return error and stop logging when input is null

**1.0.45.47.21**
updated to set flag for physical IO to wait for startup

**1.0.45.47.22**
added with retry when a query failed