Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* More formatting changes
* Fix an unintended switch/case fallthrough (the error got caught soon afterwards, so this never really caused problems) * Fix a typo in the mysql fallback charset mappings (119 should’ve been 199) * Fix a charset confusion issue (SPMySQL’s compiled-in C strings are in UTF-8, not the connection encoding of the mysql connection)
- Loading branch information
Showing
with
260 additions
and 327 deletions.
- +1 −1 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h
- +1 −3 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
- +0 −8 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
- +1 −5 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
- +28 −27 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
- +2 −6 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
- +0 −7 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.h
- +12 −6 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
- +1 −7 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
- +0 −1 Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
- +21 −27 Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m
- +45 −45 Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.h
- +45 −45 Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.m
- +0 −7 Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.m
- +3 −8 Frameworks/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
- +10 −19 Frameworks/SPMySQLFramework/Source/SPMySQLGeometryData.m
- +3 −4 Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.m
- +67 −61 Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
- +0 −3 Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
- +2 −5 Frameworks/SPMySQLFramework/Source/SPMySQLStreamingResult.m
- +5 −6 Frameworks/SPMySQLFramework/Source/SPMySQLStreamingResultStore.h
- +6 −19 Frameworks/SPMySQLFramework/Source/SPMySQLStreamingResultStore.m
- +7 −7 Frameworks/SPMySQLFramework/Source/SPMySQLStringAdditions.m
Oops, something went wrong.