OHMySQL Versions Save

Swift + MySQL = ❤️

2.1.0

7 years ago
  • Fix bitcode issue (thanks for reporting @anoadragon453)

2.0.0

7 years ago
  • 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

7 years ago
  • Support of UTF8MB4.
  • Minor code enhancements.

1.0.1

7 years ago

Public method added -escapedUsingEncoding:

1.0.0

7 years ago
  • Added support for different encoding formats
  • Fix memory issue
  • Edit versioning

0.3.1beta

7 years ago

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

Thanks guys for collaboration ;]

0.3.0

7 years ago

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

0.2.1

7 years ago

0.2.0

7 years ago

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.

0.1.4

7 years ago

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