summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
| * import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-272-21/+11
| * plugging awayMike Bayer2013-04-273-35/+28
| * - the raw 2to3 runMike Bayer2013-04-277-93/+96
* | attempt number one, doesn't detect though if the label in the order by is not...Mike Bayer2013-05-271-0/+2
|/
* Reworked internal exception raises that emitMike Bayer2013-04-183-49/+25
* Improvements to Connection auto-invalidationMike Bayer2013-04-111-24/+32
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-1/+1
* - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-241-0/+4
* Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+1
* - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` willMike Bayer2013-03-021-3/+3
* cleanupMike Bayer2013-03-021-8/+8
* The cx_oracle dialect will no longer run the bind parameter namesMike Bayer2013-02-081-1/+3
* more egregious long linesMike Bayer2013-02-021-1/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* happy new year (see #2645)Diana Clarke2013-01-0110-10/+10
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* merge latest defaultMike Bayer2012-12-083-20/+20
|\
| * fixing broken links (see #2625)Diana Clarke2012-12-062-12/+12
| * fixing broken links (see #2625)Diana Clarke2012-12-052-9/+9
* | compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
|/
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-223-38/+116
* - an enormous merge just because I committed a one line log entry. the joy o...Mike Bayer2012-11-2011-127/+169
|\
| * just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-1911-127/+169
* | should be logging thisMike Bayer2012-11-201-0/+2
|/
* - merge ben's patch with updatesMike Bayer2012-11-171-1/+1
|\
| * Updated sybase testing requirementsBenjamin Trofatter2012-10-311-1/+1
* | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`Mike Bayer2012-11-141-43/+38
* | improve some autodoc linksMike Bayer2012-10-312-7/+7
|/
* - more docsMike Bayer2012-10-262-2/+2
* versionaddedMike Bayer2012-10-251-2/+4
* The long-deprecated and non-functional ``assert_unicode`` flag onMike Bayer2012-10-252-17/+1
* version noteMike Bayer2012-10-241-0/+3
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-2/+6
* aaaarrrggMike Bayer2012-10-231-1/+1
* tweaksMike Bayer2012-10-231-1/+1
* Added a new method :meth:`.Engine.execution_options`Mike Bayer2012-10-231-16/+114
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-2/+6
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-082-1/+11
* - add back __engine_options__Mike Bayer2012-10-041-3/+3
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-0/+1
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-9/+24
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-302-3/+4
* devMike Bayer2012-09-291-2/+2
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-1/+1
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-1/+3
* - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-1/+3
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-1/+9
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-1/+1
* - [feature] The before_cursor_execute eventMike Bayer2012-08-232-56/+18
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-1/+1