summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.9.8rel_0_9_8Mike Bayer2014-10-132-2/+3
* - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-125-106/+160
* - embedding an existing predicate into a new one onlyMike Bayer2014-10-111-2/+1
* - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-113-1/+33
* - fix the marker here so this page can be foundMike Bayer2014-10-102-5/+8
* - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-093-1/+37
* - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-072-1/+13
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-063-1/+40
* - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-063-0/+26
* - rework tests for attached databases into individual tests,Mike Bayer2014-09-293-39/+121
* - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-292-5/+22
* - flake8Mike Bayer2014-09-261-51/+62
* - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-262-0/+12
* - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
* - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-188-28/+230
* - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-182-1/+17
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-184-15/+90
* - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-163-1/+30
* - raise from cause here to preserve stack traceMike Bayer2014-09-161-1/+1
* Added EXASolution dialect to documentationJan2014-09-161-0/+1
* - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
* - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-4/+7
* Updated documenation for engines.rstJim Hokanson2014-09-141-1/+6
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-113-5/+35
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-105-2/+65
* - for whatever reason, Insert.values() with multi values wasn'tMike Bayer2014-09-092-0/+28
* - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+122
* - mako_layout isn't used, remove itMike Bayer2014-09-072-4/+4
* Docs: use the base layout when mako_layout=='epub'hiaselhans2014-09-072-1/+8
* - set flavor to "index" here as MySQL is sending NoneMike Bayer2014-09-051-2/+2
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-025-10/+49
* - backport the expects_warning() context manager from 1.0Mike Bayer2014-09-021-22/+23
* - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-013-41/+177
* - walk back these literal SQL lectures into something much more succinct.Mike Bayer2014-08-312-100/+23
* - improve from_statement() docMike Bayer2014-08-311-3/+9
* - start encouraging the use of text() for injection of string-based SQLMike Bayer2014-08-312-15/+18
* - add a test to events within load to verify something we wantMike Bayer2014-08-291-0/+41
* - add some more docs to yield_perMike Bayer2014-08-291-18/+38
* - changelog for pr bitbucket:28Mike Bayer2014-08-251-0/+9
* add update() support to MutableDictMatt Chisholm2014-08-252-0/+16
* - changelog for pr bitbucket:27Mike Bayer2014-08-251-0/+10
* fix MutableDict.coerceMatt Chisholm2014-08-252-3/+56
* - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5