Arne Claassen

Results 24 comments of Arne Claassen

Been thinking more about the reset issue. I wonder if the solution might be to add the concepts of reverse migrations. This is a common mechanism in rails, django, where...

Yeah, I believe that #453 is affected by this. There isn't a clear place to point at in code other than pointing out that the `conncections` dictionary is just a...

Correct. We have our django database for the application, but we generate customer specific warehouse databases via some ETL processes dynamically and `django-sql-explorer` would be an ideal tool to let...

I'm also looking for bulk writing of lines and I'd be interested in providing a PR, but i'm not sure I read the terminology in this library correctly. It looks...

Ok, never mind. `v0.5.2` already has support for `Vec` as a query type for `client.query()`. Looking at the code, this was added in #87 back on 3/6/21. I just tested...

This is just the fix I need. Ran into some problems with parsing SQL with ~50k ID `IN` clauses, which with `0.4.4` takes a bit over 6 minutes to parse...

The problem as far as I can tell is that mobile keyboards only show up when a textbox has focus. Since josh emulates its own input for the shell, it's...

Pathhandler.js doesn't actually use it, so removing it there is no problem. Shell.js on the other hand is the optional UI layer and requires some cross-browser compatible DOM manipulation. Since...

Sorry guys for being so tardy. I'm currently out of town but in cat @net-ninja's answwer isn't what you were looking for, i will get back to you with an...