Tego
Tego
When you select the tables you want to export and press the "Export to disk" button, is any message shown?
Hello Raúl, Sorry for the delay, I haven't replied to your email until now because I've actually been looking for a solution to your problem that wouldn't involve adding a...
If anyone else is reading this, any suggestion on how to elegantly circumvent this problem is more than welcome!
This should be fixed in https://github.com/victorstanciu/dbv/commit/cbbf24cad9204b2b49575b851d45efce0dfceefd. Can you confirm please?
No no, callback hooks would be a way to execute arbitrary code each time something happens in DBV. For example, each time a revision script gets executed, remove some cache...
An event emitter / listener pair is a direct, practical application of the Observable / Observer pattern. Perhaps I wasn't sufficiently clear on what I meant, but the Observable pattern...
You mean in the schema sidebar? This is a valid request, if you can view and edit the revision scripts, there's no reason why one wouldn't expect the same possibility...
This sounds good, but it's not as simple as checking to see if there is any difference between two SQL commands. Different tools create different `CREATE TABLE` statements when exporting,...
Did the revision get applied? Does your database structure reflect the changes? Has your /data/meta/revision file been updated? Can you take a look at the request data (using Firebug, Chrome's...
I just tested everything again, and I cannot seem to reproduce the issue, perhaps there is a difference between our environments. Please send me the request and response bodies when...