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


Current Time: Sun May 24 21:52:38 GMT+2 2026

Total time taken to generate the page: 0.00419 seconds