Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17011

Added Files:
        dumping_tables.SF-2776908.sql 
Log Message:
make sure we use interactive mode such that the backslashes are interpreted by 
mclient

--- NEW FILE: dumping_tables.SF-2776908.sql ---
\d
\d triggers
\d args
create table node_tags (id integer);
select * from node_tags;
insert into node_tags values (1);
select * from node_tags;
drop table node_tags;


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to