- Feb 09, 2021
-
-
Sergey Linev authored
-
Sergey Linev authored
Avoid misinterpretation of parameter if after SetBinary SetNull is set. Also check memory allocation.
-
Sergey Linev authored
It does not return size of allocated memory, therefore just reallocate buffer if maxsize bigger than standard buffer
-
Sergey Linev authored
Fixing problem in #7127 with escape characters
-
Sergey Linev authored
-
- Apr 01, 2020
-
-
Sergey Linev authored
Old CINT was not able to parse them correctly
-
Sergey Linev authored
Old CINT was not able to parse includes, therefore protection was required
-
Sergey Linev authored
CINT was not able to parse them correctly
-
- Mar 27, 2020
-
-
Sergey Linev authored
-
- Feb 05, 2020
-
-
Sergey Linev authored
Fix problem introduced by #4927
-
Sergey Linev authored
Co-Authored-By:
Philippe Canal <pcanal@fnal.gov>
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Provide default initializers for all members
-
Sergey Linev authored
It is provided in all sub-classes, but was not defined in TSQLStatement class. Strange
-
Sergey Linev authored
When calling TOracleStatement::GetBinary() function, memory was allocated with `malloc(len)` operator, but released with `delete [] buf` Definitely wrong. Nobody was using it before - or clib was doing something wrong
-
Sergey Linev authored
-
Sergey Linev authored
Provide "final" qualifier for derived methods and initializer for data members
-
- Jul 25, 2019
-
-
Guilherme Amadio authored
Now that ROOT_GENERATE_DICTIONARY() knows how to pick up includes and compile definitions from the library targets even when added later with target_link_libraries() and target_include_directories(), we can remove extra includes added by hand as a workaround before.
-
- Jul 01, 2019
-
-
Axel Naumann authored
-
Sergey Linev authored
-
root authored
add Get/SetTimestamp function with TTimeStamp class to work with microseconds; bug fixed: writing date/time in local time to PostgreSQL but returning in UTC (different values), kBindStringSize was not enough for timestamp with microseconds
-
- May 14, 2019
-
-
Guilherme Amadio authored
-
- Feb 11, 2019
-
-
Guilherme Amadio authored
The module from CMake is more complete and has support for Windows.
-
- Jan 22, 2019
-
-
Bertrand Bellenot authored
-
- Jan 09, 2019
-
-
Guilherme Amadio authored
-
- Oct 03, 2018
-
-
Bertrand Bellenot authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-