| Age | Commit message (Collapse) | Author |
|
These two calls have no effect because `std::string::empty()` only tests
for emptiness, but does not cause it as apparently intended.
|
|
|
|
|
|
unrecoverable.
It seems better to return 0 rather than return error.
|
|
button updates the registry.
|
|
|
|
1. Add an option which lets xa_open() try to connect to the database
immediately. This would cause an error at enlistment in dtc when
the authentication method depends not only on the db user but also
on the OS user, which means the automatic transaction recovery is
unavailable.
2. Log the error message in case of SQLDriverConnect() error.
3. Improve the logging.
|
|
This also changed the file permissions stored in git for a couple of header
files, removing the executable bit. Didn't realize they were different from
all the others, but apparently my editor decided to change them. Now
they're the same as all the other files, which seems good.
Michael Paquier and me.
|
|
|
|
|
|
1. Reset the column binding information after SQLMoreResults().
2. Save the rowset size properly for the FETCH_NEXT operation
in case of >= 3.0 drivers.
Enable geqo optiomizer by default.
|
|
|
|
losing the const qualifier.
|
|
|
|
1. Improve unknown-size estimation in case of the *longest* option.
2. Improve SQL_DEFAULT_PARAM handling.
|