summaryrefslogtreecommitdiff
path: root/sqlplain/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Recovered my repositorymicheles2010-03-281-1/+3
* Lots of improvements on sqlplain, such as mapping-style arguments and better ...michele.simionato2009-06-101-14/+22
* Improved the introspection support for sqlplainmichele.simionato2009-05-191-2/+2
* Lots of work in sqlplain, and renamed lazyconnect->connectmichele.simionato2009-03-201-13/+20
* Various improvements to sqlplainmichele.simionato2009-03-171-17/+7
* Major addition: implemented named arguments in sqlplainmichele.simionato2009-02-271-7/+8
* Improved introspection features and import/export routinesmichele.simionato2009-02-161-1/+1
* Minor changes for pymssql 1.0michele.simionato2009-02-111-1/+2
* Added an (experimental) rowcount property to the connectionmichele.simionato2009-02-061-0/+4
* Small changesmichele.simionato2009-01-301-23/+29
* Removed retrying functionalitymichele.simionato2009-01-051-22/+1
* Added sql_repl.pymichele.simionato2009-01-031-0/+1
* Added the beginning of a pager and fixed a few small refactoring bugsmichele.simionato2008-12-291-4/+5
* Refactoring of sqlplain (removed connmethod and made tables more OO)michele.simionato2008-12-291-20/+13
* Small improvements; added the compare recipe to the documentationmichele.simionato2008-12-231-16/+24
* Added create_table and various improvementsmichele.simionato2008-12-231-1/+4
* Refactored the table framework to use DTables and KTables; fixed copy_from an...michele.simionato2008-12-201-4/+0
* Refactored sqlplain.table by introducing connmethodmichele.simionato2008-12-181-0/+17
* Unicode parameters are encoded as utf-8 for pymssqlmichele.simionato2008-12-151-0/+11
* Changed the documentation of the decorator module and improved the source cod...michele.simionato2008-12-121-3/+15
* Many improvementsmichele.simionato2008-12-091-3/+13
* Many fixes and improvements to sql_support and tablemichele.simionato2008-12-051-1/+1
* Various improvements to sqlplainmichele.simionato2008-12-041-5/+6
* Added new utilities to sqlplain and moved them in files according to the dbtypemichele.simionato2008-12-021-1/+2
* A lot of improvements to sqlplain, especially about the decorator partmichele.simionato2008-12-011-27/+18
* Refactored the docs and many enhancementsmichele.simionato2008-11-281-44/+60
* changed ``sqlplain`` to use isolation_level and not autocommitmichele.simionato2008-11-261-9/+51
* Started documenting sqlplainmichele.simionato2008-11-261-62/+42
* Fixed the reset functionality, hidden the db password and added the .one func...michele.simionato2008-11-251-25/+32
* Added schema management and other goodiesmichele.simionato2008-11-251-54/+60
* Added module "automatize"michele.simionato2008-11-141-0/+204