Is there anyone that can think of a solution for this problem?
cc1: warnings being treated as errors
/Volumes/Scratch/monetdb/stable/monetdb/src/modules/plain/bat.mx: In function 'local_itoa':
/Volumes/Scratch/monetdb/stable/monetdb/src/modules/plain/bat.mx:1253: warning: format '%zd' expects type 'signed size_t', but argument 4 has type 'ssize_t'
I mean... is there a difference between "signed size_t" and "ssize_t"?
Ehrm.
[Orion:src/modules/plain] fabian% uname -a
Darwin Orion.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc PowerBook4,3 Darwin
[Orion:src/modules/plain] fabian% gcc --version
gcc (GCC) 4.0.1 (Apple Computer, Inc. build 5341)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Probably just need to compile without -Werror.
Dear all,
For demo purposes we are in need for implementations of some XQuery
standard functions, especially fn:tokenize() and fn:base-uri().
Are there plans for implementing more (or all) standard functions?
Best, Djoerd.
Hello,
does anybody consider supporting bitmap indices?
An indexing software called FastBit was integrated to MonetDB
(http://crd.lbl.gov/~kewu/ps/LBNL-61768.pdf)
and some benchmarks show that there were serious improvements concerning
combined numerical and text queries (offers up to 10 times better
performance then MonetDB without FastBit).
Gabriel
Dear developers....
I was checking the status of the SQL test web-site (cvs branch) and I
found some red ones.
In the test src/test/BugConstraint/delete_primarykey_1643845.sql
If I run the normal Mtest the test is red (the err output).
The constraint error given is for the foreign key and not for the
primary key (as in the stable output).
If I ran with M4 the test is green the same happens if I set the
optimizers off.
So we can conclude that the reason for this test being red are the
optimizers and nothing else in SQL module.
I tried to give a look to see which optimizer is breaking the test, but
no results. Tomorrow I will continue.
I also think that all the tests that are red (the ones related with
primary keys) are due this problem.
Should I open a bug or this is enough? Because it is an existent test
that is red ;)
Regards,
Romulo
Hi,
I am trying to insert ansi characters and it doesn't seem to be working in
monetdb/sql
insert into reason values(100,'SAVE 25¢ ON ICE CREAM');
reason is a table with
Id integer
message string
The client thinks the query is not complete and prompts '>more'. What should
i configure to get this working
Thanks
Bharani
--
View this message in context: http://www.nabble.com/ANSI-Characters-tf4169853.html#a11862871
Sent from the monetdb-developers mailing list archive at Nabble.com.
I forgot to add a file to the list of files to be checked out in the
CVSROOT directory when I added a commit test there. This means that it
is now impossible to check anything in on Sourceforge.
I have already submitted a support request, so we just have to wait
until they can handle that.
--
Sjoerd Mullender
Hi,
I am trying to execute this sql as prepared statement
update reason set failurereason=? where ID=?
reason is a table with two columns
ID is integer
failurereason is a string
During the batch execution i see
exec 3('whatever',2);
in the batch and then i get
MALException:(unknown):wrong argument for prepared statement (expected int
instead of char)
Looks like expected types are getting swapped.
Thanks
Bharani
--
View this message in context: http://www.nabble.com/Prepared-Statement-Error-tf4116290.html#a11705803
Sent from the monetdb-developers mailing list archive at Nabble.com.