Releases: ucotta/MySQL-ConnectionPool
Releases · ucotta/MySQL-ConnectionPool
Typecasting
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
0.91.1 Update MySQLConnectionPool.swift
New functionality: getCount, insert and update
- Added getCount, insert and update methods
- Added some tests.
Preparing for test and release
- Set UTF8 for connection - Add provisional fix for the bug in Perfect-MySQL processing TEXT fieldtype with prepared statement