lp:~myodbc-developers/myodbc/bug60648

Created by Lawrin Novitsky and last modified
Get this branch:
bzr branch lp:~myodbc-developers/myodbc/bug60648
Members of MySQL Connector/ODBC Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MySQL Connector/ODBC Developers
Project:
MySQL Connector/ODBC
Status:
Development

Recent revisions

1032. By Lawrin Novitsky

Fix of incorrect conversion of yymmdd date to TIMESTAMP_STRUCT as an addition to the Bug#60646 and 60648 patches. Changed a testcase my_datetime/my_ts to cover that case.

1031. By Lawrin Novitsky

Changed definition pthread_mutex_trylock(A) to (16) to let SQLCancel to KILL query if driver built without THREAD.
16 is EBUSY.

1030. By Lawrin Novitsky

 Patch for the Bug#60648 - binding of timestamp with fractions. Patch also removes some wrong conversions - like datetime to date has to result in error if time is not zeros. Also parameter length was not respected for date/time types, the patch fixes that too.

1029. By Lawrin Novitsky

  change in where c/odbc log is written on windows. root of a disk c:\ is not a good place in modern windows versions. changing that to %TEMP%. c:\ stays as a fallback

1028. By Lawrin Novitsky

missing bit for Bug#31067 patch - catalog.h declaration of mysql_columns differed from its definition

1027. By Lawrin Novitsky

Bump version number after release
Also VERSIONINFO data has been added to the setup lib rc file. similar to how that is done in the driver.rc

1026. By Kent Boortz

Bumped version to 5.1.10

1025. By Lawrin Novitsky

Patch for Bug #13097201/#62657 - A failure on one stmt causes another stmt to fail." + ChangeLog entry
We stopped fetching rows on any error, instead only on disconnect.
also the patch fixes row statuses returned for multi-row fetch.

1024. By Lawrin Novitsky

Bug# 13542600 fix - fill_fetch_buffers now passes real strlen ptr to sql_get_data, that allows
sql_get_data to detect and report error 22002.

1023. By Lawrin Novitsky

Patch for the Bug#13532987, and fixed old testcase for timestamp field nullability.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.