Re: pgadmin3 gets oid for schema wrong
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: pgadmin3 gets oid for schema wrong
Richard van den Berg wrote:
Andreas Pflug wrote:
Digging into the sources, I found two places where oids are converted
using atol, which might be the offending function. I changed both to
strtoul, and committed the changes to cvs.
Thanks for the fast response (and possible fix).
Please check it (misc.cpp and pgSet.cpp affected) from source if
possible or try Beta3, which we're be rolling quite soon an give us
feedback because I don't have a test case.
Unfortunately, I cannot compile the CVS tree:
ui/dlgEditGridOptions.cpp:51: error: `wxID_REMOVE' was not declared in
this scope
Perhaps this has to do with the fact that I use wxWidgets 5.1.1 (5.3.x
is not available as Debian packages yet). I'll wait for the Beta3 to
come out.
You probably mean 2.5.1/2.5.3? Since 2.5.3 is out now officially, the
debian package will be availabe too RSN I believe (maybe it is already
at www.wxwidgets.org).
In any case, we'd appreciate further feedback on this topic (positive or
negative).
Regards,
Andreas
Home |
Main Index |
Thread Index