diff options
author | stuconnolly <stuart02@gmail.com> | 2012-09-03 10:53:23 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-09-03 10:53:23 +0000 |
commit | e4c3ec208cde23fb73edeb9db69a7f65a36d9fd4 (patch) | |
tree | bde9d19f9aff9e73724c8be9bb42e4b7630cd226 /Frameworks/PostgresKit/Source/PostgresKit.h | |
parent | e124a1d0fb576c311a6ac601b1c08e6ce51bcd30 (diff) | |
download | sequelpro-e4c3ec208cde23fb73edeb9db69a7f65a36d9fd4.tar.gz sequelpro-e4c3ec208cde23fb73edeb9db69a7f65a36d9fd4.tar.bz2 sequelpro-e4c3ec208cde23fb73edeb9db69a7f65a36d9fd4.zip |
PostgresKit: set the last error to be an instance of FLXPostgresError not a string.
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit.h b/Frameworks/PostgresKit/Source/PostgresKit.h index cc9c7f13..40c86169 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit.h +++ b/Frameworks/PostgresKit/Source/PostgresKit.h @@ -18,6 +18,7 @@ // License for the specific language governing permissions and limitations under // the License. +#import "FLXPostgresError.h" #import "FLXPostgresResult.h" #import "FLXPostgresStatement.h" #import "FLXPostgresException.h" |