summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-282-6/+15
* some ms/odbc fixesMike Bayer2010-02-281-2/+2
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-282-70/+98
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-4/+0
* Comments in oursql cause 2to3 to fail.Michael Trier2010-02-281-16/+14
* further numeric fixesMike Bayer2010-02-271-3/+9
* working on pyodbc / mxodbcMike Bayer2010-02-273-36/+47
* some todosMike Bayer2010-02-271-0/+7
* A few cleanups of the mxodbc dialect.Michael Trier2010-02-271-37/+4
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-272-1/+57
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-251-20/+0
* Support for the mysql+oursql dialect. Thank you Taavi Burns.Michael Trier2010-02-252-6/+45
* Fixed binary tests for mssql based on how the new types are being used.Michael Trier2010-02-241-16/+17
* - "out" parameters require a type that is supported byMike Bayer2010-02-231-4/+13
* - Added reflection/create table support for a wide rangeMike Bayer2010-02-231-32/+42
* Removed the text_as_varchar option in the mssql dialect. It wasn't being used.Michael Trier2010-02-231-1/+0
* long linesMike Bayer2010-02-231-1/+2
* Changed the py-postgresql dialect to indicate that it is using the pyformat p...Michael Trier2010-02-231-7/+4
* The py-postgresql dialect now supports sane rowcounts.Michael Trier2010-02-221-1/+3
* add import for "random"Mike Bayer2010-02-221-0/+1
* Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string.Michael Trier2010-02-221-1/+1
* - Composite PK table on InnoDB where the "autoincrement" columnMike Bayer2010-02-221-0/+20
* Fixed up the pypostgresql dialect so it appears in __init__.Michael Trier2010-02-221-2/+2
* - Further fixes for the mysql-connector dialect. [ticket:1668]Mike Bayer2010-02-142-11/+60
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-1313-201/+133
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-3/+10
* - Added "native_datetime=True" flag to create_engine().Mike Bayer2010-02-112-9/+79
* Fix mysql reflection of TINYINT(1) UNSIGNED columns.Jason Kirtland2010-02-101-2/+3
* - Fixed reflection bug whereby when COLLATE was present,Mike Bayer2010-02-101-2/+2
* fixMike Bayer2010-02-061-1/+1
* - Re-established initial support for pymssql.Mike Bayer2010-02-061-13/+7
* - use_ansi=False won't leak into the FROM/WHERE clause ofMike Bayer2010-01-301-3/+8
* oursql doesn't need the warnings propagate flagMike Bayer2010-01-291-3/+2
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-16/+14
* Fix #1663: the whitespace after DEFAULT may start with a newlineLele Gaifax2010-01-281-9/+10
* handle the new CursorFairy __setattr__Philip Jenvey2010-01-251-1/+1
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-4/+4
* - oracle + firebird: "case sensitivity" feature will detect an all-lowercaseMike Bayer2010-01-242-3/+10
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-2311-115/+37
* base supports_native_enum on 8.3 or greaterMike Bayer2010-01-211-2/+9
* moved the metadata step of ResultProxy into a ResultMetaData object. this al...Mike Bayer2010-01-201-16/+16
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-184-5/+62
* - add a unit test for r6089 / [ticket:1438]Mike Bayer2010-01-171-1/+1
* - implement dynamic type_affinity for Oracle.NUMBERMike Bayer2010-01-171-0/+8
* - remove the exclusion of cx_oracle.STRING from setinputsizes byMike Bayer2010-01-171-1/+3
* statement_options -> execution_optionsMike Bayer2010-01-171-4/+4
* - reorganized and re-documented Oracle schema tests to assumeMike Bayer2010-01-171-12/+9
* doc updates partially from [ticket:1651]Mike Bayer2010-01-171-3/+22
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-12/+28
* reflect MSSQL cols that have descending markers [ticket:1629]Mike Bayer2010-01-161-1/+2