Search found 371 matches

by Dave
Thu Jun 26, 2008 7:07 pm
Forum: Getting Started
Topic: Installed JDK 6 but OperatorsChar.d doesn't work
Replies: 8
Views: 21404

Re: Installed JDK 6 but OperatorsChar.d doesn't work

I've just released version 0.3.6 Alpha, which contains a small change in the way Java-based operators are loaded. I'm hoping this will fix the problem.
by Dave
Thu Jun 26, 2008 7:03 pm
Forum: Announcements
Topic: Rel version 0.3.6 Alpha now available
Replies: 0
Views: 15754

Rel version 0.3.6 Alpha now available

This update allows the user to specify the database directory, either via a command-line switch to Rel or DBrowser, or via the DBrowser user-interface. DBrowser also now allows multiple local databases to be open simultaneously. A bug that prevented user-defined Java-based types and operators from b...
by Dave
Wed Jun 25, 2008 12:06 pm
Forum: Getting Started
Topic: Installed JDK 6 but OperatorsChar.d doesn't work
Replies: 8
Views: 21404

Re: Installed JDK 6 but OperatorsChar.d doesn't work

Am I too much of a novice at Java to be doing this? No. In fact, the whole purpose of this facility is to easily extend Rel primitives without having to know any Java! :roll: This is a peculiar bug, because the log you've provided indicates it's occurring inside the Java library's java.lang.String....
by Dave
Tue Jun 24, 2008 12:11 pm
Forum: Getting Started
Topic: Installed JDK 6 but OperatorsChar.d doesn't work
Replies: 8
Views: 21404

Re: Installed JDK 6 but OperatorsChar.d doesn't work

Hi Hugh, Could you start up the Windows command prompt (Start | Accessories | Command Prompt) and type... javac -version ...at the prompt? This will help me to determine whether the problem lies with Rel invoking the javac compiler, or with Vista finding the javac compiler. If the above runs the jav...
by Dave
Sat Jun 21, 2008 12:50 pm
Forum: Announcements
Topic: Rel version 0.3.5 Alpha now available
Replies: 0
Views: 15138

Rel version 0.3.5 Alpha now available

Rel version 0.3.5 Alpha is now available at http://dbappbuilder.sourceforge.net/Rel.html

This update fixes some bugs and provides support for user-defined Java-based types and operators.
by Dave
Wed Jun 11, 2008 3:02 am
Forum: Discussion
Topic: tuple counts no longer given by DBrowser
Replies: 1
Views: 8290

Re: 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? Yes. I'm working on a command and associated facilities to redirect various system messages, including tuple counts, to DBrowser (o...
by Dave
Wed Jun 11, 2008 2:59 am
Forum: Report a Bug
Topic: max(r,x) treated as RATIONAL when x is CHAR
Replies: 1
Views: 4596

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

I have fixed this for version 0.3.5, which will be released in a few days.
by Dave
Wed Jun 11, 2008 2:59 am
Forum: Report a Bug
Topic: OUTPUT output not ended with a new line
Replies: 1
Views: 4782

Re: OUTPUT output not ended with a new line

I have fixed this for version 0.3.5, which will be released in a few days.

BTW, please accept my apologies for the slow response. I was in a car accident. I'm fine, but alas, my favourite car is no more. :(
by Dave
Wed May 07, 2008 7:25 pm
Forum: Rel Web Site
Topic: Graphics and Web design wanted
Replies: 4
Views: 16355

Re: Graphics and Web design wanted

Yes, my intention is to eventually run the CMS (currently written in PHP) using a Rel DBMS. Hosting isn't a problem, as I colocate my own servers and have just become a partner in a hosting company.
by Dave
Tue May 06, 2008 2:33 pm
Forum: Rel Catalog
Topic: Rel Catalog over JDBC
Replies: 2
Views: 25328

Re: Rel Catalog over JDBC

My feeling is that metadata about an external SQL database should be housed in a native Rel database. In other words, there will always be a native Rel database, and external SQL tables (including metadata) will be represented as relvars within the native database.
by Dave
Tue May 06, 2008 2:10 pm
Forum: Rel Web Site
Topic: Graphics and Web design wanted
Replies: 4
Views: 16355

Re: Graphics and Web design wanted

Yup, I'm happier with the Web site now, but it can still be improved. Before too long, I'll be putting it under a content management system of my own creation, which will simplify adding (for example) manual pages which support commentary, etc.
by Dave
Tue May 06, 2008 12:47 pm
Forum: Rel JDBC
Topic: Rel needs a JDBC driver
Replies: 10
Views: 56422

Re: Rel needs a JDBC driver

luxspes wrote:What is the status on this? (The last post is from 2006)
No further along, I'm afraid. I've been trying to convince students to do it as a dissertation project, but so far no takers.
by Dave
Tue May 06, 2008 12:44 pm
Forum: Discussion
Topic: I think some announcements are due
Replies: 1
Views: 11081

Re: I think some announcements are due

Hi! I think some announcements are due... a new Rel release you know... (I would post them but that can only be done by the master of Rel :wink: ) I've posted announcements via a SourceForge announcements list and on the TTM mailing list (see http://thethirdmanifesto.com). I'll post an announcement...
by Dave
Tue May 09, 2006 1:18 am
Forum: Discussion
Topic: XST: Extended Set Theory
Replies: 3
Views: 13076

My apologies for the delay in responding... I'm not sure XST can replace indexing, at least not universally. However, it may provide a suitable basis for implementing index data structures such as BTREEs, hash tables, and the like. I suspect some XST operators may internally benefit from indexes in ...
by Dave
Sat Mar 25, 2006 4:24 pm
Forum: Rel JDBC
Topic: Rel needs a JDBC driver
Replies: 10
Views: 56422

It is possible to achieve full JDBC 3 compliance without using SQL. JDBC compliance is based on implementing the methods and classes defined in the JDBC specification, without reference to any particular database sublanguage. While JDBC does indeed have an SQL focus, it is explicitly not SQL-only. ...