Search found 124 matches

by HughDarwen
Tue Jun 24, 2008 11:33 am
Forum: Getting Started
Topic: Installed JDK 6 but OperatorsChar.d doesn't work
Replies: 8
Views: 20712

Installed JDK 6 but OperatorsChar.d doesn't work

I'm running Rel 0.3.5 Alpha on Windows Vista. I installed the latest version of JDK but loading and executing OperatorsChar.d always gives the following: ERROR: ca.mb.armchair.rel3.exceptions.ExceptionSemantic: java.io.IOException: Cannot run program "javac": CreateProcess error=2, The sys...
by HughDarwen
Tue May 27, 2008 1:38 pm
Forum: Report a Bug
Topic: OUTPUT output not ended with a new line
Replies: 1
Views: 4747

OUTPUT output not ended with a new line

The following, pasted from the Dbrowser output pane, says it all I think:

output 2+2;
4Ok.

Compare with:

writeln 2+2;
4
Ok.

Hugh
by HughDarwen
Tue May 27, 2008 1:36 pm
Forum: Report a Bug
Topic: max(r,x) treated as RATIONAL when x is CHAR
Replies: 1
Views: 4554

max(r,x) treated as RATIONAL when x is CHAR

I tried comparing MAX(r,x), where x is of type CHAR, with a character string literal. I got a syntax error saying that I was trying to compare a RATIONAL with a CHAR.

Easy test case:

Max(relation{tuple{x 'abc'}},x)
works okay.

Max(relation{tuple{x 'abc'}},x) = 'abc'
gives the error.

Hugh
by HughDarwen
Sat May 24, 2008 4:58 pm
Forum: Discussion
Topic: tuple counts no longer given by DBrowser
Replies: 1
Views: 7753

tuple counts no longer given by DBrowser

In the new version the response to a successful INSERT is just OK. In the previous version I found the tuple counts very useful. Any chance of getting them back, Dave?

Btw, I wonder if DBrowser deserves its own section on this forum?

Hugh