sqlnotebook icon indicating copy to clipboard operation
sqlnotebook copied to clipboard

Casual data exploration in SQL

Results 27 sqlnotebook issues
Sort by recently updated
recently updated
newest added

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...

How could I use it on GNU-Linux distros? Any plan about it?

enhancement

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...

enhancement

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...

enhancement

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.

enhancement