summaryrefslogtreecommitdiff
path: root/db.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 0.21.1logilab-common-version-0_21_1Sylvain2006-12-191-0/+10
* - new optional keepownership argument to backup|restore_database methodsSylvain2006-11-081-44/+57
* use ml suggested solution to get mx.DateTime instead of datetime.datetimeSylvain2006-10-311-31/+4
* fixSylvain2006-10-311-1/+4
* default postgres module is now psycopg2, which has been customizedSylvain2006-10-311-4/+42
* fix tangled code in _PgAdvFuncHelperAdrien Di Mascio2006-10-241-7/+8
* restore commandsSylvain2006-10-221-1/+25
* remove password prompt optionSylvain2006-10-201-1/+1
* new method on advanced helper to generate backup commandSylvain2006-10-201-4/+20
* fixed date handlingAdrien Di Mascio2006-10-101-13/+0
* fixed time handling and added an adapter for DateTimeDeltaTypeSylvain2006-09-201-9/+13
* * db:Sylvain2006-09-191-4/+13
* fixed bug when querying boolean on sqlite using python's bool typeSylvain2006-09-131-1/+6
* fixed port handling and testsAdrien Di Mascio2006-08-111-4/+8
* add version argument to Configuration initializerSylvain2006-07-131-2/+8
* TODAY must be quoted for postgresAdrien Di Mascio2006-07-121-1/+1
* use testlib everywhereAdrien Di Mascio2006-07-061-2/+2
* CURRENT_DATE is not supported since postgres7.2, use TODAY insteadAdrien Di Mascio2006-05-241-1/+3
* mx time support in sqliteAdrien Di Mascio2006-05-191-0/+5
* fixed port parameter handling for pgdb and PgSQLAdrien Di Mascio2006-05-171-2/+11
* added .sql_temporary_table method to advanced func helpersSylvain2006-05-161-1/+9