[ANN] QuickLite 1.5.6 is now available
[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