|
|
@19101
|
6 years |
tbretz |
Allow an 'ON DUPLICATE KEY UPDATE' clause
|
|
|
@19100
|
6 years |
tbretz |
Warnings are displayed if they happen.
|
|
|
@19099
|
6 years |
tbretz |
Added fits2sql -- maybe it can be unified with root2sql?
|
|
|
@19096
|
6 years |
tbretz |
This is more precise.
|
|
|
@19095
|
6 years |
tbretz |
Display file size written.
|
|
|
@19094
|
6 years |
tbretz |
Some more improvemnts to the EXPLAIN formating.
|
|
|
@19093
|
6 years |
tbretz |
Some improvemnts to the EXPLAIN formating -- not a nice code but for ...
|
|
|
@19092
|
6 years |
tbretz |
Some improvemnts to the EXPLAIN formating.
|
|
|
@19091
|
6 years |
tbretz |
Added some code for profiling and explaining the query. The EXPLAIN ...
|
|
|
@19090
|
6 years |
tbretz |
A very simple implementation which will EXPLAIN the query with what ...
|
|
|
@19089
|
6 years |
tbretz |
For good reasons, I do not allow NULL in an column, witout ...
|
|
|
@19084
|
6 years |
tbretz |
Do not print overly long insert queries if not allowed by the user ...
|
|
|
@19083
|
6 years |
tbretz |
Just realized that grep has the -A option -- so the change wasn't necessry.
|
|
|
@19082
|
6 years |
tbretz |
Error in the same line, so it is easier to grep for it.
|
|
|
@19081
|
6 years |
tbretz |
Night was still partially in...
|
|
|
@19080
|
6 years |
tbretz |
Changed default table engine to InnoDB
|
|
|
@19079
|
6 years |
tbretz |
Added a possibility for substitutions in the query.
|
|
|
@19078
|
6 years |
tbretz |
Protection to fail against 'no data'
|
|
|
@19077
|
6 years |
tbretz |
Protection to fail against 'no data'
|
|
|
@19076
|
6 years |
tbretz |
Print a hint on the size of the large query sent.
|
|
|
@19075
|
6 years |
tbretz |
Improved help text.
|
|
|
@19074
|
6 years |
tbretz |
Implemented setting of user defined variables before the SQL query is ...
|
|
|
@19073
|
6 years |
tbretz |
Added a missing semicolon
|
|
|
@19072
|
6 years |
tbretz |
Implemented the --dry-run option, sorted the options a bit, removed ...
|
|
|
@19071
|
6 years |
tbretz |
Sorted the options a bit.
|
|
|
@19070
|
6 years |
tbretz |
Fixed the default value for the calcsource.
|
|
|
@19069
|
6 years |
tbretz |
Improved help text.
|
|
|
@19068
|
6 years |
tbretz |
Made the code and output more consistent, added the option to update ...
|
|
|
@19064
|
6 years |
tbretz |
Some minor changes to make it compatible with newer sets of headers.
|
|
|
@19063
|
6 years |
tbretz |
Made it compile with an older boost version. Added force option and a ...
|
|
|
@19062
|
6 years |
tbretz |
Allow to overwrite the default engine (not recommended)
|
|
|
@19056
|
6 years |
tbretz |
Boost 1.41 didn't yet support that (ISDC)
|
|
|
@19053
|
6 years |
tbretz |
This is a draft to fill in source positions to the database.
|
|
|
@19050
|
6 years |
tbretz |
Unified policy for info output
|
|
|
@19049
|
6 years |
tbretz |
Implemented ConnectionSSL and updated tngweather to use a secure ...
|
|
|
@19034
|
6 years |
tbretz |
The telescope operates when there is no weather data available -- let ...
|
|
|
@19027
|
6 years |
tbretz |
Be a bit more specific when closing a file to avoid confusion. Same ...
|
|
|
@19026
|
6 years |
tbretz |
Cleaned some comments.
|
|
|
@19025
|
6 years |
tbretz |
Now it does!
|
|
|
@19024
|
6 years |
tbretz |
This gives an identical result but without the clang wanring about a ...
|
|
|
@19022
|
6 years |
tbretz |
Suppress some compiler warnings with clang.
|
|
|
@19021
|
6 years |
tbretz |
Suppress some compiler warnings with clang.
|
|
|
@19020
|
6 years |
tbretz |
Minor layout update of some debug output.
|
|
|
@19018
|
6 years |
tbretz |
To be compatible with the previous scheme, the default flow_control ...
|
|
|
@19017
|
6 years |
tbretz |
Output the connection settings for debugging purpose as debug.
|
|
|
@19016
|
6 years |
tbretz |
A status was missing.
|
|
|
@19015
|
6 years |
tbretz |
Added rain sensor
|
|
|
@18997
|
7 years |
tbretz |
Added some code which allows to read a single file.
|
|
|
@18996
|
7 years |
tbretz |
Connection must be closed when setting a parameter fails, it is ...
|
|
|
@18995
|
7 years |
tbretz |
Allow to run without authentication.
|
|
|
@18993
|
7 years |
tbretz |
Implemented a program to read the rain sensor data from MAGIC.
|
|
|
@18988
|
7 years |
tbretz |
Added some explicit casts to make clang++ more happy and remove an ...
|
|
|
@18987
|
7 years |
tbretz |
Let the compiler know that the second argument is a format string
|
|
|
@18982
|
7 years |
tbretz |
DrsCalibration is a struct not a class.
|
|
|
@18981
|
7 years |
tbretz |
DrsCalibration is a struct not a class.
|
|
|
@18978
|
7 years |
tbretz |
clang++ complained about the way some arrays are initialized and there ...
|
|
|
@18977
|
7 years |
tbretz |
Tell the compiler that it cannot check the format string.
|
|
|
@18976
|
7 years |
tbretz |
Replaced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18975
|
7 years |
tbretz |
Moved path to Makefile.
|
|
|
@18974
|
7 years |
tbretz |
Reaplced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18973
|
7 years |
tbretz |
Reaplced an 8-bit ascii charcter by its unicode representation.
|
|
|
@18972
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18971
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18970
|
7 years |
tbretz |
Removed an unused data memeber
|
|
|
@18969
|
7 years |
tbretz |
Moved path from include to makefile.
|
|
|
@18968
|
7 years |
tbretz |
Removed a stray character
|
|
|
@18967
|
7 years |
tbretz |
commented unsused variable
|
|
|
@18966
|
7 years |
tbretz |
Moved the path to the Makefile, allow to define the location for ...
|
|
|
@18964
|
7 years |
tbretz |
Moved path to Makefile.
|
|
|
@18963
|
7 years |
tbretz |
Tell the compiler that fmt is a format string
|
|
|
@18961
|
7 years |
tbretz |
ignore already exists in 'tuple'
|
|
|
@18960
|
7 years |
tbretz |
Moved include path to makefile
|
|
|
@18959
|
7 years |
tbretz |
Moved include path to makefile
|
|
|
@18958
|
7 years |
tbretz |
Moved include path to makefile; added some ifdefs to make it compile ...
|
|
|
@18954
|
7 years |
tbretz |
Make use of the new values in fits::Column in List() to properly ...
|
|
|
@18952
|
7 years |
tbretz |
Improved debugging
|
|
|
@18929
|
7 years |
tbretz |
Allow to skip filling the tree to debug speed of reading the database. ...
|
|
|
@18928
|
7 years |
tbretz |
First version of a tool to fill a SQL table with data from a root file.
|
|
|
@18927
|
7 years |
tbretz |
Changed StoreQueryResult to UseQueryResult to allow access to huge tables.
|
|
|
@18917
|
7 years |
tbretz |
Added BIAS_TEMP server
|
|
|
@18916
|
7 years |
tbretz |
Renamed DimData to Data and moved definition to header
|
|
|
@18915
|
7 years |
tbretz |
Minor improvements to the log output - being more verbose
|
|
|
@18913
|
7 years |
tbretz |
Fixed some parts of the help output, changed default interval to 15s
|
|
|
@18911
|
7 years |
tbretz |
Some typos
|
|
|
@18910
|
7 years |
tbretz |
First version of the program reading the bias crate temp sensors
|
|
|
@18909
|
7 years |
tbretz |
Moved setting connection parameters from a global variable (without ...
|
|
|
@18908
|
7 years |
tbretz |
Added output for ongoing crate reset.
|
|
|
@18902
|
7 years |
dneise |
Adjust container temp window; use /newdata instead of /daq
|
|
|
@18897
|
7 years |
dneise |
commit modifications done 19.08.2016 and still not checked in. Why ...
|
|
|
@18896
|
7 years |
dneise |
allow a 10sec timeout in case of a disconnection
|
|
|
@18894
|
7 years |
dneise |
re-introduce patch for OC in ch 91, from rev.18800
|
|
|
@18892
|
7 years |
tbretz |
The second positional argument is '1' not '2' because it is the number ...
|
|
|
@18891
|
7 years |
tbretz |
Catch the exception as const reference.
|
|
|
@18890
|
7 years |
tbretz |
Propagate some variables as references where it makes sense.
|
|
|
@18889
|
7 years |
tbretz |
Propagate some variables as references where it makes sense.
|
|
|
@18876
|
7 years |
tbretz |
Added new function 'WordWrap'
|
|
|
@18868
|
7 years |
tbretz |
Moved colors to a dedicated file.
|
|
|
@18850
|
8 years |
Daniela Dorner |
removed workaround for channel 91, i.e. 2/27
|
|
|
@18848
|
8 years |
tbretz |
Added getter for private members fVerbose and fDebugTx.
|
|
|
@18847
|
8 years |
tbretz |
Fixed the help text.
|
|
|