I have a serious problem with the release on Windows.
If I first install the old (April 2009, ie Feb2009-SP2) version, create
a table and insert a value (the latter probably not necessary):
create table foo (s varchar (10));
insert into foo values ('test');
exit client and server, then upgrade to new version, the table gets lost:
sq1>select * from foo;
!SELECT: no such table 'foo'
When I tried this on Linux, it worked.
select * from tables; works and looks good, except that there is no
mention of the foo table.
So far I've only tried this on 32 bit Windows and 64 bit Fedora 10. It
could be that the problem is a 32/64 bit problem, or a Windows/Linux
problem. In any case, this is a show stopper.
The problem persists if I first have the logger flush itself before the
upgrade, so I don't think it's a logger problem.
(On Windows, the log directory is moved automatically by the command
script. This works.)
--
Sjoerd Mullender
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers