Skip to content

Releases: oleghnidets/OHMySQL

iOS Bitcode issue

24 Apr 21:19
Compare
Choose a tag to compare

Library Support

03 Apr 15:58
Compare
Choose a tag to compare
  • 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

28 Feb 17:39
Compare
Choose a tag to compare
  • Support of UTF8MB4.
  • Minor code enhancements.

1.0.1

22 Feb 14:14
Compare
Choose a tag to compare

Public method added -escapedUsingEncoding:

Support different encodings

07 Feb 16:09
Compare
Choose a tag to compare
  • Added support for different encoding formats
  • Fix memory issue
  • Edit versioning

0.3.1beta

11 Jan 17:19
Compare
Choose a tag to compare
0.3.1beta Pre-release
Pre-release

Fix 'NULL' issue.
Unit tests are pending that's why it is beta release.

Thanks guys for collaboration ;]

Multithreading support

26 Aug 14:53
Compare
Choose a tag to compare

From now, OHMySQL supports multithreading. It means that you can do operations asynchronously.

Fix podspec

03 Aug 07:59
Compare
Choose a tag to compare
0.2.1

OHMySQL 0.2.0

30 Jun 18:53
Compare
Choose a tag to compare

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

13 Jun 11:07
Compare
Choose a tag to compare

The issue was when language in query was different than English.