Josha Inglis

Results 3 issues of Josha Inglis

I noticed when altering the default value of a function parameter that migra didn't pick up that there had been a change. This was due to only using `pg_get_function_identity_arguments()` for...

This pull request builds on the changes made in https://github.com/djrobstep/schemainspect/pull/90 to add a few enhancements to migra: 1. Topological sorting of tables When generating the SQL statements to create tables,...

This pull request adds several enhancements and new features to `schemainspect`. - Support for inspecting aggregate functions. A new `InspectedAggFunction` class was added along with the query to retrieve aggregate...