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