CircuitSacul

Results 76 issues of CircuitSacul

Should check if the argument is a str, since len(str) gives the length of the field name, rather than 1 for the number of fields.

bug

### Model: - [ ] User(...) should *not* apply default values - [ ] make a new .with_defaults method on User that applies defaults ### Methods .fetch, .fetchmany, .exists, .delete,...

- [ ] Warn and confirm column/table drops - [ ] Warn and confirm datatype drops - [ ] Allow customization of datatype change route - [ ] Try to...

- [ ] use pyproject.toml [tool.apgorm] to store migration folder & db path - [ ] allow migration creation via command line

- [ ] Prepared Statements - [ ] Range Types - [ ] Text Search Types - [ ] Domain Types - [ ] Enum Types - [ ] Composite...

enhancement