Commit Graph

10240 Commits

Author SHA1 Message Date
Mike Bayer 5c2ccaf729 link to flushing 2013-02-18 18:49:09 -05:00
Mike Bayer 2e48e715ac merge default 2013-02-18 16:31:32 -05:00
Mike Bayer 83603df51c add a link here 2013-02-18 16:31:18 -05:00
Hajime Nakagami 60028c3607 test for cymysql 2013-02-17 15:07:19 +09:00
Hajime Nakagami a521f21249 add cymysql dialect 2013-02-17 12:38:15 +09:00
Mike Bayer 124b240fb1 - fix to PDF generation failing totally, latex tools here
are broken but will see if RTD produces a pdf
2013-02-14 15:58:11 -05:00
Mike Bayer d4f0123c43 merge default 2013-02-11 21:11:08 -05:00
Mike Bayer ce9d61be9b see also for session commit, rollback 2013-02-11 21:10:55 -05:00
Mike Bayer e46fa354d9 merge default 2013-02-09 14:35:46 -05:00
Mike Bayer b6b147c5ec engines 2013-02-09 14:35:36 -05:00
Mike Bayer fa79977ac3 merge default 2013-02-09 14:34:06 -05:00
Mike Bayer f28a122a7d start putting "toplevel" back in as interphinx can't link to :doc: 2013-02-09 14:33:52 -05:00
Mike Bayer 22b3181866 The cx_oracle dialect will no longer run the bind parameter names
through ``encode()``, as this is not valid on Python 3, and prevented
statements from functioning correctly on Python 3.  We now
encode only if ``supports_unicode_binds`` is False, which is not
the case for cx_oracle when at least version 5 of cx_oracle is used.
2013-02-08 12:42:36 -05:00
Mike Bayer b6195b1f75 Fixed bug whereby :meth:.Query.yield_per would set the execution
options incorrectly, thereby breaking subsequent usage of the
:meth:`.Query.execution_options` method.  Courtesy Ryan Kelly.
[ticket:2661]
2013-02-08 01:20:41 -05:00
Mike Bayer 9e3cd16c21 - encourage requirements to be in the dialect module,
document running SQLA main tests with external dialect
2013-02-07 20:29:47 -05:00
Mike Bayer d2292fdf53 merge default 2013-02-07 20:06:36 -05:00
Mike Bayer 30723f75af 0.7.10 release date 2013-02-07 20:06:20 -05:00
Mike Bayer 1986e78acb - fix exclusion here
- mysql doesn't reset table counter here so test differently
2013-02-06 21:02:42 -05:00
Mike Bayer 8550a4c386 port numeric tests to dialect suite 2013-02-06 20:20:07 -05:00
Mike Bayer a0ef9edc19 - adding in requirements
- get test_naturalpks to be more generalized
2013-02-06 19:06:09 -05:00
Mike Bayer 47858b85ec - add support for pulling in an external requirements file
- start filling in default versions of remaining requirements that are still only in test/
2013-02-06 17:50:11 -05:00
Mike Bayer 4ad4e9fccb - cleanup HasSequence and move it to test_sequences 2013-02-06 16:36:35 -05:00
Mike Bayer 827b936bc0 - add an explicit test for sequences "optional" 2013-02-06 16:24:38 -05:00
Mike Bayer 2121c1690a - add an "empty_inserts" requirement target plus a suite test
- add suite tests for basic explicit Sequence support, result-row column access (tests that name_normalize is set correctly among many other things)
2013-02-06 15:49:32 -05:00
Mike Bayer 17790c9896 - revert mistaken checkin 2013-02-06 15:00:44 -05:00
Mike Bayer d21f4d8925 - need autoincrement here 2013-02-06 12:52:37 -05:00
Mike Bayer 89ddc328c5 changelog 2013-02-02 21:04:08 -05:00
Mike Bayer f4f3c56cd3 Fixed the consideration of the `between()` operator
so that it works correctly with the new relationship local/remote
system.
[ticket:1768]
2013-02-02 20:48:53 -05:00
Mike Bayer af44efe26e Fixed a bug regarding column annotations which in particular
could impact some usages of the new :func:`.orm.remote` and
:func:`.orm.local` annotation functions, where annotations
could be lost when the column were used in a subsequent
expression.
[ticket:2660]
2013-02-02 20:06:31 -05:00
Mike Bayer eea0ca9fb4 cleanup and pep8 2013-02-02 19:57:45 -05:00
Mike Bayer acb9ded7c8 more egregious long lines 2013-02-02 18:59:19 -05:00
Mike Bayer d7e4a85290 whack more long lines in very old docstrings 2013-02-02 18:54:54 -05:00
Mike Bayer db756a5911 formatting 2013-02-02 18:49:33 -05:00
Mike Bayer a6697a83e5 Added a conditional import to the `gaerdbms` dialect which attempts
to import rdbms_apiproxy vs. rdbms_googleapi to work
on both dev and production platforms.  Also now honors the
``instance`` attribute.  Courtesy Sean Lynch.
[ticket:2649]
2013-02-02 18:40:56 -05:00
Mike Bayer 681a0b1d67 changelog for 0.7 2013-02-02 17:00:54 -05:00
Mike Bayer 5f6f5e7eb6 merge default 2013-02-02 16:49:38 -05:00
Mike Bayer 55f24aaf6e clean up ordering list docs, [ticket:2557] 2013-02-02 16:46:12 -05:00
Mike Bayer e3f71d92f4 fix markup 2013-02-02 16:20:30 -05:00
Mike Bayer cb19f227f3 The :meth:.ColumnOperators.in_ operator will now coerce
values of ``None`` to :func:`.null`.
[ticket:2496]
2013-02-02 16:17:58 -05:00
Mike Bayer f993e62f27 merge default 2013-02-01 20:48:40 -05:00
Mike Bayer da3d817f36 Added a new argument to :class:.Enum and its base
:class:`.SchemaType` ``inherit_schema``.  When set to ``True``,
the type will set its ``schema`` attribute of that of the
:class:`.Table` to which it is associated.  This also occurs
during a :meth:`.Table.tometadata` operation; the :class:`.SchemaType`
is now copied in all cases when :meth:`.Table.tometadata` happens,
and if ``inherit_schema=True``, the type will take on the new
schema name passed to the method.   The ``schema`` is important
when used with the Postgresql backend, as the type results in
a ``CREATE TYPE`` statement. [ticket:2657]
2013-02-01 20:47:02 -05:00
Mike Bayer 096a9cec14 version bump 2013-02-01 20:45:29 -05:00
Mike Bayer dd1262e659 merge default 2013-01-28 13:58:18 -05:00
Mike Bayer 7790425a99 - add full docs for like()/ilike() 2013-01-28 13:58:01 -05:00
Mike Bayer b3cf6c44e1 add any/all to __all__ 2013-01-28 13:57:48 -05:00
Mike Bayer 1c82e1cff7 - documentation for any()/all() 2013-01-28 13:49:18 -05:00
Audrius Kažukauskas dbdf4f25e2 Add ANY/ALL construct support for PostgreSQL's ARRAY type 2013-01-28 19:58:06 +02:00
Mike Bayer 684d8d4c81 - use SQL constructs here for databases that need to escape names like "data" 2013-01-27 17:15:25 -05:00
Mike Bayer e26b28224d Fixed bug where :meth:.Table.tometadata would fail if a
:class:`.Column` had both a foreign key as well as an
alternate ".key" name for the column.   Also in 0.7.10.
[ticket:2643]
2013-01-27 11:23:59 -05:00
Taavi Burns 8ca42e38b3 Fixing a code block in the PostgreSQL base dialect docstring. 2013-01-25 22:48:34 -05:00