ali sayyah
ali sayyah
Hey @dantownsend Can I have a try on this? This option could help me out right now.
> @AliSayyah Yes, that would be great. > > We need to modify `MigrationManager` somehow so instead of running queries, it prints out the SQL. > > https://github.com/piccolo-orm/piccolo/blob/master/piccolo/apps/migrations/auto/migration_manager.py Ok, thank...
I like these ideas, especially `.piccolo`. it seems like a permanent solution.
@dantownsend Hey there! I would like to work on this, if possible.
@dantownsend Should we raise the exceptions gathered or handle it like warnings are handled? Maybe we can add an `errors` block?
> @AliSayyah Things get tricky with `asyncio.gather` with `return_exceptions=True`, because you can end up with 10 exceptions returned. > > We could print out each exception, and then raise a...
@dantownsend Is it necessary to have a ReverseLookup field specified by the user? ``` python class Band(Table): name = Varchar() manager = ForeignKey(Manager, reverse_lookup='bands')
@dantownsend I think having a Github action for benchmarking in different platforms would be a good idea.
@dantownsend Do you want me to give it a go?
@dantownsend Thank you. I'll check them out.