aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
index 8f8ace87..130d6590 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
@@ -72,8 +72,6 @@ static FLXPostgresOid FLXPostgresTypeDateTimeTypes[] =
- (NSData *)remoteDataFromObject:(id)object type:(FLXPostgresOid *)type
{
- if (!object || !type || ![object isKindOfClass:[NSDate class]]) return nil;
-
return nil;
}
@@ -101,14 +99,6 @@ static FLXPostgresOid FLXPostgresTypeDateTimeTypes[] =
}
}
-- (NSString *)quotedStringFromObject:(id)object
-{
- if (!object || ![object isKindOfClass:[NSString class]]) return nil;
-
- // TODO: Imeplement me!
- return nil;
-}
-
#pragma mark -
#pragma mark Private API