summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - update mysql connector python links, #2938rel_0_6Mike Bayer2014-02-181-1/+2
* - merge udpated sql_mode documentation for [ticket:1552]Mike Bayer2013-04-291-58/+28
* pysqlite doc updateMike Bayer2012-08-301-29/+41
* - rewrite rowcount documentation to be as absolutely clear as possibleMike Bayer2012-06-121-0/+17
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-083-9/+19
* copyrightMike Bayer2012-05-0542-42/+42
* backport [ticket:2269] fix from 0.7Mike Bayer2011-12-061-2/+9
* - Fixed bug related to [ticket:2141] whereby theMike Bayer2011-10-051-6/+12
* - a CREATE TABLE will put the COLLATE optionMike Bayer2011-10-031-20/+30
* rollback r990939ba046a, does not apply to 0.6Mike Bayer2011-09-211-2/+1
* - Fixed ReturningResultProxy for zxjdbc dialect.Mike Bayer2011-09-211-1/+2
* link date/time classes correctly, helps [ticket:2244]Mike Bayer2011-08-041-1/+1
* - added CURRENT to reserved word list.Mike Bayer2011-07-241-1/+1
* - Fixed OurSQL dialect to use ansi-neutralMike Bayer2011-07-241-6/+7
* - repaired the oracle.RAW type which did notMike Bayer2011-07-191-3/+6
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-1/+1
* - Added ORA-00028 to disconnect codes, useMike Bayer2011-06-221-1/+5
* - Fixed bug whereby DATETIME2 type would fail onMike Bayer2011-06-051-0/+1
* - Fixed bug affecting PG 9 whereby index reflectionMike Bayer2011-05-201-7/+23
* - Fixed bug in MSSQL dialect whereby the aliasingMike Bayer2011-05-191-1/+0
* - Fixed bug where reflection of foreign keyMike Bayer2011-04-101-0/+4
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-8/+31
* - add a note about snapshot isolation [ticket:2078]Mike Bayer2011-03-271-0/+17
* - Documented SQLite DATE/TIME/DATETIME types.Mike Bayer2011-03-271-1/+101
* - Using column names that would require quotesMike Bayer2011-03-271-2/+7
* - Rewrote the query used to get the definition of a view,Mike Bayer2011-03-161-10/+21
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+3
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-2/+25
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-152-0/+144
* - oursql dialect accepts the same "ssl" arguments inMike Bayer2011-02-101-0/+10
* - Added an additional libpq message to the list of "disconnect"Mike Bayer2011-02-091-3/+11
* - When explicit sequence execution derives the nameMike Bayer2011-02-041-5/+14
* port rb28ffd5e1fb9 from tipMike Bayer2011-01-182-6/+60
* crappy docs, lets try that againrel_0_6_6Mike Bayer2011-01-081-4/+5
* - document implicit_returning feature on create_engine()Mike Bayer2011-01-081-0/+26
* - adjustment to r5af852db0056 to allow correct decimal importMike Bayer2011-01-031-1/+1
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-032-3/+4
* -whitespace removal bonanzaMike Bayer2011-01-0231-473/+473
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-0245-21/+225
* - fix mssql index bug, regression post 0.6.4Mike Bayer2010-12-151-11/+18
* - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-1/+4
* - Added as_uuid=True flag to the UUID type, will receiveMike Bayer2010-11-181-2/+63
* - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-183-17/+24
* - The cx_oracle "decimal detection" logic, which takes placeMike Bayer2010-11-181-15/+108
* - On the same theme, the REFERENCES clause in a CREATE TABLEMike Bayer2010-11-121-1/+11
* - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-0/+4
* - mysqlMike Bayer2010-11-031-1/+1
* - mssql+pymssql dialect now honors the "port" portionMike Bayer2010-10-241-2/+4
* - Rewrote the reflection of indexes to use sys.Mike Bayer2010-10-232-15/+48
* - Oracle - the implicit_retunring argument to create_engine()Mike Bayer2010-10-231-3/+5