summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* added ORM supportMario Lassnig2013-11-141-2/+51
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+16
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-0/+33
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-4/+16
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-0/+29
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-11/+47
* - move this test to PG test_reflectionMike Bayer2013-10-253-81/+67
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-0/+19
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-252-0/+130
|\
| * ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-0/+41
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* | - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-5/+72
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+16
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-234-23/+265
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-12/+19
* | 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
* | try to get this to pass on slow environmnetsMike Bayer2013-10-211-1/+1
* | - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-211-1/+25
* | - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-0/+11
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-202-0/+23
* | - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-2/+68
* | - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-1/+41
* | use a set here alsoMike Bayer2013-10-181-2/+2
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+17
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-7/+20
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-109/+190
* | The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+22
* | - fix non-deterministic ordering pointMike Bayer2013-10-141-2/+3
* | - fix test warning here (oursql)Mike Bayer2013-10-141-2/+2
* | - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+194
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-5/+54
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-0/+62
* | use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-1/+3
* | - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-1/+13
* | The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-10/+20
* | The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-4/+9
|/
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+12
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+7
* - fix a bunch of test failuresMike Bayer2013-10-083-7/+8
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-0/+31
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-1/+48
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-0/+79
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-069-943/+1337
* - fix propagation of quote flag within _gen_label() so that if theMike Bayer2013-10-051-0/+13
* fix entity_zero resolutionMike Bayer2013-10-041-0/+13