Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » MySQL bug: Missing FIELD_TYPE_TIMESTAMP
MySQL bug: Missing FIELD_TYPE_TIMESTAMP [message #27014] Mon, 21 June 2010 12:48 Go to next message
zsolt is currently offline  zsolt
Messages: 693
Registered: December 2005
Location: Budapest, Hungary
Contributor
In bool MySqlConnection::Execute() FIELD_TYPE_TIMESTAMP is missing from the big swich/case:
			case FIELD_TYPE_DATETIME:
			case FIELD_TYPE_TIMESTAMP:
				f.type = TIME_V;
				break;

would be the correct code.
Re: MySQL bug: Missing FIELD_TYPE_TIMESTAMP [message #27079 is a reply to message #27014] Thu, 24 June 2010 20:19 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks.

Mirek
Previous Topic: SqlCtrls and IsModified()
Next Topic: SQLite-insert/update in threads (please help!)
Goto Forum:
  


Current Time: Thu Mar 28 19:46:07 CET 2024

Total time taken to generate the page: 0.01647 seconds