Update of /cvsroot/monetdb/sql/src/test/mapi/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17250/src/test/mapi/Tests

Added Files:
        utf8test.stable.out 
Log Message:
propagated changes of Friday Sep 12 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/09/12 - sjoerd: src/test/mapi/Tests/utf8test.stable.out,1.1.2.1
Added test to test mclient's ability to cope with accented characters.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: utf8test.stable.out ---
stdout of test 'utf8test` in directory 'src/test/mapi` itself:


# 10:26:27 >  
# 10:26:27 >   mserver5 
"--config=/ufs/sjoerd/Monet-virgin-stable/etc/monetdb5.conf" --debug=10 --set 
"monet_mod_path=/ufs/sjoerd/src/MonetDB/virgin-stable/sql/x86_64-unknown-linux-gnu/src/backends/monet5/.libs:/ufs/sjoerd/src/MonetDB/virgin-stable/sql/x86_64-unknown-linux-gnu/src/backends/monet5:/ufs/sjoerd/Monet-virgin-stable/lib64/MonetDB5:/ufs/sjoerd/Monet-virgin-stable/lib64/MonetDB5/lib:/ufs/sjoerd/Monet-virgin-stable/lib64/MonetDB5/bin"
 --set 
"gdk_dbfarm=/ufs/sjoerd/src/MonetDB/virgin-stable/sql/x86_64-unknown-linux-gnu/dbfarm"
 --set 
"sql_logdir=/ufs/sjoerd/src/MonetDB/virgin-stable/sql/x86_64-unknown-linux-gnu/sql_logs"
 --set 
"xquery_logdir=/ufs/sjoerd/src/MonetDB/virgin-stable/sql/x86_64-unknown-linux-gnu/xquery_logs"
 --set mapi_open=true --set xrpc_open=true --set mapi_port=32641 --set 
xrpc_port=40706 --set monet_prompt= --trace  "--dbname=mTests_src_test_mapi" 
--set mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
# 10:26:27 >  





# MonetDB server v5.6.1, based on kernel v1.24.1
# Serving database 'mTests_src_test_mapi'
# Compiled for x86_64-unknown-linux-gnu/64bit with 32bit OIDs dynamically linked
# Copyright (c) 1993-2008 CWI, all rights reserved
# Visit http://monetdb.cwi.nl/ for further information
# Listening for connection requests on mapi:monetdb://ottar.ins.cwi.nl:32641/
# MonetDB/SQL module v2.24.1 loaded

Ready.
#function user.main():void;
#    clients.quit();
#end main;

Over..

# 10:26:27 >  
# 10:26:27 >  ./utf8test.SQL.sh utf8test 
# 10:26:27 >  


# 10:26:27 >  
# 10:26:27 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -s 'create table utf8test (s varchar(50))'
# 10:26:27 >  


# 10:26:28 >  
# 10:26:28 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -s "insert into utf8test values ('value without 
special characters')"
# 10:26:28 >  

[ 1     ]

# 10:26:28 >  
# 10:26:28 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -s "insert into utf8test values ('funny characters: 
àáâãäå')"
# 10:26:28 >  

[ 1     ]

# 10:26:28 >  
# 10:26:28 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -fraw -s 'select * from utf8test'
# 10:26:28 >  

% sys.utf8test # table_name
% s # name
% varchar # type
% 32 # length
[ "value without special characters"    ]
[ "funny characters: àáâãäå"      ]

# 10:26:28 >  
# 10:26:28 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -fsql -s 'select * from utf8test'
# 10:26:28 >  

+----------------------------------+
| s                                |
+==================================+
| value without special characters |
| funny characters: àáâãäå         |
+----------------------------------+

# 10:28:27 >  
# 10:28:27 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=31669  -fraw -Eiso-8859-1 -s 'select * from utf8test'
# 10:28:27 >  

% sys.utf8test # table_name
% s # name
% varchar # type
% 32 # length
[ "value without special characters"    ]
[ "funny characters: àáâãäå"    ]

# 10:28:27 >  
# 10:28:27 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=31669  -fsql -Eiso-8859-1 -s 'select * from utf8test'
# 10:28:27 >  

+----------------------------------+
| s                                |
+==================================+
| value without special characters |
| funny characters: àáâãäå         |
+----------------------------------+

# 10:26:28 >  
# 10:26:28 >  Mtimeout -timeout 60 mclient -lsql -umonetdb -Pmonetdb 
--host=ottar --port=32641  -s 'drop table utf8test'
# 10:26:28 >  


# 10:26:28 >  
# 10:26:28 >  Done.
# 10:26:28 >  



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to