Beispiel #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)
Beispiel #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)
Beispiel #3
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     self.setSessionTimeZoneToLocalTimeZone()
     return Backend.init(self)
Beispiel #4
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     return Backend.init(self)
Beispiel #5
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     return Backend.init(self)
Beispiel #6
0
 def init(self):
     """
     Avoid the Oracle specific stuff here in parent method.
     """
     self.setSessionTimeZoneToLocalTimeZone()
     return Backend.init(self)