Changes between Initial Version and Version 1 of Ticket #35032, comment 2
- Timestamp:
- Dec 13, 2023, 1:34:45 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35032, comment 2
initial v1 8 8 def db_type(self, connection): 9 9 return "char(32)" 10 11 10 + 12 11 + def get_db_prep_value(self, value, connection, prepared=False):