summaryrefslogtreecommitdiff
path: root/db.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* simple psycopg2 adapter (will have to improve that later)Adrien Di Mascio2006-05-151-1/+7
* - testlib: make a copy of initial list in assertEqualsAdrien Di Mascio2006-05-101-0/+9
* check ChangeLogsyt2006-05-091-1/+1
* fix get_connection parameter ordersyt2006-04-261-2/+2
* forget the past.root2006-04-261-0/+530