Nat! bio photo

Nat!

Senior Mull

Twitter Github Twitch

MulleSybaseEOAdaptor 2.7 Releasenotes

The last public release was 2.3 so here's what has happened in the mean time

Version 2.7

  1. Speed up of mulleSybaseRowDictionary read access to post-insane levels.

Version 2.6

  1. Fix uninitalized factory problem, introduced in 2.4 by reuse of bindInfos.
  2. "Working with Custom Data Types". MulleSybaseEOAdaptor adheres now closer to specs.

Version 2.5

  1. Handle NSNull if available. NSNull and EONull are considered to be equivalent. The adaptor will only return EONull from fetched data though.

Version 2.4

  1. Fixed a datetime handling bug when the server timeZone was not set. This manifests in Tiger 10.4.
  2. Changed the way the adaptor advertises its binding requirements.
  3. Fixed a possibly crashing double free in image/text handling
  4. Fixed a little leak with error messages.
  5. Reuses bindInfos. This has the benefit of less memory fragmentation and being a bit faster.