~maria-captains/mariadb-odbc-driver/trunk

Viewing all changes in revision 34.

  • Committer: lawrin-novitsky
  • Date: 2014-08-08 18:41:11 UTC
  • Revision ID: lawrin.novitsky@skysql.com-20140808184111-w4r2jih19weq3cgx
  Fix for the bug ODBC-13 - everything to make prompting work.

  Main things - allowing prompt to show when DSN is not specified, and introducing of callbacks in DSN struct(fields allocator and free)
ensuring that memory allocation/freeing in the prompt dialog is done on driver's heap only.
  There is no testcase since automated testing is not possible in this case.

  Introduced files ma_platform_win32.c and ma_platform_posix.c for platform specific stuff. Currently there are there functions
for library dynamic loading(needed for prompt). Posix file got only stubs for now.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: