@note The changer_handler is needed for deciding which sql statements to remove
(self)
| 1062 | self._existing_udt = [row['typname'] for row in rows] |
| 1063 | |
| 1064 | def get_change_handler(self): |
| 1065 | """ |
| 1066 | @note The changer_handler is needed for deciding which sql statements to |
| 1067 | remove |
| 1068 | """ |
| 1069 | return self._ch |
| 1070 | |
| 1071 | def _clean_comment(self): |
| 1072 | """ |