Skip to Content.
Sympa Menu

freetds - Re: [freetds] dbmorecmds works

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dbmorecmds works
  • Date: Fri, 25 Jul 2003 20:55:57 -0000


> >
> > Some time ago we added dbmorecmds test to dblib. This test never
> > passed...
>
> because the function was broken and the test was wrong. Otherwise,
> everything was fine.
>
> $ pwd && grep -E '^PASS|passed$' make.log
> ...src/dblib/unittests
> PASS: t0001
> PASS: t0002
> PASS: t0003
> PASS: t0004
> PASS: t0005
> PASS: t0006
> PASS: t0007
> PASS: t0008
> PASS: t0009
> PASS: t0010
> PASS: t0011
> PASS: t0012
> PASS: t0013
> PASS: t0014
> PASS: t0015
> PASS: t0016
> PASS: t0017
> PASS: t0018
> PASS: t0019
> PASS: t0020
> PASS: t0021
> PASS: t0022
> PASS: t0023
> PASS: rpc
> PASS: dbmorecmds
> All 25 tests passed
>

??? This fail on my Sybase test machine

$ ./dbmorecmds
found local.tempdb for sa in "../../../PWD"
Start
About to logon
after bread crumb
after dblogin
About to open [][sa]
After second bread crumb
After dbopen [local]
About to dbuse [tempdb]
After dbuse [tempdb]
Dropping table
Msg 3701, Level 11, State 1
Server '', Line 1
Cannot drop the table '#dblib0024', because it doesn't exist in the
system catalogs.

creating table
insert
insert into #dblib0024 values (0, 'row 000')
insert into #dblib0024 values (1, 'row 001')
insert into #dblib0024 values (2, 'row 002')
insert into #dblib0024 values (3, 'row 003')
insert into #dblib0024 values (4, 'row 004')
insert into #dblib0024 values (5, 'row 005')
insert into #dblib0024 values (6, 'row 006')
insert into #dblib0024 values (7, 'row 007')
insert into #dblib0024 values (8, 'row 008')
insert into #dblib0024 values (9, 'row 009')
select 1
DB-LIBRARY error (severity 7, dberr 20019, oserr -1, dberrstr Attempt to
initiate a new SQL Server operation with results pending., oserrstr
OpenClient):
Was expecting more_count = 0.

Dump attached (gzipped)

freddy77


> --jkl
> -----------------------------------------
> The information contained in this transmission may contain privileged and
> confidential information and is intended only for the use of the person(s)
> named above. If you are not the intended recipient, or an employee or agent
> responsible for delivering this message to the intended recipient, any
> review, dissemination, distribution or duplication of this communication is
> strictly prohibited. If you are not the intended recipient, please contact
> the sender immediately by reply e-mail and destroy all copies of the
> original message. Please note that we do not accept account orders and/or
> instructions by e-mail, and therefore will not be responsible for carrying
> out such orders and/or instructions.
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
--
Frediano Ziglio <freddyz77 AT tin.it>



Archive powered by MHonArc 2.6.24.

Top of Page