summaryrefslogtreecommitdiff
path: root/db.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* restore bw compatSylvain2007-09-141-1/+6
* - extended db helper apiSylvain2007-09-131-38/+272
* see changelogSylvain2007-07-131-13/+13
* use sqlite3 (builtin) module when availableAdrien Di Mascio2007-06-181-2/+3
* removed spurious quoteAdrien Di Mascio2007-05-241-1/+1
* ~=db: new list_users, sql_drop_unique_constraint methods on advanced helpersSylvain2007-05-041-0/+18
* fix MySQL tests and behaviour when host is NoneAdrien Di Mascio2007-01-151-1/+1