0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update configure script after autoupdate More... over 2 years ago
fix building driver path when driver is not found in normal search path
maekitalo
as Tommi Mäkitalo
More... about 3 years ago
add some useful log messages to oracle driver
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
- fix comment in tntdb::SqlBuilder - reduce severity of another log in oracle driver
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
reduce severity of logs in oracle driver
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
fix authors file - we use utf-8
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
set version number to 1.4
maekitalo
as Tommi Mäkitalo
More... over 5 years ago
Merge branch 'master' of github.deutsche-boerse.de:dev/tntdb
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
Merge pull request #3 from herzern/master
maekitalo
as Tommi Mäkitalo
More... almost 6 years ago
Fix compile with clang compiler More... almost 6 years ago
change version number to 1.4rc3
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
add missing include file tntdb/oracle/string.h to dist package More... over 6 years ago
Fix compile error in mysql driver More... over 6 years ago
postgresql driver failed to load due to missing external reference - fixed More... over 6 years ago
Add username and parameter to connect function More... over 6 years ago
fix one unit test: cleanup database after running test More... over 6 years ago
Fix rounding problems when handling cxxtools::Timespan Timespan is now handled using tntdb::Decimal instead of double.
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
minor change in serialization demo
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix reading parsing nan and inf in tntdb::Decimal
maekitalo
as Tommi Mäkitalo
More... over 6 years ago
fix mysql driver fix for unifying reading booleans was incorrect
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
make constructors for statement iterator and blob explicit
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
revert use of OCIString* in oracle driver I did not get OCIString* to work reliably. When specifiying a bind variable on a blob before a string causes oracle to emit the error ORA-24816 when the blob is not too small (about 10k in size).
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
fix binding strings to statements in oracle driver
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
last fix for connection leak in oracle driver was incomplete. tntdb::oracle::Datetime and tntdb::oracle::String needs to be fixed also.
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
unify reading boolean values Characters 't', 'T', 'y', 'Y' and '1' are interpreted as true when reading boolean values. This was the case in postgresql and oracle drivers already and now changed in sqlite and mysql.
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
Improve delayed statement execution interface. Flush method returns now the number of affected lines.
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
logging improvements
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
fix setting size of bound unsigned int value in oracle driver
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
fix possible connection leak in oracle driver
maekitalo
as Tommi Mäkitalo
More... almost 7 years ago
fix some types in new delayed statement interface
maekitalo
as Tommi Mäkitalo
More... about 7 years ago