• 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] QuickLite 1.5.6 is now available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] QuickLite 1.5.6 is now available


  • Subject: [ANN] QuickLite 1.5.6 is now available
  • From: Tito Ciuro <email@hidden>
  • Date: Sun, 6 Nov 2005 22:33:08 -0500

Hello everybody,

I'm pleased to announce that QuickLite 1.5.6 is now available.

What’s New in this Version
--------------------------

QuickLiteDatabase

- New: Added a new convenient class method + (NSString*) escapeQuotesFromString:(NSString*)string;
- Modified: Removed the following methods:
- (NSArray*)columnsForTemporaryTable:(NSString*)table;
- (NSArray*)indexedColumnsForTemporaryTable:(NSString*)table;
Now they're merged with the following calls:
- (NSArray*)columnsForTable:(NSString*)table
- (NSArray*)datatypesForTable:(NSString*)table
- (NSArray*)indexedColumnsForTable:(NSString*)table
- Bug fix: - (BOOL)updateValues:(NSArray*)values forColumns:(NSArray*) columns withRowUID:(NSNumber*)rowUID inTable:(NSString*)table now accepts NSNull as a possible value


QuickLiteCursor

- Modified: - (NSString*)description display a brief summary of the cursor
- New: - (NSString*)fullDescription shows a more detailed report about the entire cursor
- New: - (NSString*)fullDescription:(unsigned long)numberOfRows shows a more detailed report for the first 'n' rows
- Bug fix: The cursor always registered itself as modified when calling - (BOOL)setValue:(id)value forColumn:(NSString*) tableAndColumn, even though no changes may have occurred.


Other

- Better error checking
- More code cleanup


For more info, please check the Release Notes: http://www.webbo.com/releasenotes.html

For a brief intro to QuickLite and its main features:
http://www.webbo.com/quickliteoverview.html

You can download QuickLite here: http://www.webbo.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: NSTextView scrolling issue.
  • Next by Date: Re: Obtain available disk space?
  • Previous by thread: Re: Memory not being freed - Mellocdebug
  • Next by thread: Re: Obtain available disk space?
  • Index(es):
    • Date
    • Thread