[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r7222 - trunk/gnue-common/src/datasources/drivers/DBSIG2
From: |
reinhard |
Subject: |
[gnue] r7222 - trunk/gnue-common/src/datasources/drivers/DBSIG2 |
Date: |
Thu, 17 Mar 2005 16:31:03 -0600 (CST) |
Author: reinhard
Date: 2005-03-17 16:31:02 -0600 (Thu, 17 Mar 2005)
New Revision: 7222
Removed:
trunk/gnue-common/src/datasources/drivers/DBSIG2/RecordSet.py
Modified:
trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
Log:
Removed empty class.
Deleted: trunk/gnue-common/src/datasources/drivers/DBSIG2/RecordSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/RecordSet.py
2005-03-17 22:30:36 UTC (rev 7221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/RecordSet.py
2005-03-17 22:31:02 UTC (rev 7222)
@@ -1,39 +0,0 @@
-# GNU Enterprise Common Library - DBSIG2 DB Driver - RecordSet
-#
-# Copyright 2001-2005 Free Software Foundation
-#
-# 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.
-#
-# $Id$
-
-__all__ = ['RecordSet']
-
-import types
-
-from gnue.common.apps import errors
-from gnue.common.datasources import Exceptions
-from gnue.common.datasources.drivers import Base
-from string import join
-
-
-######################################################################
-#
-#
-#
-class RecordSet(Base.RecordSet):
- pass
Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
2005-03-17 22:30:36 UTC (rev 7221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/ResultSet.py
2005-03-17 22:31:02 UTC (rev 7222)
@@ -39,10 +39,8 @@
import string
import types
-from RecordSet import RecordSet
-
class ResultSet(BaseResultSet):
- _recordSetClass = RecordSet
+
def __init__(self, *args, **parms):
try:
self._fieldOrder = parms['fieldOrder']
Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
2005-03-17 22:30:36 UTC (rev 7221)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/__init__.py
2005-03-17 22:31:02 UTC (rev 7222)
@@ -25,4 +25,3 @@
from Connection import *
from DataObject import *
from ResultSet import *
-from RecordSet import *
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r7222 - trunk/gnue-common/src/datasources/drivers/DBSIG2,
reinhard <=