[Solar-svn] Revision 2658
pmjones at solarphp.com
pmjones at solarphp.com
Mon Aug 6 10:49:59 CDT 2007
Branch: Solar_Sql_Adapter_Exception*: [CHG] Removed/renamed exceptions
Deleted: branches/orm/Solar/Sql/Adapter/Exception/ColNameLength.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/ColNameLength.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/ColNameLength.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: column name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: column name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_ColNameLength extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/ColNameReserved.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/ColNameReserved.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/ColNameReserved.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: column name is a reserved word.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: column name is a reserved word.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_ColNameReserved extends Solar_Sql_Adapter_Exception {}
Copied: branches/orm/Solar/Sql/Adapter/Exception/ColType.php (from rev 2629, branches/orm/Solar/Sql/Adapter/Exception/ColTypeUnknown.php)
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/ColType.php (rev 0)
+++ branches/orm/Solar/Sql/Adapter/Exception/ColType.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -0,0 +1,27 @@
+<?php
+/**
+ *
+ * Exception: column type is unknown.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ * @version $Id$
+ *
+ */
+
+/**
+ *
+ * Exception: column type is unknown.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ */
+class Solar_Sql_Adapter_Exception_ColType extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/ColTypeUnknown.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/ColTypeUnknown.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/ColTypeUnknown.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: column type is unknown.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: column type is unknown.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_ColTypeUnknown extends Solar_Sql_Adapter_Exception {}
Copied: branches/orm/Solar/Sql/Adapter/Exception/IdentifierLength.php (from rev 2629, branches/orm/Solar/Sql/Adapter/Exception/ColNameLength.php)
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/IdentifierLength.php (rev 0)
+++ branches/orm/Solar/Sql/Adapter/Exception/IdentifierLength.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -0,0 +1,27 @@
+<?php
+/**
+ *
+ * Exception: table/column/index identifier name is too long or too short.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ * @version $Id$
+ *
+ */
+
+/**
+ *
+ * Exception: table/column/index identifier name is too long or too short.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ */
+class Solar_Sql_Adapter_Exception_IdentifierLength extends Solar_Sql_Adapter_Exception {}
Copied: branches/orm/Solar/Sql/Adapter/Exception/IdentifierReserved.php (from rev 2629, branches/orm/Solar/Sql/Adapter/Exception/ColNameReserved.php)
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/IdentifierReserved.php (rev 0)
+++ branches/orm/Solar/Sql/Adapter/Exception/IdentifierReserved.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -0,0 +1,27 @@
+<?php
+/**
+ *
+ * Exception: table/column/index identifier name is a reserved word.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ * @version $Id$
+ *
+ */
+
+/**
+ *
+ * Exception: table/column/index identifier name is a reserved word.
+ *
+ * @category Solar
+ *
+ * @package Solar_Sql
+ *
+ */
+class Solar_Sql_Adapter_Exception_IdentifierReserved extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/IdxNameLength.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/IdxNameLength.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/IdxNameLength.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: index name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: index name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_IdxNameLength extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/IdxNoColumns.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/IdxNoColumns.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/IdxNoColumns.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: index has no columns.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: index has no columns.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_IdxNoColumns extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/IdxTypeUnknown.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/IdxTypeUnknown.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/IdxTypeUnknown.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: index type is unknown (should be 'normal' or 'unique').
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: index type is unknown (should be 'normal' or 'unique').
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_IdxTypeUnknown extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/TableNameLength.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/TableNameLength.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/TableNameLength.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: table name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: table name is too long or too short.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_TableNameLength extends Solar_Sql_Adapter_Exception {}
Deleted: branches/orm/Solar/Sql/Adapter/Exception/TableNameReserved.php
===================================================================
--- branches/orm/Solar/Sql/Adapter/Exception/TableNameReserved.php 2007-08-06 15:48:23 UTC (rev 2657)
+++ branches/orm/Solar/Sql/Adapter/Exception/TableNameReserved.php 2007-08-06 15:49:59 UTC (rev 2658)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * Exception: table name is a reserved word.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Exception: table name is a reserved word.
- *
- * @category Solar
- *
- * @package Solar_Sql
- *
- */
-class Solar_Sql_Adapter_Exception_TableNameReserved extends Solar_Sql_Adapter_Exception {}
More information about the Solar-svn
mailing list