summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - [feature] The behavior of column targetingMike Bayer2012-04-241-1/+4
* - [feature] the SQLite date and time typesMike Bayer2012-04-241-43/+85
|\
| * Improve SQLite DATETIME storage format handling [ticket:2363]Nathan Wright2012-03-121-43/+85
* | - [feature] Added a new systemMike Bayer2012-04-241-0/+28
* | - [bug] removed legacy behavior wherebyMike Bayer2012-04-241-48/+1
* | - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-34/+3
* | - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-0/+16
* | - mysql [bug] Fixed bug whereby if cast() is usedMike Bayer2012-04-161-2/+2
* | Changed misspelled 'altere' reserved word to 'alter'Benjamin Trofatter2012-04-121-1/+1
* | - test explicitly for 'VIEW', 'SYSTEM VIEW'Mike Bayer2012-04-121-1/+1
* | Modified MySQLDialect.get_view_names() to also return system views such as th...elazar2012-04-111-2/+1
* | - adjust mysql patch a bit so that we useMike Bayer2012-04-081-2/+6
* | Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+1
* | - [bug] Repaired the use_scope_identityMike Bayer2012-04-052-11/+17
* | most of the drizzle docs are copy/pasta, let's just point users to the mysql ...Diana Clarke2012-04-024-191/+106
* | - sqlMike Bayer2012-04-011-0/+25
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-0/+4
* | typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-177-21/+21
* | - [feature] Added support for MySQL index andMike Bayer2012-03-141-13/+49
* | - [bug] Added 'LEVEL' to the list of reservedMike Bayer2012-03-141-1/+1
* | - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-132-1/+5
* | - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+7
* | revert this, bad ideaMike Bayer2012-02-131-1/+0
* | - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+1
|/
* - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20
* - [feature] Added a new oracle create_engine() flagMike Bayer2012-02-121-4/+28
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-123-4/+64
* - Added missing compilation support forMike Bayer2012-02-121-0/+3
* - [bug] A significant change to how labelingMike Bayer2012-02-053-17/+12
* then merge thisMike Bayer2012-01-286-8/+8
|\
| * - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-286-8/+8
* | - [bug] removed an erroneous "raise" in theMike Bayer2012-01-281-3/+0
|/
* - [bug] Added ORA-03135 to the never endingMike Bayer2012-01-251-1/+3
* - [bug] Dropped the "30 char" limit on pymssql,Mike Bayer2012-01-221-1/+0
* - [bug] Adjusted the regexp used in theMike Bayer2012-01-221-1/+1
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+6
* - [bug] fixed regexp that filters out warningsMike Bayer2012-01-171-3/+1
* that's not a "name=0", that's a counter. so name is None unconditonally.Mike Bayer2012-01-071-6/+4
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-0/+2
* happy new yearMike Bayer2012-01-0444-44/+44
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-253-6/+12
* - enable SAVEPOINT support fully, remove warning, [ticket:822].Mike Bayer2011-12-061-3/+6
* - [bug] Decode incoming values when retrievingMike Bayer2011-12-061-2/+9
* - [bug] don't cast "table name" as NVARCHARMike Bayer2011-12-061-1/+7
* add BEGIN workaround to pysqlite docs, [ticket:2219]Mike Bayer2011-12-062-1/+28
* update pyodbc/SQL server connection strings, [ticket:2217]Mike Bayer2011-12-061-8/+12
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-045-32/+37
* - [bug] pyodbc-based dialects now parse theMike Bayer2011-12-041-1/+1
* - [bug] repaired the with_hint() feature whichMike Bayer2011-12-031-2/+1
* emergency rewrite of the psycopg2 unicode sectionMike Bayer2011-11-291-24/+30