summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [feature] Added create_type constructor argumentMike Bayer2011-11-281-1/+82
* cleanupMike Bayer2011-11-211-2/+3
* passes for all three, includes multi col system with mysqlMike Bayer2011-11-211-2/+2
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-15/+12
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-7/+32
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-0/+13
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-9/+35
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-0/+50
* - Fixed bug related to [ticket:2141] whereby theMike Bayer2011-10-051-6/+12
* undo that change with the _, it doesn't break round tripsMike Bayer2011-10-031-1/+1
* - a CREATE TABLE will put the COLLATE optionMike Bayer2011-10-031-22/+32
* - Added "postgresql_using" argument to Index(), producesMike Bayer2011-10-021-3/+24
* - The String type now generates VARCHAR2 on OracleMike Bayer2011-09-241-9/+24
* - The behavior of =/!= when comparing a scalar selectMike Bayer2011-09-231-1/+28
* add a document note regarding CAST and the workaround in [ticket:2242]Mike Bayer2011-09-211-0/+29
* - Fixed ReturningResultProxy for zxjdbc dialect.Mike Bayer2011-09-211-1/+2
* - Changes to attempt support of FreeTDS 0.91 withMike Bayer2011-09-181-4/+3
* - Reflection functions for Table, Sequence no longerMike Bayer2011-09-091-8/+8
* undo accidental patch commitMike Bayer2011-08-181-3/+1
* document autocommit when using the compiler extension, update the "understand...Mike Bayer2011-08-181-1/+3
* - Narrowed the assumption made when reflectingMike Bayer2011-08-091-8/+50
* - Query will convert an OFFSET of zero whenMike Bayer2011-08-061-2/+2
* - use itertools.count() plus mutex for Query _new_runid, psycopg2 serverMike Bayer2011-08-061-2/+3
* link date/time classes correctly, helps [ticket:2244]Mike Bayer2011-08-041-1/+1
* - SQLite dialect no longer strips quotesMike Bayer2011-07-281-4/+6
* - added CURRENT to reserved word list.Mike Bayer2011-07-241-1/+1
* - Fixed OurSQL dialect to use ansi-neutralMike Bayer2011-07-241-6/+7
* - Added new "postgresql_ops" argument toMike Bayer2011-07-201-9/+43
* - repaired the oracle.RAW type which did notMike Bayer2011-07-191-3/+6
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-1/+1
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-012-3/+7
* - document that pysqlite does not share temporary tablesMike Bayer2011-06-292-0/+32
* - Added ORA-00028 to disconnect codes, useMike Bayer2011-06-221-1/+5
* sqlite :memory: works across threads now hooray !Mike Bayer2011-06-201-24/+42
* - Accept None from SQLite cursor.fetchone() whenMike Bayer2011-06-041-1/+11
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-12/+17
* - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0Mike Bayer2011-05-201-7/+23
* - Fixed bug in MSSQL dialect whereby the aliasingMike Bayer2011-05-191-1/+0
* random cleanupMike Bayer2011-05-041-1/+2
* utilize the zxjdbc PostgresqlHandler for better Decimal handling. hopefullyPhilip Jenvey2011-04-231-1/+18
* - Fixed the psycopg2_version parsing in theMike Bayer2011-04-181-2/+5
* no idea what "auto-commit" means here. some reorg.Mike Bayer2011-04-151-36/+37
* - Fixed support for precision numerics when usingMike Bayer2011-04-141-1/+7
* - Fixed bug where reflection of foreign keyMike Bayer2011-04-101-0/+4
* - no encoding with arraysMike Bayer2011-04-081-0/+2