Remove the Connection.TimeZone property, it is not used yet.
[GB.DB] * NEW: Remove the Connection.TimeZone property, it is not used yet.
This commit is contained in:
parent
fd994506d4
commit
029f3d35c2
@ -263,6 +263,7 @@ BEGIN_PROPERTY(Connection_Timeout)
|
||||
END_PROPERTY
|
||||
|
||||
|
||||
#if 0
|
||||
BEGIN_PROPERTY(Connection_Timezone)
|
||||
|
||||
if (READ_PROPERTY)
|
||||
@ -271,6 +272,7 @@ BEGIN_PROPERTY(Connection_Timezone)
|
||||
THIS->db.timezone = VPROP(GB_INTEGER);
|
||||
|
||||
END_PROPERTY
|
||||
#endif
|
||||
|
||||
|
||||
BEGIN_PROPERTY(CCONNECTION_opened)
|
||||
@ -783,7 +785,7 @@ GB_DESC CConnectionDesc[] =
|
||||
GB_PROPERTY("Name", "s", CCONNECTION_name),
|
||||
GB_PROPERTY("Port", "s", CCONNECTION_port),
|
||||
GB_PROPERTY("Timeout", "i", Connection_Timeout),
|
||||
GB_PROPERTY("Timezone", "i", Connection_Timezone),
|
||||
//GB_PROPERTY("Timezone", "i", Connection_Timezone),
|
||||
GB_PROPERTY_READ("Charset", "s", CCONNECTION_charset),
|
||||
GB_PROPERTY_READ("Version", "i", CCONNECTION_version),
|
||||
GB_PROPERTY_READ("Opened", "b", CCONNECTION_opened),
|
||||
|
Loading…
x
Reference in New Issue
Block a user