From 7dfafb60062fc150f71bba694810cd8d328efd00 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 17 Sep 2010 20:06:37 +0000 Subject: New add index sheet, which includes: - The ability to easily index multiple columns - The ability to specify the storage type (HASH or BTREE) that should be used when available and permitted - The ability to specify a length prefix when indexing a specific column (required on TEXT columns) Requires lots of testing. --- Source/SPSQLExporter.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPSQLExporter.m') diff --git a/Source/SPSQLExporter.m b/Source/SPSQLExporter.m index 186243b1..323c01b3 100644 --- a/Source/SPSQLExporter.m +++ b/Source/SPSQLExporter.m @@ -545,6 +545,8 @@ { // Check for cancellation flag if ([self isCancelled]) { + [errors release]; + [sqlString release]; [pool release]; return; } -- cgit v1.2.3