[ANN] New Patch for QuickLite 1.5.3
[ANN] New Patch for QuickLite 1.5.3
- Subject: [ANN] New Patch for QuickLite 1.5.3
- From: Tito Ciuro <email@hidden>
- Date: Tue, 25 Jan 2005 18:34:26 +0100
Hello,
I have made a package containing a series of bug fixes and improvements
for QuickLite 1.5.3:
- Bug fix: - (BOOL)insertValues:(NSArray*)values
forColumns:(NSArray*)columns inTable:(NSString*)table. If an error
occurred while inserting values, the error code/string was not being
set properly (QuickLiteDatabaseExtras.m).
- Bug fix: Using QuickEdit, QL_Container columns are properly encoded
when updating values (QuickLiteCursor.m).
- Modified: the 'import' method signature has been changed to better
explain what it does (QuickLiteDatabase.h). The old method was:
- (QLImportResult)importFromFile:(NSString*)filePath
encoding:(NSStringEncoding)encoding columnDelimiter:(NSString*)colDelim
endOfRecord:(NSString*)eolDelim table:(NSString*)table
dropTableIfExists:(BOOL)dropTableFlag;
It's been changed to:
- (QLImportResult)importFromFile:(NSString*)filePath
encoding:(NSStringEncoding)encoding columnDelimiter:(NSString*)colDelim
endOfRecord:(NSString*)eolDelim table:(NSString*)table
dropTableIfItExistsAndRecreate:(BOOL)dropAndRecreateTableFlag
clearTableContentsBeforeImporting:(BOOL)clearTableFlag;
- Bug fix: The 'importFromFile' method has been partially rewritten,
making it more robust.
- New: Added new elements to the QLImportResult enum: typedef enum:
QLImportDataWithoutColumnDelimiter, QLImportDataWithoutRecordDelimiter,
QLImportDataHasInvalidCharacter, QLImportFileCouldNotCreateTable, and
QLImportFileCouldNotClearTable (QuickLiteGlobals.h).
- Documentation: The documentation has been updated for the
'importFromFile' method (QuickLiteDatabase.h).
To download it, please click here:
http://www.webbotech.com/patches/QuickLite API 1.5.3 Patch.zip
For more info regarding QuickLite, please visit:
http://www.webbotech.com
Regards,
-- Tito
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden