To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104088
User cmc changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Aug 21 11:02:11 +0000
2009 -------
Note: https://bugzilla.redhat.com/show_bug.cgi?id=518623
unixODBC 2.2.14 seems very busted here, i.e.
odbc_config --header|grep UODBCINT64|grep -v ifndef outputs
#define UODBCINT64
not
#define UODBCINT64 "something" so end-result is that the output of...
#include <sqltypes.h>
#include <stdio.h>
int main(void)
{
fprintf(stderr, "size is %d\n", sizeof(SQLBIGINT));
return 0;
}
is 4, I strongly suspect it should be 8. rene's getting 8 on debian unixODBC
2.2.11 which makes a lot more sense to me. cmc->kendy: might want to check your
SUSE output for that too.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]