• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] New Patch for QuickLite 1.5.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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


  • Prev by Date: Re: OpenGL 3D textures example in Cocoa?
  • Next by Date: Re: mathematical area of closed vector path
  • Previous by thread: Re: Printing an NSTableView
  • Next by thread: Simple question: how can I call 'pbxbuild' from the Darwin prompt (where is it?)?
  • Index(es):
    • Date
    • Thread