iODBC Changelog

What's new in iODBC 3.52.12

Sep 2, 2016
  • Added new Cocoa based dialogs for Mac OS X which will allow 64bit applications to use the standard Login and Setup dialogs from the iODBCinst framework
  • Added 64bit version of the iODBC Administrator to configure and test DSNs on drivers that are only available in 64bit format
  • Fixed User DSN support for recent versions of Microsoft Excel and Query on Mac OS X
  • Documentation fixes

New in iODBC 3.52.10 (Feb 14, 2015)

  • Fixed issue with ~/Library/ODBC/odbc[inst].ini on Mac OS X
  • iODBC created ~/.odbc[inst].ini when ~/Library/ODBC/odbc[inst].ini did not exist
  • If $HOME/.odbc[inst].ini exists, automatically import it and then replace it with symlink to $HOME/Library/ODBC/odbc[inst].ini for backward compatibility with third party drivers
  • Always read from $HOME/Library/ODBC/odbc[inst].ini
  • Added build support for Mac OS X 10.10
  • Updated iODBC Administrator:
  • Renamed OpenLink ODBC Administrator to iODBC Administrator
  • Install iODBC Administrator in /Applications/iODBC/
  • Fixed About dialog
  • Fixed UI elements
  • Fixed FileDSN default path
  • Fixed FileDSN save dialog
  • Fixed Set Trace file option
  • Fixed Mac OS X file chooser dialogs to return long file names
  • Updated iODBC Demo:
  • Fixed app names/titles to iODBC Demo Unicode and iODBC Demo Ansi
  • Updated iODBCdemo on Mac OS X to support blue links in gridView
  • Fixed column resize in gridView for "SPARQL DESCRIBE..." queries
  • Fixed string truncation in Unicode Ansi conversion on some API calls

New in iODBC 3.52.9 (Aug 2, 2014)

  • Added support for building on recent versions of Mac OS X
  • Fixed warnings from autoconf/automake
  • Fixed infinite loop in connection pool
  • Fixed compiler warnings
  • Fixed build dependency for make -jX
  • Fixed check for Unicode driver
  • Fixed issue calling SQLCancel from other thread
  • Fixed SQLInstallDriverEx when driver is readonly

New in iODBC 3.52.8 (Apr 3, 2012)

  • Converted from CVS to GIT
  • Added build support for Mac OS X 10.5, 10.6 and 10.7
  • Converted old Mac OS X .nib format to newer .xib format
  • Fixed issue with using buffer after free
  • Fixed use ssize_t where appropriate
  • Fixed issue with strlen if param can be NULL
  • Fixed use ssize_t for length of string
  • Fixed tracing SQLGetData using multiple chunks
  • Fixed problem tracing on big-endian machines
  • Fixed wrong type label
  • Fixed compiler warnings

New in iODBC 3.52.7 (Sep 18, 2009)

  • Updated version of package to 3.52.7 for final release.
  • Updated library versions.

New in iODBC 3.52.6 (Jan 7, 2009)

  • Added support for GTK+ 2.x
  • Fixed long mutex lock on connect
  • Fixed problems with SQLBrowseConnect
  • Fixed missing functions in export list
  • Fixed core dump when checking for driver odbc version
  • Fixed allocation error in SQLDescribeCol
  • Fixed rpm specification for RedHat
  • Fixed porting problems on FreeBSD, OpenBSD and OSF
  • Use SQLFetchScroll in iodbctest