Mark Story
Mark Story
Could there be a webserver or proxy that is stripping the response header? I tried tonight with the `bin/cake server` webserver and was able to capture requests in the history...
Removing the total rows is fine by me. I think we added it because it was simple to add.
> Would it be possible, to include SQL query statistics in the sql-log-panel ? Should be possible, just needs some effort to build it :smile:
@smarek You should be able to capture known types (select, update, insert, delete) with a single regular expression. All other types could be lumped into an 'other' type.
> I'm just unsure how and when DebugKit would inject into app. We could add and then use events in CommandRunner to attach the panels.
I don't have enough context on how to use turbolinks to reproduce, so it is going to require someone who cares enough about this problem to get fixed.
This could be done if the migrations plugin included middleware during debug mode.
@karmicdice when an application is in debug mode, the migrations plugin could add a middleware that checks for pending migrations and throws a helpful error if there are migrations that...
This could be related to MySQL no longer storing integer lengths and instead only having 'display width' now.
Using a comment could work. What would we do if the column already has a comment?