sqlnotebook
sqlnotebook copied to clipboard
Casual data exploration in SQL
First off, many thanks for the wonderful tool. Next, unless I am missing something blindingly obvious it appears that there is no way to print a notebook page or to...
As the title says I'm unable to save Notebooks due to the error "Object reference not set to an instance of an object.". This happens after hitting Save or Save...
Is it possible to support 32bit win7 ?
What a wonderful work of sqlnotebook, just like python notebook May ask for some request? (1)sqlite load_extension When I want to load extension for additional function, I cannot use load_extension...
Would you have plan to release?
Nice for version 1.1.0 which includes the load_extension support. I try it and the result well Another bug while try the window function. Add the script with window function And...
Let the user define script that would be run at certain events, eg. OnNotebookOpen or OnCreateNewNote, etc. For me, i would use is to drop/clear some tables and refill it...
Currently variables can only hold single scalar values or array. `Set $val = (FROM * FROM Mytable)` dosn't work. `Set $val = (SELECT name FROM MyTable)` only uncludes the first...
It would helpful if i can add a link to a script or a console output (with line?) so i can navigate from my notes directly to it.