source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19163   6 years tbretz include of math.h needed at ISDC
(edit) @19162   6 years tbretz Updated returns.
(edit) @19157   6 years tbretz Typos in help text.
(edit) @19156   6 years tbretz Enclose table names.
(edit) @19155   6 years tbretz Added the --index option.
(edit) @19154   6 years tbretz Removed the force-stuff, the constructor is now already connecting to ...
(edit) @19153   6 years tbretz Minor update.
(edit) @19152   6 years tbretz Removed the ISDC hack
(edit) @19151   6 years tbretz Implemented conditional execution.
(edit) @19150   6 years tbretz Implemented an option to pre-delete entries from the table based on ...
(edit) @19149   6 years tbretz Fixed a typo
(edit) @19148   6 years tbretz Removed the iSDC hack from the svn
(edit) @19147   6 years tbretz Added support for a user defined column with a constant number, allow ...
(edit) @19146   6 years tbretz Added support for a user defined column with a constant number, allow ...
(edit) @19145   6 years tbretz Added missing include.
(edit) @19144   6 years tbretz Updates resource text.
(edit) @19142   6 years tbretz Adapted the return numbers, fixed a few typos, sorted the resources.
(edit) @19140   6 years tbretz Fixed some compiler wanring with gcc.
(edit) @19139   6 years tbretz Found a nicer way to add arguments to database URI
(edit) @19138   6 years tbretz Do all the cleanup stuff also when an empty set is returned and moved ...
(edit) @19137   6 years tbretz Bytes received and sent in the view of the client.
(edit) @19136   6 years tbretz Output some more connection information with print-connect
(edit) @19135   6 years tbretz Fixed some minor typos.
(edit) @19134   6 years tbretz Skip empty lines reading an environment file.
(edit) @19126   6 years tbretz Implemented the possibility to print basic connection informations.
(edit) @19125   6 years tbretz Updated the explanation for the databse resource to reflect the ...
(edit) @19124   6 years tbretz Implmented compressed connections.
(edit) @19122   6 years tbretz Print average execution time per row.
(edit) @19121   6 years tbretz Do not print a warning if no ascii file should have been written, ...
(edit) @19120   6 years tbretz Print average execution time per row.
(edit) @19119   6 years tbretz Added Fractional as a complement to scientific.
(edit) @19118   6 years tbretz Allow to write output to an ascii file, minor changes to replacing the ...
(edit) @19117   6 years tbretz Added the possibility to read list of environment values from a file ...
(edit) @19116   6 years tbretz Adapted help text
(edit) @19115   6 years tbretz The UPDATE was missing in the ON DUPLICATE directive.
(edit) @19114   6 years tbretz Read duplicate as a vector of strings.
(edit) @19113   6 years tbretz Use ON DUPLICATE KEY for updating not the UPDATE directive.
(edit) @19112   6 years tbretz Implemented --engine and --row-format.
(edit) @19111   6 years tbretz Minor cosmetics to output.
(edit) @19110   6 years tbretz Implemented row-format and now using the database default engine if ...
(edit) @19109   6 years tbretz Implemented unisgned columns, row-format and now using the database ...
(edit) @19108   6 years tbretz The filename is also required.
(edit) @19107   6 years tbretz Implmented ignore-errors option.
(edit) @19106   6 years tbretz Output info-string and potential warnings.
(edit) @19105   6 years tbretz Some more cosmetics to the output.
(edit) @19104   6 years tbretz Some cosmetics to the output.
(edit) @19103   6 years tbretz Possibility to add the IGNORE keyword to the INSERT query.
(edit) @19102   6 years tbretz Minor improvemt of the usage text
(edit) @19101   6 years tbretz Allow an 'ON DUPLICATE KEY UPDATE' clause
(edit) @19100   6 years tbretz Warnings are displayed if they happen.
(edit) @19099   6 years tbretz Added fits2sql -- maybe it can be unified with root2sql?
(edit) @19096   6 years tbretz This is more precise.
(edit) @19095   6 years tbretz Display file size written.
(edit) @19094   6 years tbretz Some more improvemnts to the EXPLAIN formating.
(edit) @19093   6 years tbretz Some improvemnts to the EXPLAIN formating -- not a nice code but for ...
(edit) @19092   6 years tbretz Some improvemnts to the EXPLAIN formating.
(edit) @19091   6 years tbretz Added some code for profiling and explaining the query. The EXPLAIN ...
(edit) @19090   6 years tbretz A very simple implementation which will EXPLAIN the query with what ...
(edit) @19089   6 years tbretz For good reasons, I do not allow NULL in an column, witout ...
(edit) @19084   6 years tbretz Do not print overly long insert queries if not allowed by the user ...
(edit) @19083   6 years tbretz Just realized that grep has the -A option -- so the change wasn't necessry.
(edit) @19082   6 years tbretz Error in the same line, so it is easier to grep for it.
(edit) @19081   6 years tbretz Night was still partially in...
(edit) @19080   6 years tbretz Changed default table engine to InnoDB
(edit) @19079   6 years tbretz Added a possibility for substitutions in the query.
(edit) @19078   6 years tbretz Protection to fail against 'no data'
(edit) @19077   6 years tbretz Protection to fail against 'no data'
(edit) @19076   6 years tbretz Print a hint on the size of the large query sent.
(edit) @19075   6 years tbretz Improved help text.
(edit) @19074   6 years tbretz Implemented setting of user defined variables before the SQL query is ...
(edit) @19073   6 years tbretz Added a missing semicolon
(edit) @19072   6 years tbretz Implemented the --dry-run option, sorted the options a bit, removed ...
(edit) @19071   6 years tbretz Sorted the options a bit.
(edit) @19070   6 years tbretz Fixed the default value for the calcsource.
(edit) @19069   6 years tbretz Improved help text.
(edit) @19068   6 years tbretz Made the code and output more consistent, added the option to update ...
(edit) @19064   6 years tbretz Some minor changes to make it compatible with newer sets of headers.
(edit) @19063   6 years tbretz Made it compile with an older boost version. Added force option and a ...
(edit) @19062   6 years tbretz Allow to overwrite the default engine (not recommended)
(edit) @19056   6 years tbretz Boost 1.41 didn't yet support that (ISDC)
(edit) @19053   6 years tbretz This is a draft to fill in source positions to the database.
(edit) @19050   6 years tbretz Unified policy for info output
(edit) @19049   6 years tbretz Implemented ConnectionSSL and updated tngweather to use a secure ...
(edit) @19034   6 years tbretz The telescope operates when there is no weather data available -- let ...
(edit) @19027   6 years tbretz Be a bit more specific when closing a file to avoid confusion. Same ...
(edit) @19026   6 years tbretz Cleaned some comments.
(edit) @19025   6 years tbretz Now it does!
(edit) @19024   6 years tbretz This gives an identical result but without the clang wanring about a ...
(edit) @19022   6 years tbretz Suppress some compiler warnings with clang.
(edit) @19021   6 years tbretz Suppress some compiler warnings with clang.
(edit) @19020   6 years tbretz Minor layout update of some debug output.
(edit) @19018   6 years tbretz To be compatible with the previous scheme, the default flow_control ...
(edit) @19017   6 years tbretz Output the connection settings for debugging purpose as debug.
(edit) @19016   6 years tbretz A status was missing.
(edit) @19015   6 years tbretz Added rain sensor
(edit) @18997   6 years tbretz Added some code which allows to read a single file.
(edit) @18996   6 years tbretz Connection must be closed when setting a parameter fails, it is ...
(edit) @18995   6 years tbretz Allow to run without authentication.
(edit) @18993   6 years tbretz Implemented a program to read the rain sensor data from MAGIC.
(edit) @18988   6 years tbretz Added some explicit casts to make clang++ more happy and remove an ...
Note: See TracRevisionLog for help on using the revision log.