+2005-04-11 Helge Hess <helge.hess@opengroupware.org>
+
+ * SQLiteChannel.h, SQLiteAdaptor.m: removed unused ivars (v4.5.15)
+
2005-02-24 Helge Hess <helge.hess@opengroupware.org>
* NSString+SQLiteVal.m, NSCalendarDate+SQLiteVal.m: improved SQL value
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#import "common.h"
-#import "SQLiteAdaptor.h"
-#import "SQLiteContext.h"
-#import "SQLiteChannel.h"
-#import "SQLiteExpression.h"
-#import "SQLiteValues.h"
+#include "SQLiteAdaptor.h"
+#include "SQLiteContext.h"
+#include "SQLiteChannel.h"
+#include "SQLiteExpression.h"
+#include "SQLiteValues.h"
+#include "common.h"
@implementation SQLiteAdaptor
#define ___SQLite_Channel_H___
#import <GDLAccess/EOAdaptorChannel.h>
-#include <sqlite3.h>
@class NSArray, NSString, NSMutableDictionary;
BOOL isDone;
void *results;
-#if 0
- int tupleCount;
- int fieldCount;
- BOOL containsBinaryData;
- NSString *cmdStatus;
- NSString *cmdTuples;
- NSString *oidStatus;
- int currentTuple;
-#endif
// turns on/off channel debugging
BOOL isDebuggingEnabled;