summaryrefslogtreecommitdiff
path: root/sqlplain/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few things with SQLite bulk insertsmichele.simionato2009-11-231-1/+1
* Various improvements to sqlplainmichele.simionato2009-09-071-7/+8
* Lots of improvements on sqlplain, such as mapping-style arguments and better ...michele.simionato2009-06-101-9/+10
* Various improvements in sqlplain (in particular a new function util.update_ta...michele.simionato2009-06-051-0/+20
* Improved the introspection support for sqlplainmichele.simionato2009-05-191-4/+22
* Added a remote_coy_table functionmichele.simionato2009-05-071-5/+22
* Lots of work in sqlplain, and renamed lazyconnect->connectmichele.simionato2009-03-201-4/+4
* Major addition: implemented named arguments in sqlplainmichele.simionato2009-02-271-6/+1
* Improved introspection features and import/export routinesmichele.simionato2009-02-161-7/+16
* Improved the support for inserting/dumping tables and added a few utilitiesmichele.simionato2009-02-121-7/+12
* Added an (experimental) rowcount property to the connectionmichele.simionato2009-02-061-1/+2
* Major refactoring of the load_file/dump_file mechanismmichele.simionato2009-02-061-11/+20
* Added bcp_dump, bcp_restore, dump_file_mssqlmichele.simionato2009-02-041-11/+39
* Various improvements and fixesmichele.simionato2009-01-031-0/+4
* Added the beginning of a pager and fixed a few small refactoring bugsmichele.simionato2008-12-291-2/+2
* Refactoring of sqlplain (removed connmethod and made tables more OO)michele.simionato2008-12-291-3/+8
* Small improvements; added the compare recipe to the documentationmichele.simionato2008-12-231-2/+2
* Added create_table and various improvementsmichele.simionato2008-12-231-0/+9
* Added utilities and improved support for sqlitemichele.simionato2008-12-221-7/+46
* Refactored the table framework to use DTables and KTables; fixed copy_from an...michele.simionato2008-12-201-42/+1
* Fixed many bugs in the table frameworkmichele.simionato2008-12-191-1/+15
* Refactored sqlplain.table by introducing connmethodmichele.simionato2008-12-181-5/+37
* Refactored the table module to generate subclasses of a Table ABCmichele.simionato2008-12-181-0/+6
* Added introspection utilities to sqlplain and improve the table supportmichele.simionato2008-12-171-4/+19
* Many improvementsmichele.simionato2008-12-091-38/+41
* Added a table.py module to sqlplainmichele.simionato2008-12-031-19/+0
* Added new utilities to sqlplain and moved them in files according to the dbtypemichele.simionato2008-12-021-66/+80
* Refactored the docs and many enhancementsmichele.simionato2008-11-281-10/+27
* changed ``sqlplain`` to use isolation_level and not autocommitmichele.simionato2008-11-261-6/+6
* Started documenting sqlplainmichele.simionato2008-11-261-31/+31
* Added schema management and other goodiesmichele.simionato2008-11-251-6/+37
* Added module "automatize"michele.simionato2008-11-141-0/+77