summaryrefslogtreecommitdiff
path: root/db.py
Commit message (Expand)AuthorAgeFilesLines
* mergeAlexandre Fayolle2010-02-181-1/+1
|\
| * fix date processing for SQLServer 2005Alexandre Fayolle2010-02-181-1/+1
* | mergeAlexandre Fayolle2010-02-171-38/+93
|\ \ | |/ |/|
| * update copyrightsSylvain Th?nault2010-01-261-1/+1
| * enable support for backup and restore operations in SQL Server (ticket 19687)Alexandre Fayolle2010-01-201-0/+14
| * simplify call to execute by removing useless try...except blockAlexandre Fayolle2010-01-201-4/+1
| * restore pyodbc as the default driver for SQL ServerAlexandre Fayolle2010-01-201-3/+3
| * use a lock to mitigate concurrency caused perf. issues on SQL ServerAlexandre Fayolle2010-01-201-4/+20
| * add wrapper for adodbapi/sql serverStephanie Marcu2010-01-151-27/+54
| * require SQL Server Native Client for SqlServer 2005Alexandre Fayolle2009-12-231-2/+2
* | various improvements and fixes concerning logilab.common.db support of SQLServerAlexandre Fayolle2010-02-171-6/+6
* | new module _pyodbcwrap, updated db.pyAlexandre Fayolle2010-02-111-3/+69
* | Backed out changeset 88274f9d1e46, bad fix, pb was actually in cwSylvain Th?nault2009-12-221-6/+0
* | fix pysqlite2 support for the buffer typeSylvain Th?nault2009-12-221-0/+6
|/
* 2 bugs in extra_args processing fixedAlexandre Fayolle2009-12-211-2/+3
* New kw arg to get_connection : extra_args. Support Windows Auth for SQLServerAlexandre Fayolle2009-12-211-21/+39
* hack to work around the lack of a date col type in sql serverAdministrator2009-12-161-5/+42
* cleanup debugging printsAlexandre Fayolle2009-12-161-2/+0
* added SQL Server support using PyodbcAlexandre Fayolle2009-12-141-0/+96
* mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-2/+33
|\
| * interval (datetime.timedelta) support for pysqlite2Sylvain Th?nault2009-10-131-2/+33
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-13/+13
|/
* d-t-wSylvain Th?nault2009-06-101-1/+1
* fix sqlite's bytea handling: should use native module's Binary, not StringIOSylvain Th?nault2009-05-271-6/+6
* generalise mx/datetime switch to be used by umessagesylvain thenault2009-05-131-51/+48
* Add adaptater for datetime.Sandrine Ribeau2009-05-061-2/+12
* replace policy, since mysql unicode config is a pain and is usually broken at...sylvain thenault2009-04-221-1/+1
* USE_MX_DATETIME global to control usage of mx.DateTime / py datetimesylvain thenault2009-03-101-4/+8
* mergeSylvain Thenault2008-08-061-9/+33
|\
| * some type code cleanups, fix #5715Sylvain Thenault2008-08-061-9/+33
* | correction in adapt_decimalPierre-Yves David2008-08-041-1/+1
* | add Decimal Type support for database apyPierre-Yves David2008-08-041-1/+14
|/
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+7
* use pysqlite2 as the first choice rather than sqlite3Adrien Di Mascio2008-05-051-1/+1
* adbh: new union_parentheses_support variableSylvain2008-04-221-1/+0
* deal with objects without __dict__Sylvain2008-03-141-4/+25
* missing user argumentSylvain2008-03-141-1/+1
* remember logged user on the connectionSylvain2008-03-141-11/+10
* add -p option to mysql commands to ask for passwordSylvain2008-03-121-1/+1
* * adbh: mysql doesn't support ILIKE, implement list_indices for mysqlSylvain2008-02-211-1/+27
* cleanupSylvain2008-01-221-0/+1
* binarywrap supportSylvain2007-12-211-0/+2
* fix mediumtext detection when utf8 is set (maybe we could use information_sch...Adrien Di Mascio2007-12-131-1/+5
* may return an array instanceSylvain2007-12-071-0/+2
* support for unique constraintsSylvain2007-11-221-1/+0
* don't want encoding error hereSylvain2007-11-161-1/+1
* avoid warningSylvain2007-10-261-0/+1
* more db extensions, db helpers in a separated moduleSylvain2007-10-251-336/+4
* %s supportSylvain2007-10-111-6/+12
* avoid decorators while lgc is supposed to support python2.3Adrien Di Mascio2007-10-111-2/+4