summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dialects/mysql: inspect superclass for IntegerType in __repr__pr/53pr/52Haydn Dufrene2013-12-171-0/+4
* python2.5 fixMike Bayer2013-12-081-1/+1
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-35/+80
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-31/+33
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-2/+8
* Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* fix for 2.5Mike Bayer2013-12-041-1/+1
* - move tests for unique constraints to dialect suite, includingMike Bayer2013-12-032-1/+49
* - backport unique constraints reflection to 0.8.4, therebyRoman Podolyaka2013-12-035-5/+101
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-1/+2
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-291-7/+3
* Merge pull request #47 from yoloseem/patch-2mike bayer2013-11-291-1/+1
|\
| * Fixed a syntax error in example code.pr/47Hyunjun Kim2013-11-211-1/+1
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3
* | py3k fix for non-ascii SQL stringsMike Bayer2013-11-211-2/+3
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-212-8/+9
|/
* Fix cross referencesVraj Mohan2013-11-142-3/+3
* Ensure API generation and fix cross referencesVraj Mohan2013-11-141-2/+5
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-141-2/+2
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-142-3/+3
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* merge the same fix from masterMike Bayer2013-10-281-1/+1
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-272-2/+5
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-202-3/+6
* - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-0/+56
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* alphabetical orderingMike Bayer2013-10-131-17/+17
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-133-5/+40
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-14/+17
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-081-0/+8
* Fix a typo: evaluted -> evaluated.pr/32Hyunjun Kim2013-10-081-1/+1
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17