pysimplesql
pysimplesql copied to clipboard
New list, Form init variables.
The couple last things that are on my list:
- [x] Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add to Form init, and have Dataset get init value from Form if their init is None.
- [x] Add save_quiet = True/False as a form init, that will disable popups on save_none or save_sucess
- [x] Related to save_quiet, make an example use the new popup.last_info as a sg.statusbar
- [x] Add duplicate_children as Form/Dataset init. So users can toggle behavior they want. Either only allow parents, or allow both
- [x] description_column_names / column index position
- [ ] confirm_delete - to delete without prompting user "Are you sure"
- [ ] confirm_duplicate - to duplicate (honoring parent only, or parent and children) without prompting user?
- [ ] default order clause
Yeah, I like the idea of using constants for this
All of these look reasonable to me
Great. They shouldn’t be too tough!