summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag logilab-common-version-0.47.0 for changeset 50cd30a61f45logilab-common-debian-version-0.47.0-1Sylvain Th?nault2010-02-100-0/+0
* lgc 0.47logilab-common-version-0.47.0Sylvain Th?nault2010-02-103-5/+9
* backport stableSylvain Th?nault2010-02-101-3/+3
|\
| * fix shadowing of the opt moduleAurelien Campeas2010-02-081-3/+3
* | bacport change set 4505:71ba2d0f34f2 from cw stable:Sylvain Th?nault2010-02-081-3/+3
* | also backport cw date_range implementationSylvain Th?nault2010-02-051-12/+24
* | add missing importSylvain Th?nault2010-02-051-2/+2
* | new sql_rename_col method on db helpersSylvain Th?nault2010-02-052-0/+13
* | backport datetime functions from c wSylvain Th?nault2010-02-052-6/+80
* | conflicts on merge has not been totally resolvedSylvain Th?nault2010-02-051-18/+2
* | backport stableSylvain Th?nault2010-02-057-55/+302
|\ \ | |/ |/|
| * update copyrightsSylvain Th?nault2010-01-262-3/+3
| * main_usage / main_run api fixes:Sylvain Th?nault2010-01-261-8/+8
| * fix the mysql restore pb by documenting that backup/restore command maySylvain Th?nault2010-01-262-14/+16
| * update changelogSylvain Th?nault2010-01-251-0/+8
| * breaks cw < 3.6 compatSylvain Th?nault2010-01-251-1/+1
| * changed backup / restore api (BREAKS COMPAT):Sylvain Th?nault2010-01-251-31/+37
| * deprecation: deprecated now takes an optional 'stacklevel' argument, default ...Sylvain Th?nault2010-01-251-2/+2
| * backport stableSylvain Th?nault2010-01-253-4/+8
| |\
| * | enable support for backup and restore operations in SQL Server (ticket 19687)Alexandre Fayolle2010-01-202-0/+74
| * | 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
| * | update backup_command signature in base class to match interfaceAlexandre Fayolle2010-01-201-2/+2
| * | catch importerrors for adodbapi and pyodbc test casesAlexandre Fayolle2010-01-181-53/+60
| * | add wrapper for adodbapi/sql serverStephanie Marcu2010-01-152-46/+128
| * | mergeAlexandre Fayolle2009-12-234-3/+21
| |\ \
| | * | Added tag logilab-common-debian-version-0.46.0-1 for changeset ecb5b426603eSylvain Th?nault2009-12-230-0/+0
| * | | TestCase for pyodbc driver BLOB supportAlexandre Fayolle2009-12-231-0/+49
| * | | require SQL Server Native Client for SqlServer 2005Alexandre Fayolle2009-12-231-2/+2
* | | | Added tag logilab-common-debian-version-0.46.1-1 for changeset 8fcdf2da144fPierre-Yves David2010-02-040-0/+0
* | | | Added tag logilab-common-version-0.46.1 for changeset e0c032a486d0logilab-common-debian-version-0.46.1-1Pierre-Yves David2010-02-040-0/+0
* | | | [pkg] prepare 0.46.1logilab-common-version-0.46.1Pierre-Yves David2010-02-042-1/+12
* | | | merge with 0.46.0Pierre-Yves David2010-02-044-33/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | backport from default of new interface for backup_command and restore_commandsAlexandre Fayolle2010-01-271-33/+47
| | |/ | |/|
| * | [fix] Remove isinstance call for bytes unitsPierre-Yves David2010-01-183-4/+8
* | | Added tag logilab-common-version-0.46.0 for changeset 9b7f95b604aalogilab-common-debian-version-0.46.0-1Sylvain Th?nault2009-12-230-0/+0
* | | 0.46logilab-common-version-0.46.0Sylvain Th?nault2009-12-233-2/+15
* | | update changelogSylvain Th?nault2009-12-231-0/+7
* | | TYPE_MAPPING expected to be a mapping from yams type to db type, and timestam...Sylvain Th?nault2009-12-231-2/+0
* | | 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-162-6/+43
* | cleanup debugging printsAlexandre Fayolle2009-12-161-2/+0
* | added SQL Server support using PyodbcAlexandre Fayolle2009-12-142-0/+122
* | moved method so that it is closer to the related methodsAlexandre Fayolle2009-12-141-4/+4
* | added indirection for TIMESTAMP columns in the mappingAlexandre Fayolle2009-12-141-0/+4
* | Add os.path.relpath function in logical.common.compat for pre-2.6 python.Pierre-Yves David2009-12-071-0/+23