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