summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-1/+23
* -be more agnostic of quotes hereMike Bayer2013-11-231-2/+2
* clean up importsMike Bayer2013-11-231-9/+5
* - this test only for mysqlMike Bayer2013-11-231-2/+5
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-234-93/+136
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-1/+25
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-222-3/+21
* Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+6
* - cleanupMike Bayer2013-11-221-267/+281
* something changed the name here, probably one of those doc pullreqsMike Bayer2013-11-211-1/+1
* fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-3/+21
* - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+13
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-192-0/+14
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+114
* - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-1722-96/+12
* Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+12
* - 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