Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0b4

Bug #12991 Error number for database already exist
Submitted: 2008-01-29 05:00 UTC
From: afz Assigned: quipo
Status: Closed Package: MDB2_Driver_mssql (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2008-01-29 05:00 UTC] afz (Ali Fazelzadeh)
Description: ------------ hi, patch include. thanks

Comments

 [2008-01-29 05:02 UTC] afz (Ali Fazelzadeh)
Index: mssql.php =================================================================== RCS file: /repository/pear/MDB2/MDB2/Driver/mssql.php,v retrieving revision 1.163 diff -u -r1.163 mssql.php --- mssql.php 21 Jan 2008 22:05:43 -0000 1.163 +++ mssql.php 29 Jan 2008 05:11:57 -0000 @@ -138,6 +138,7 @@ 547 => MDB2_ERROR_CONSTRAINT, 1018 => MDB2_ERROR_SYNTAX, 1035 => MDB2_ERROR_SYNTAX, + 1801 => MDB2_ERROR_ALREADY_EXISTS, 1913 => MDB2_ERROR_ALREADY_EXISTS, 2209 => MDB2_ERROR_SYNTAX, 2223 => MDB2_ERROR_SYNTAX,
 [2008-01-29 07:38 UTC] quipo (Lorenzo Alberton)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.