summaryrefslogtreecommitdiff
path: root/sqlplain
Commit message (Expand)AuthorAgeFilesLines
* Changed the management of NULLsmicheles2010-05-222-5/+5
* Recovered my repositorymicheles2010-03-282-15/+3
* Fixed a few things with SQLite bulk insertsmichele.simionato2009-11-234-4/+7
* Various improvements to sqlplainmichele.simionato2009-09-074-24/+41
* Lots of improvements on sqlplain, such as mapping-style arguments and better ...michele.simionato2009-06-105-178/+105
* Various improvements in sqlplain (in particular a new function util.update_ta...michele.simionato2009-06-054-6/+31
* Temporary work on the CODEMAP of mssqlmichele.simionato2009-05-221-1/+7
* Improved the introspection support for sqlplainmichele.simionato2009-05-196-6/+37
* Added a remote_coy_table functionmichele.simionato2009-05-071-5/+22
* Added a commentmichele.simionato2009-03-271-1/+2
* Lots of work in sqlplain, and renamed lazyconnect->connectmichele.simionato2009-03-2023-67/+116
* Various improvements to sqlplainmichele.simionato2009-03-178-57/+31
* Major addition: implemented named arguments in sqlplainmichele.simionato2009-02-275-65/+84
* Added an importmichele.simionato2009-02-201-0/+1
* Improved introspection features and import/export routinesmichele.simionato2009-02-164-22/+48
* Improved the support for inserting/dumping tables and added a few utilitiesmichele.simionato2009-02-125-19/+45
* Minor changes for pymssql 1.0michele.simionato2009-02-112-2/+4
* Added an (experimental) rowcount property to the connectionmichele.simionato2009-02-062-1/+6
* Major refactoring of the load_file/dump_file mechanismmichele.simionato2009-02-069-68/+115
* Added bcp_dump, bcp_restore, dump_file_mssqlmichele.simionato2009-02-046-101/+92
* Minor fixesmichele.simionato2009-02-042-2/+2
* Small changesmichele.simionato2009-01-306-29/+50
* Minimal fixesmichele.simionato2009-01-152-29/+31
* Small improvements to sql_replmichele.simionato2009-01-093-27/+31
* Removed retrying functionalitymichele.simionato2009-01-051-22/+1
* Fixed a bug for non-select queriesmichele.simionato2009-01-051-1/+3
* Added sql_repl.pymichele.simionato2009-01-034-8/+74
* Various improvements and fixesmichele.simionato2009-01-038-83/+113
* Added the beginning of a pager and fixed a few small refactoring bugsmichele.simionato2008-12-299-36/+130
* Removed ~ files added by mistakemichele.simionato2008-12-298-376/+0
* Refactoring of sqlplain (removed connmethod and made tables more OO)michele.simionato2008-12-2923-272/+888
* Small improvements; added the compare recipe to the documentationmichele.simionato2008-12-236-39/+133
* Added an utility to strip blanks from VARCHAR fields and to replacemichele.simionato2008-12-231-5/+3
* Added create_table and various improvementsmichele.simionato2008-12-236-50/+181
* Added utilities and improved support for sqlitemichele.simionato2008-12-228-79/+296
* Refactored the table framework to use DTables and KTables; fixed copy_from an...michele.simionato2008-12-207-87/+115
* Fixed many bugs in the table frameworkmichele.simionato2008-12-195-16/+45
* Refactored sqlplain.table by introducing connmethodmichele.simionato2008-12-185-107/+152
* Refactored the table module to generate subclasses of a Table ABCmichele.simionato2008-12-182-67/+92
* Added introspection utilities to sqlplain and improve the table supportmichele.simionato2008-12-176-11/+70
* Added a test to check the performance difference in insertionmichele.simionato2008-12-161-0/+45
* Unicode parameters are encoded as utf-8 for pymssqlmichele.simionato2008-12-152-1/+12
* Minor changemichele.simionato2008-12-151-6/+5
* Improvements to sqlplain docsmichele.simionato2008-12-124-42/+134
* Changed the documentation of the decorator module and improved the source cod...michele.simionato2008-12-123-12/+30
* Various improvements to the management of the source codemichele.simionato2008-12-111-8/+3
* Various fixes on the getsource functionalitymichele.simionato2008-12-101-5/+7
* Lots of improvements to decorator 3.0michele.simionato2008-12-091-2/+2
* Many improvementsmichele.simionato2008-12-0911-183/+150
* Many fixes and improvements to sql_support and tablemichele.simionato2008-12-056-27/+76