Bugzilla – Attachment 62764 Details for
Bug 50849
SIGSEGV: ODBC to PostgreSQL, renaming column in SELECT list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed patch
patch_test_50849.txt (text/plain), 945 bytes, created by
Julien Nabet
on 2012-06-07 13:52:11 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2012-06-07 13:52:11 UTC
Size:
945 bytes
patch
obsolete
>diff --git a/connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx b/connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx >index 2dfb960..50a8702 100644 >--- a/connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx >+++ b/connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx >@@ -1140,8 +1140,8 @@ void ODatabaseMetaDataResultSet::openSpecialColumns(sal_Bool _bRowVer,const Any& > aPKO = ::rtl::OUStringToOString(schema,m_nTextEncoding); > aPKN = ::rtl::OUStringToOString(table,m_nTextEncoding); > >- const char *pPKQ = catalog.hasValue() && !aPKQ.isEmpty() ? aPKQ.getStr() : NULL, >- *pPKO = pSchemaPat && !pSchemaPat->isEmpty() ? aPKO.getStr() : NULL, >+ const char *pPKQ = catalog.hasValue() && !aPKQ.isEmpty() ? aPKQ.getStr() : "", >+ *pPKO = pSchemaPat && !pSchemaPat->isEmpty() ? aPKO.getStr() : "", > *pPKN = aPKN.getStr(); > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50849
:
62740
| 62764 |
63816