Menu

pysqsh / News: Recent posts

pysqsh 0.6.7 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and with expanded .import functionality supporting CSV file import, the skipping or discarding of input records, and allowing custom imports by specifying a python defined record-to-field import function (.importfn). ... read more

Posted by aviowe 2009-05-12

pysqsh 0.6.6 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and with expanded .import functionality supporting CSV file import, the skipping or discarding of input records, and allowing custom imports by specifying a python defined record-to-field import function (.importfn). ... read more

Posted by aviowe 2009-05-02

pysqsh 0.6.5 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and with expanded .import functionality supporting CSV file import, the skipping or discarding of input records, and allowing custom imports by specifying a python defined record-to-field import function (.importfn).... read more

Posted by aviowe 2009-02-12

pysqsh 0.6.4 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and to allow .import to support CSV file import; or you can specify a python defined record-to-field import function for further customization.

Release 0.6.4 extends the .import command adding --skip and --discardmax options, so for example ".import file table --skip=1" will import the file but skip the first line of the file.... read more

Posted by aviowe 2009-02-10

pysqsh 0.6.3 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and to allow .import to support CSV file import; or you can specify a python defined record-to-field import function for further customization.

Release 0.6.3 adds support for the standard SQLite html and insert output .modes and implements an additional xml output .mode. It can be downloaded from https://sourceforge.net/project/showfiles.php?group_id=244384 ... read more

Posted by aviowe 2009-01-31

pysqsh 0.6.2 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and to allow .import to support CSV file import; or you can specify a python defined record-to-field import function for further customization.

Release 0.6.2 starts the addition of .mode functionality, now handles escaped characters within dot commands, and fixes some minor bugs; it can be downloaded from https://sourceforge.net/project/showfiles.php?group_id=244384 ... read more

Posted by aviowe 2008-12-06

pysqsh 0.6.1 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and to allow .import to support CSV file import; or you can specify a python defined record-to-field import function for further customization.

Release 0.6.1 is a small bug fix release; it can be downloaded from https://sourceforge.net/project/showfiles.php?group_id=244384 ... read more

Posted by aviowe 2008-11-30

pysqsh 0.6.0 released

Python Sqlite Shell - a drop-in replacement for the standard sqlite shell (www.sqlite.org), expanded to allow user defined SQL functions to be easily created within the shell or within a SQL script using an in-line python function definition, and to allow .import to support CSV file import; or you can specify a python defined record-to-field import function for further customization.

Release 0.6.0 adds database persistence of .def'd functions along with a number of minor bug fix and feature enhancements and can be downloaded from https://sourceforge.net/project/showfiles.php?group_id=244384 ... read more

Posted by aviowe 2008-11-27