Bugs item #1775550, was opened at 2007-08-16 15:35
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1775550&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL 2.18
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Colin Foss (cgfoss)
Assigned to: Niels Nes (nielsnes)
Summary: SQL: implied conversion from numeric to varchar disconnect

Initial Comment:
e.g.
sql>select 11.456;
% . # table_name
% single_value # name
% decimal # type
% 7 # length
[ 11.456        ]
sql>select 11.456 || 'hi';
MAPI  = [EMAIL PROTECTED]:50000
ACTION= read_line
QUERY = select 11.456 || 'hi';
ERROR = Connection terminated




Here is my environment:
uname -a : Linux 2.6.9-55.ELsmp #1 SMP Wed May 2 14:04:42 EDT 2007 x86_64
x86_64 x86_64 GNU/Linux
g++ --version: 3.4.6 20060404 (Red Hat 3.4.6-8)
autoconf --version: 2.59
automake --version: 1.9.2
libtool --version: 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)
last src compiled 2007/08/02 at 13:26 PDT.

----------------------------------------------------------------------

>Comment By: Niels Nes (nielsnes)
Date: 2007-08-16 21:40

Message:
Logged In: YES 
user_id=43556
Originator: NO

Fixed bug in conversion too strings (missed a string type).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1775550&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to