We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6c74d commit 8891434Copy full SHA for 8891434
2 files changed
SQLConnect.xcodeproj/project.xcworkspace/xcuserdata/nickgriffith.xcuserdatad/UserInterfaceState.xcuserstate
47 Bytes
SQLConnect/SQLConnection/SQLConnection.m
@@ -17,7 +17,7 @@
17
int const SQLConnectDefaultExecuteTimeout = 5;
18
19
NSString * const SQLConnectDefaultCharset = @"UTF-8";
20
-NSString * const SQLConnectWorkerQueueName = @"com.ability585.sqlconnect";
+NSString * const SQLConnectWorkerQueueName = @"com.importblogkit.sqlconnect";
21
22
NSString * const SQLConnectRowIgnoreMessage = @"Ignoring unknown row type";
23
0 commit comments