U++ framework
Do not panic. Ask here before giving up.

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: 702
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: 14291
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: Sun May 24 12:35:50 GMT+2 2026

Total time taken to generate the page: 0.00384 seconds