X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC%2FSQL_Anywhere.pm;h=03a1afe1dfe77e8cb0f133538abb0e71ddcb9d60;hb=4b3515a668346eb157141db0d44d4c3282305c72;hp=15c801c4a4d7d586ab601a98baf703a17fb475d1;hpb=40d8d018f03631cf38c5bebf854abef604de33bd;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm b/lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm index 15c801c..03a1afe 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/SQL_Anywhere.pm @@ -17,6 +17,18 @@ Anywhere through ODBC All functionality is provided by L, see that module for details. +=head1 CAVEATS + +=head2 uniqueidentifierstr data type + +If you use the C type with this driver, your queries may +fail with: + + Data truncated (SQL-01004) + +B use the C type instead, it is more efficient +anyway. + =head1 AUTHOR See L and L.