Skip to content

Releases: ucotta/MySQL-ConnectionPool

Typecasting

14 Dec 14:17
79e920b
Compare
Choose a tag to compare
Typecasting Pre-release
Pre-release

The UInt16/32/64 and Int16/32/64 numbers are typecasted to UInt and Int.
UInt should be used for id values (Int11 unsigned) and count results.
Int should be used for the rest of Integer numbers.

Adaptation to perfect 3.0

21 Sep 23:53
Compare
Choose a tag to compare
Pre-release
0.91.1

Update MySQLConnectionPool.swift

New functionality: getCount, insert and update

21 Nov 15:24
Compare
Choose a tag to compare
  • Added getCount, insert and update methods
  • Added some tests.

Preparing for test and release

09 Nov 16:13
Compare
Choose a tag to compare
Pre-release
- Set UTF8 for connection

- Add provisional fix for the bug in Perfect-MySQL processing TEXT fieldtype with prepared statement

0.20.1

26 Oct 01:01
Compare
Choose a tag to compare
0.20.1 Pre-release
Pre-release
connection

0.20.0

25 Oct 17:50
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release
Update Package.swift