summaryrefslogtreecommitdiff
path: root/adbh.py
Commit message (Collapse)AuthorAgeFilesLines
* toward py3kSylvain2009-03-041-1/+1
| | | | passing tests: unittest_shellutils, unittest_textutils, unittest_modutils, unittest_table, unittest_tree
* 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 ↵Sylvain Thenault2009-01-051-0/+2
| | | | auto update
* 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
| | | | table
* 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 ↵Adrien Di Mascio2008-07-241-0/+13
| | | | description
* [adbh] supported_backends is now defined in lgc (was defined in RQL before)Adrien Di Mascio2008-07-241-1/+12
| | | | Each FunctionDescr can now declare on which DB it is supported
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-3/+11
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+4
|
* fix substitution orderSylvain2008-06-271-1/+1
|
* mysql handler bugSylvain2008-06-271-1/+1
|
* fix mysql create database commandSylvain2008-05-201-4/+5
|
* work in progressSylvain Thenault2008-05-161-9/+4
|
* adbh: new union_parentheses_support variableSylvain2008-04-221-1/+2
|
* add -p option to mysql commands to ask for passwordSylvain2008-03-121-4/+4
|
* * adbh: mysql doesn't support ILIKE, implement list_indices for mysqlSylvain2008-02-211-1/+12
| | | | * db: mysql adapter use mx DateTime when available, fix unicode handling
* cleanupSylvain2008-01-221-3/+5
|
* copyrightSylvain2008-01-141-0/+2
|
* some DBMs need an explicit FROM clauseAdrien Di Mascio2007-12-131-0/+5
|
* normalize table names for list_indices()Adrien Di Mascio2007-12-061-2/+2
|
* 2.3 compatibilitySylvain2007-11-261-5/+7
|
* huum, in some places trailing ';' is neededSylvain2007-11-221-2/+2
|
* sql_create_index for yams purposeSylvain2007-11-221-7/+8
|
* support for unique constraintsSylvain2007-11-221-23/+29
|
* new list_indices, create_index, drop_index methods (missing mysql ↵Sylvain2007-11-221-31/+66
| | | | implementation though)
* list_tables() should return a list of tablenamesAdrien Di Mascio2007-11-091-2/+2
|
* list_tables implementation for sqliteSylvain2007-11-091-0/+5
|
* minor refactoringsSylvain2007-10-261-12/+16
|
* more db extensions, db helpers in a separated moduleSylvain2007-10-251-0/+451