summaryrefslogtreecommitdiff
path: root/framework/Data/ActiveRecord/Vendor/TDbMetaData.php
diff options
context:
space:
mode:
authorwei <>2007-01-03 11:31:18 +0000
committerwei <>2007-01-03 11:31:18 +0000
commit7ea61ba9701a04bc593d7c5960c5135ce39805a8 (patch)
tree55cc29fdd679440bfb7a86d12aecca684dc6dbb0 /framework/Data/ActiveRecord/Vendor/TDbMetaData.php
parent46484d91f49721a10b76e2c25071ad594f0b32d4 (diff)
quote the criteria string in ActiveRecord.
Diffstat (limited to 'framework/Data/ActiveRecord/Vendor/TDbMetaData.php')
-rw-r--r--framework/Data/ActiveRecord/Vendor/TDbMetaData.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Data/ActiveRecord/Vendor/TDbMetaData.php b/framework/Data/ActiveRecord/Vendor/TDbMetaData.php
index 4bbc62ee..efb7c467 100644
--- a/framework/Data/ActiveRecord/Vendor/TDbMetaData.php
+++ b/framework/Data/ActiveRecord/Vendor/TDbMetaData.php
@@ -21,6 +21,7 @@
* @package System.Data.ActiveRecord.Vendor
* @since 3.1
*/
+
abstract class TDbMetaData extends TComponent
{
private $_primaryKeys=array();