1$Id: BUGS,v 1.3 2011/09/06 17:26:01 mpeppler Exp $
2
3Known problems:
4--------------
5
6t/fail.t fails on test 8 if the server is 11.0.3.3. This is not a problem
7with DBD::Sybase, but rather a problem with the error handling of
8the Sybase server itself.
9
10Prepared statements with ?-style placeholders become unusable after
11an error on the execute, with an error similar to:
12     Stored procedure '*00001500000000_70d40f' not found.
13This error shows up when DBD::Sybase is used against some versions
14of ASE 12.0 (known versions to be affected are 12.0 ESD#1 and ESD#2,
15and 12.0.0.1 ESD#3 on Solaris.)
16On ASE 11.9.2/linux $sth->execute() calls that follow the call that
17fails simply hang.
18
19
20