summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-233-14/+38
* some zoomark tests without c exts callcounts updatedMike Bayer2013-10-211-3/+3
* - just comment out this test, we may have to figure out if the wholeMike Bayer2013-10-211-12/+13
* - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* try to get this to pass on slow environmnetsMike Bayer2013-10-211-1/+1
* typosMike Bayer2013-10-212-4/+6
* - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-215-14/+110
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-213-2/+21
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-2012-63/+315
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-204-6/+87
* - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-183-14/+68
* - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* - add a "limitations of reflection" section, [ticket:2233]Mike Bayer2013-10-182-0/+35
* use a set here alsoMike Bayer2013-10-181-2/+2
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-183-2/+21
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-183-4/+77
* - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-153-8/+39
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-146-197/+315
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-143-1/+38
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* Merge pull request #35 from alex/less-dictsmike bayer2013-10-141-5/+4
|\
| * Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* | these are in alphabetical orderMike Bayer2013-10-131-21/+21
* | migration guideMike Bayer2013-10-132-0/+45
|/
* nameMike Bayer2013-10-131-1/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-134-5/+257
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-133-7/+66
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-123-2/+24
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-1211-34/+87
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-112-7/+7
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-113-3/+24
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-113-11/+28
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-113-7/+22
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-113-11/+22
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-083-0/+24
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-083-1/+24
* 0.8 changelogMike Bayer2013-10-081-0/+7
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-082-1/+8
* - fix a bunch of test failuresMike Bayer2013-10-084-8/+9
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-073-3/+56
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-063-6/+53
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-064-32/+148
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-0626-1903/+2847
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-052-1/+21
* fix entity_zero resolutionMike Bayer2013-10-042-1/+23
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-0311-14/+634