google-code-export / crunchyfrog

Automatically exported from code.google.com/p/crunchyfrog
0 stars 0 forks source link

set_status_message and pop_status_message duplicated in app.py #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Patch attached.

Side note: I'm digging through the internals trying to fix some issues I'm
having with the SQL Server support. Eclipse/Pydev's debugger isn't working
properly for some reason :( Think it doesn't like gtk's threads.

Original issue reported on code.google.com by darren.w...@gmail.com on 9 Dec 2009 at 12:33

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b9e7287de4.

Original comment by albrecht.andi on 9 Dec 2009 at 1:52

GoogleCodeExporter commented 9 years ago
Thanks again!

That's good to hear that you are using it with SQL Server. The SQL Server is 
one of the 
backends that isn't tested well. I'm not sure about debugging in Eclipse/Pydev, 
but 
gtk's threads could indeed cause problems. For debugging I'm usually using the 
"import 
pdb; pdb.set_trace()" stanza within the code. But for most cases it's enough to 
open 
the interactive shell within CrunchyFrog and inspect the objects directly.

Original comment by albrecht.andi on 9 Dec 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Ah, I posted issue 79 before I saw your reply, sorry about that :)

I'm going to do my best to flesh out the problems - I'm desperate for a query 
editor
on Linux that is reasonably engine neutral, and not many do SQL Server! Hadn't 
yet
look at the interactive shell, certainly will do though, thanks for the tip

Original comment by darren.w...@gmail.com on 9 Dec 2009 at 2:21