Search found 9 matches
- Thu Nov 26, 2009 7:27 pm
- Forum: Report a Bug
- Topic: Key declarations on virtual relvars ignored
- Replies: 1
- Views: 5452
Key declarations on virtual relvars ignored
I doubt this so much a bug but more likely a limitation: when I declare a virtual relvar with a non-empty <candidate key def list> it doesn't get enforced. Furthermore there's no note of it existing in the catalog either. It would be good to add this to the Limitations section of the web site. Perso...
- Thu Nov 26, 2009 7:05 pm
- Forum: FAQ
- Topic: User-Defined Types in Java
- Replies: 4
- Views: 44366
Re: User-Defined Types in Java
Cool. We much prefer the new Tutorial D native user-defined types anyway but I just thought I'd mention it since it's shipped as a demo example.
- Thu Nov 26, 2009 7:02 pm
- Forum: Rel Web Site
- Topic: Forum Bug
- Replies: 3
- Views: 39874
Re: Forum Bug
No worries. I was just very confused until I realized because I'm usually very good at remembering passwords, given a few tries.
- Wed Nov 25, 2009 8:57 pm
- Forum: FAQ
- Topic: User-Defined Types in Java
- Replies: 4
- Views: 44366
User-Defined Types in Java
The old Rel web site had substantial information on Rel's capability to accept user-defined type definitions written in Java, but I can no longer find this information any more. We have a student that wants to use the Date type defined in the provided TypeDate.d script, but an error message appears....
- Wed Nov 25, 2009 8:38 pm
- Forum: Report a Bug
- Topic: Minor Bug on Windows
- Replies: 1
- Views: 5581
Minor Bug on Windows
In Rel version 0.3.17 Alpha the provided script files for Windows, DBrowser.bat and Rel.bat, attempt to pass command-line parameters using Unix notation and Rel complains bitterly about it.
No biggie, but it has confused some of our users.
No biggie, but it has confused some of our users.
- Wed Nov 25, 2009 8:32 pm
- Forum: Rel Web Site
- Topic: Forum Bug
- Replies: 3
- Views: 39874
Forum Bug
No wonder I can never member my password for this site... The password reset e-mail says: Password: <Randomly assigned password> You can of course change this password yourself via the profile page. But when I go to my profile page I get: General Error SQL ERROR [ postgres ] ERROR: column f.field_sh...
- Tue Nov 24, 2009 6:44 pm
- Forum: Report a Bug
- Topic: Java stack dump when using wrong data type
- Replies: 1
- Views: 6159
Java stack dump when using wrong data type
One of our students uncovered the following bug in Rel 0.3.17 Alpha. TYPE DATE POSSREP { c CHAR CONSTRAINT LENGTH ( c ) = 8 AND IS_DIGITS ( c ) }; VAR TEST BASE RELATION {ID INTEGER, D DATE} KEY{ID}; TEST := RELATION {TUPLE {ID 1, D "15061989"}}; The value "15061989" is a charact...
- Thu Jun 11, 2009 6:08 pm
- Forum: Report a Bug
- Topic: Incorrect Parsing
- Replies: 1
- Views: 5641
Incorrect Parsing
The <substitute> operator does not always parse correctly. Example: UPDATE S (STATUS := 17) The opening parenthesis is interpreted as being part of the expression to perform substitution on rather than the beginning of the assignment. It is taken as denoting the opening parenthesis for a user-define...
- Fri Aug 29, 2008 11:12 pm
- Forum: Rel's "DBrowser": The Rel Graphical User Interface
- Topic: Backup in 0.3.9 on Windows Vista uses invalid filename
- Replies: 3
- Views: 19266
Re: Backup in 0.3.9 on Windows Vista uses invalid filename
Sounds like putting a colon in the filename caused an NTFS Alternate Data Stream to be written to, which is pretty sweet because most applications don't understand them.
Some information: http://www.heysoft.de/nt/ntfs-ads.htm
Some information: http://www.heysoft.de/nt/ntfs-ads.htm