[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r7210 - trunk/gnue-common/src/datasources/drivers/oracle/Base
From: |
reinhard |
Subject: |
[gnue] r7210 - trunk/gnue-common/src/datasources/drivers/oracle/Base |
Date: |
Wed, 16 Mar 2005 16:52:12 -0600 (CST) |
Author: reinhard
Date: 2005-03-16 16:52:11 -0600 (Wed, 16 Mar 2005)
New Revision: 7210
Removed:
trunk/gnue-common/src/datasources/drivers/oracle/Base/ResultSet.py
Log:
Removed file that wasn't used any more anyway.
Deleted: trunk/gnue-common/src/datasources/drivers/oracle/Base/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/oracle/Base/ResultSet.py
2005-03-16 21:39:55 UTC (rev 7209)
+++ trunk/gnue-common/src/datasources/drivers/oracle/Base/ResultSet.py
2005-03-16 22:52:11 UTC (rev 7210)
@@ -1,34 +0,0 @@
-#
-# This file is part of GNU Enterprise.
-#
-# GNU Enterprise is free software; you can redistribute it
-# and/or modify it under the terms of the GNU General Public
-# License as published by the Free Software Foundation; either
-# version 2, or (at your option) any later version.
-#
-# GNU Enterprise is distributed in the hope that it will be
-# useful, but WITHOUT ANY WARRANTY; without even the implied
-# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-# PURPOSE. See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public
-# License along with program; see the file COPYING. If not,
-# write to the Free Software Foundation, Inc., 59 Temple Place
-# - Suite 330, Boston, MA 02111-1307, USA.
-#
-# Copyright 2000-2005 Free Software Foundation
-#
-# FILE:
-# oracle/DBdriver.py
-#
-# DESCRIPTION:
-#
-
-__all__ = ['ResultSet']
-
-from gnue.common.datasources.drivers import DBSIG2
-
-class ResultSet(DBSIG2.ResultSet):
- _uniqueIdField = "__GNUeF__uniqueKey_" # % (self._dataObject.table)
- _uniqueIdFormat = "ROWID='%s'"
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r7210 - trunk/gnue-common/src/datasources/drivers/oracle/Base,
reinhard <=