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 previous message
zsolt is currently offline  zsolt
Messages: 697
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.
 
Read Message
Read Message
Previous Topic: SqlCtrls and IsModified()
Next Topic: SQLite-insert/update in threads (please help!)
Goto Forum:
  


Current Time: Thu Apr 25 17:31:39 CEST 2024

Total time taken to generate the page: 0.01652 seconds