Esempio n. 1
0
 def init(self):
     """
     Override parent to do explicit setting of the date format. (Oracle
     specific)
     """
     # Set date format
     self.setDateFormat("YYYY-MM-DD HH24:MI:SS")
     return Backend.init(self)
Esempio n. 2
0
 def init(self):
     """
     Override parent to do explicit setting of the date format. (Oracle
     specific)
     """
     # Set date format
     self.setDateFormat("YYYY-MM-DD HH24:MI:SS")
     return Backend.init(self)
Esempio n. 3
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     self.setSessionTimeZoneToLocalTimeZone()
     return Backend.init(self)
Esempio n. 4
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     return Backend.init(self)
Esempio n. 5
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     return Backend.init(self)
Esempio n. 6
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     self.setSessionTimeZoneToLocalTimeZone()
     return Backend.init(self)