X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FASE.pm;h=604ddfa25fa4af04c07a044de3b17a3da34624b3;hb=48580715af3072905f2c71dc27e7f70f21a11338;hp=10cc9c82822c6295bf53894d3225e66c5e139cad;hpb=7d8f64b992d1de9fd3eef9f1d5729ca74153922f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm b/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm index 10cc9c8..604ddfa 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm @@ -977,7 +977,7 @@ for the Cs is taken from the L definitions in your Result classes, and are mapped to a Sybase type (if it isn't already) using a mapping based on L. -In other configurations, placeholers will work just as they do with the Sybase +In other configurations, placeholders will work just as they do with the Sybase Open Client libraries. Inserts or updates of TEXT/IMAGE columns will B work with FreeTDS. @@ -998,8 +998,8 @@ it's a session variable. =head1 TRANSACTIONS -Due to limitations of the TDS protocol, L, or both; you cannot -begin a transaction while there are active cursors; nor can you use multiple +Due to limitations of the TDS protocol, L, or both, you cannot +begin a transaction while there are active cursors, nor can you use multiple active cursors within a transaction. An active cursor is, for example, a L that has been executed using C or C but has not been exhausted or L.