summaryrefslogtreecommitdiff
path: root/adbh.py
Commit message (Expand)AuthorAgeFilesLines
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+17
* more license updatesSylvain Th?nault2010-04-261-14/+0
* renamed logilab.db to logilab.databaseSylvain Th?nault2010-03-091-2/+2
* [adbh bw compat] should be a class methodSylvain Th?nault2010-03-091-4/+5
* fix backward compat for db/adbhSylvain Th?nault2010-03-091-1/+9
* adbh, db, sqlgen modules moved to the new logilab-database packageSylvain Th?nault2010-03-081-691/+4
* adbh: added dbport optional argument to [backup|restore]_commandsSylvain Th?nault2010-02-181-32/+41
* mergeAlexandre Fayolle2010-02-171-8/+78
|\
| * new sql_rename_col method on db helpersSylvain Th?nault2010-02-051-0/+12
| * conflicts on merge has not been totally resolvedSylvain Th?nault2010-02-051-18/+2
| * backport stableSylvain Th?nault2010-02-051-4/+78
| |\
| | * fix the mysql restore pb by documenting that backup/restore command maySylvain Th?nault2010-01-261-11/+13
| | * changed backup / restore api (BREAKS COMPAT):Sylvain Th?nault2010-01-251-31/+37
| | * enable support for backup and restore operations in SQL Server (ticket 19687)Alexandre Fayolle2010-01-201-0/+60
| | * update backup_command signature in base class to match interfaceAlexandre Fayolle2010-01-201-2/+2
* | | various improvements and fixes concerning logilab.common.db support of SQLServerAlexandre Fayolle2010-02-171-1/+2
* | | updated adbh for use with _pyodbcwrapAlexandre Fayolle2010-02-111-0/+1
|/ /
* | merge with 0.46.0Pierre-Yves David2010-02-041-29/+40
|\ \ | |/ |/|
| * backport from default of new interface for backup_command and restore_commandsAlexandre Fayolle2010-01-271-33/+47
* | TYPE_MAPPING expected to be a mapping from yams type to db type, and timestam...Sylvain Th?nault2009-12-231-2/+0
* | hack to work around the lack of a date col type in sql serverAdministrator2009-12-161-1/+1
* | added SQL Server support using PyodbcAlexandre Fayolle2009-12-141-0/+26
* | 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
|/
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-4/+4
* quote the file names (spaces are frequent on windows)Aurelien Campeas2009-09-111-2/+2
* remove deprecated codeSylvain Th?nault2009-08-071-15/+0
* R [all] obsolete was renamed deprecatedNicolas Chauvat2009-07-311-5/+5
* backup/restore commands for sqliteSylvain Th?nault2009-07-241-0/+10
* fix default set_null_allowed implementationSylvain Th?nault2009-06-051-1/+1
* new case_sensitive resource descriptorSylvain Th?nault2009-06-051-0/+2
* adbh: new alter_column_support flag, sql_set_null_allowed and sql_change_col...Sylvain Th?nault2009-05-291-6/+30
* don't add -h option if dbhost is NoneStephanie Marcu2009-04-271-6/+12
* update copyrightsylvain thenault2009-04-221-2/+1
* [adbh] remove trailing whitespaces + fix mysqldb boolean handlingAdrien Di Mascio2009-04-221-61/+61
* simpler to use dict.get...sylvain thenault2009-04-161-4/+1
* pylint fixes, kill some old bw compat codesylvain thenault2009-01-261-5/+1
* new intersect_all_support attributesylvain thenault2009-01-161-0/+2
* fix Datetime type map for mysql as suggested by 2web, avoiding timestamp auto...Sylvain Thenault2009-01-051-0/+2
* remove debug printStephanie Marcu2008-10-061-1/+0
* mergeStephanie Marcu2008-10-061-0/+10
|\
| * sqlite specific implementation for sql_[create|drop]_indexSylvain Thenault2008-09-291-0/+10
* | mergeStephanie Marcu2008-09-291-0/+1
|/
* be consistent: drop unique index using alter table, so create it using alter ...Sylvain Thenault2008-09-261-7/+10
* should alter table to properly delete UNIQUE constraintsSylvain Thenault2008-09-081-1/+4
* add Decimal Type support for database apyPierre-Yves David2008-08-041-0/+1
* [adbh] define the RANDOM functionAdrien Di Mascio2008-07-241-1/+11
* [adbh] provide support for different backend names for a single function desc...Adrien Di Mascio2008-07-241-0/+13
* [adbh] supported_backends is now defined in lgc (was defined in RQL before)Adrien Di Mascio2008-07-241-1/+12