Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
to equalsIgnoreAsciiCaseAscii("...")
|
|
|
|
|
|
|
|
as opposed to crashing
|
|
|
|
|
|
Remove methods getDataBuf(int), getParamLength(int), getPrecision(int).
|
|
|
|
Don't duplicate the decision point for "data at execution or copied data"
|
|
|
|
And calls the default constructor, naturally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...needed by simplified l10ntools programs to be pushed shortly (that
no longer translate line endings, and hopefully get away with it).
|
|
|
|
|
|
|
|
This return prevented the execution of the following code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids the use of aclexplode(), which is only SQL-available in PostgreSQL 9.0 and later.
With PostgreSQL versions known to have the information_schema.table_privileges bug of not filling in the default ACL in the absence of an ACL, fill in "owner has all rights", which is the default state of the default ACL.
|
|
|
|
|
|
Fixes fdo#34432 (driver smashes our stack)
Continuation of
commit 9a466d9718cceeb4ace9e3352a173c7b62387eee
Author: Lionel Elie Mamane <lionel@mamane.lu>
Date: Tue Nov 29 17:49:36 2011 +0100
ODBC: use right integer length to get Statement Options
|
|
|
|
|
|
|
|
|
|
|
|
Part XLIV
many modules(inc's)
|