summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* docs on disposeMike Bayer2010-05-151-0/+23
* disclaimer for the "type=None" semi-featureMike Bayer2010-05-151-3/+5
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-132-0/+20
* - Added internal warning in case an instance without aMike Bayer2010-05-131-0/+9
* - fixed __setstate__ method of CollectionAdapter to notMike Bayer2010-05-131-8/+13
* - func.XXX() doesn't inadvertently resolve to non-FunctionMike Bayer2010-05-131-1/+3
* some pep-8ingMike Bayer2010-05-133-239/+442
* - the _make_proxy() method of ColumnClause and Column now useMike Bayer2010-05-103-2/+18
* - expr.in_() now accepts a text() construct as the argument.Mike Bayer2010-05-081-2/+9
* - session.merge() will not expire attributes on the returnedMike Bayer2010-05-087-36/+63
* - func.sysdate() emits "SYSDATE()", i.e. with the endingMike Bayer2010-05-081-0/+3
* - Added 'connection shutdown' to the list of exception stringsMike Bayer2010-05-081-1/+2
* add a note about native unicode mode, [ticket:1792]Mike Bayer2010-05-081-0/+5
* - the SqlSoup constructor accepts a `base` argument which specifiesMike Bayer2010-05-081-5/+8
* merge tipMike Bayer2010-05-0311-30/+40
|\
| * place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t...Mike Bayer2010-04-303-4/+17
| * remove docs for deprecated featureChris Withers2010-04-301-7/+0
| * fix some 2to3 breakage on the cx_oracle dialectMike Bayer2010-04-291-1/+2
| * remove a few superfluous importsMike Bayer2010-04-294-16/+13
| * - Fixed bug in connection pool cursor wrapper whereby if aMike Bayer2010-04-281-1/+1
| * fix sphinx referenceChris Withers2010-04-281-1/+1
| * - oracle_xe 5 doesn't accept a Python unicode object inMike Bayer2010-04-281-0/+5
| * take2 on #1781.Gaëtan de Menten2010-04-271-1/+2
* | - Fixed use_ansi=False mode, which was producing brokenMike Bayer2010-05-031-2/+7
|/
* - Added integer coercion to the "type_conv" attribute whenMike Bayer2010-04-261-2/+4
* - Added a label to the query used within has_table() andMike Bayer2010-04-261-2/+2
* - Fixed regression introduced in 0.6.0 involving improperMike Bayer2010-04-261-2/+1
* Hopefully fix C extension on python2.4 (ticket #1781), however I can't test itGaëtan de Menten2010-04-262-0/+13
* - Fixed "table" argument on constructor of ForeginKeyConstraintMike Bayer2010-04-261-1/+1
* - Fixed errant space character when generating ADD CONSTRAINTMike Bayer2010-04-261-1/+1
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-3/+8
* - Added a check for cx_oracle versions lower than version 5,Mike Bayer2010-04-191-8/+12
* format string for no primary mapper defined error, [ticket:1774]Mike Bayer2010-04-181-1/+1
* added detailed documentation regarding ORM performance in conjunction with mu...Mike Bayer2010-04-182-5/+78
* have polymorphic_union render the 'literal' in a type-specific wayMike Bayer2010-04-171-2/+4
* inline thisMike Bayer2010-04-171-5/+4
* a little bit of refinementMike Bayer2010-04-174-10/+22
* - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772]Mike Bayer2010-04-161-1/+3
* when raising about columns not present, include the name of the property it's...Mike Bayer2010-04-161-4/+7
* since we are calling traverse_single within ddl.py, call traverse_single at t...Mike Bayer2010-04-161-1/+1
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-164-10/+24
* holy python2.4 batmanMike Bayer2010-04-151-4/+4
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-155-7/+87
* actually we need to copy the dict there since it gets run repeatedly inside o...Mike Bayer2010-04-151-1/+1
* adjust incoming params to add keys that are specific to the compiled, i.e. or...Mike Bayer2010-04-151-0/+3
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-156-34/+46
* 0.6.0 prepMike Bayer2010-04-142-4/+1
* merge tipMike Bayer2010-04-134-49/+193
|\
| * merge tipChris Withers2010-04-132-16/+26
| |\
| | * merge tipMike Bayer2010-04-121-6/+12
| | |\