Releases: oleghnidets/OHMySQL
Releases · oleghnidets/OHMySQL
iOS Bitcode issue
- Fix bitcode issue (thanks for reporting @anoadragon453)
Library Support
- Remove dependency on mysql-connector-c 💪🏻
- Update the library to the latest MySQL version 5.7.17 😎
- Start Swift support 🎉
- Better support of iOS and macOS 👍🏻
1.0.2
- Support of UTF8MB4.
- Minor code enhancements.
1.0.1
Public method added -escapedUsingEncoding:
Support different encodings
- Added support for different encoding formats
- Fix memory issue
- Edit versioning
0.3.1beta
Fix 'NULL' issue.
Unit tests are pending that's why it is beta release.
Thanks guys for collaboration ;]
Multithreading support
From now, OHMySQL supports multithreading. It means that you can do operations asynchronously.
Fix podspec
0.2.1
OHMySQL 0.2.0
This release contains many changes in structure and architecture of the library. Responsibilities are divided by classes, code is much more maintainable.
The next step will be improved multithreading.
Your feedbacks and stars make me happier.
Fix issue with string lenght
The issue was when language in query was different than English.