| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs on dispose | Mike Bayer | 2010-05-15 | 1 | -0/+23 |
| * | disclaimer for the "type=None" semi-feature | Mike Bayer | 2010-05-15 | 1 | -3/+5 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 2 | -0/+20 |
| * | - Added internal warning in case an instance without a | Mike Bayer | 2010-05-13 | 1 | -0/+9 |
| * | - fixed __setstate__ method of CollectionAdapter to not | Mike Bayer | 2010-05-13 | 1 | -8/+13 |
| * | - func.XXX() doesn't inadvertently resolve to non-Function | Mike Bayer | 2010-05-13 | 1 | -1/+3 |
| * | some pep-8ing | Mike Bayer | 2010-05-13 | 3 | -239/+442 |
| * | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 3 | -2/+18 |
| * | - expr.in_() now accepts a text() construct as the argument. | Mike Bayer | 2010-05-08 | 1 | -2/+9 |
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 7 | -36/+63 |
| * | - func.sysdate() emits "SYSDATE()", i.e. with the ending | Mike Bayer | 2010-05-08 | 1 | -0/+3 |
| * | - Added 'connection shutdown' to the list of exception strings | Mike Bayer | 2010-05-08 | 1 | -1/+2 |
| * | add a note about native unicode mode, [ticket:1792] | Mike Bayer | 2010-05-08 | 1 | -0/+5 |
| * | - the SqlSoup constructor accepts a `base` argument which specifies | Mike Bayer | 2010-05-08 | 1 | -5/+8 |
| * | merge tip | Mike Bayer | 2010-05-03 | 11 | -30/+40 |
| |\ |
|
| | * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 3 | -4/+17 |
| | * | remove docs for deprecated feature | Chris Withers | 2010-04-30 | 1 | -7/+0 |
| | * | fix some 2to3 breakage on the cx_oracle dialect | Mike Bayer | 2010-04-29 | 1 | -1/+2 |
| | * | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 4 | -16/+13 |
| | * | - Fixed bug in connection pool cursor wrapper whereby if a | Mike Bayer | 2010-04-28 | 1 | -1/+1 |
| | * | fix sphinx reference | Chris Withers | 2010-04-28 | 1 | -1/+1 |
| | * | - oracle_xe 5 doesn't accept a Python unicode object in | Mike Bayer | 2010-04-28 | 1 | -0/+5 |
| | * | take2 on #1781. | Gaëtan de Menten | 2010-04-27 | 1 | -1/+2 |
| * | | - Fixed use_ansi=False mode, which was producing broken | Mike Bayer | 2010-05-03 | 1 | -2/+7 |
| |/ |
|
| * | - Added integer coercion to the "type_conv" attribute when | Mike Bayer | 2010-04-26 | 1 | -2/+4 |
| * | - Added a label to the query used within has_table() and | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
| * | - Fixed regression introduced in 0.6.0 involving improper | Mike Bayer | 2010-04-26 | 1 | -2/+1 |
| * | Hopefully fix C extension on python2.4 (ticket #1781), however I can't test it | Gaëtan de Menten | 2010-04-26 | 2 | -0/+13 |
| * | - Fixed "table" argument on constructor of ForeginKeyConstraint | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
| * | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
| * | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -3/+8 |
| * | - Added a check for cx_oracle versions lower than version 5, | Mike Bayer | 2010-04-19 | 1 | -8/+12 |
| * | format string for no primary mapper defined error, [ticket:1774] | Mike Bayer | 2010-04-18 | 1 | -1/+1 |
| * | added detailed documentation regarding ORM performance in conjunction with mu... | Mike Bayer | 2010-04-18 | 2 | -5/+78 |
| * | have polymorphic_union render the 'literal' in a type-specific way | Mike Bayer | 2010-04-17 | 1 | -2/+4 |
| * | inline this | Mike Bayer | 2010-04-17 | 1 | -5/+4 |
| * | a little bit of refinement | Mike Bayer | 2010-04-17 | 4 | -10/+22 |
| * | - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772] | Mike Bayer | 2010-04-16 | 1 | -1/+3 |
| * | when raising about columns not present, include the name of the property it's... | Mike Bayer | 2010-04-16 | 1 | -4/+7 |
| * | since we are calling traverse_single within ddl.py, call traverse_single at t... | Mike Bayer | 2010-04-16 | 1 | -1/+1 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 4 | -10/+24 |
| * | holy python2.4 batman | Mike Bayer | 2010-04-15 | 1 | -4/+4 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 5 | -7/+87 |
| * | actually we need to copy the dict there since it gets run repeatedly inside o... | Mike Bayer | 2010-04-15 | 1 | -1/+1 |
| * | adjust incoming params to add keys that are specific to the compiled, i.e. or... | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 6 | -34/+46 |
| * | 0.6.0 prep | Mike Bayer | 2010-04-14 | 2 | -4/+1 |
| * | merge tip | Mike Bayer | 2010-04-13 | 4 | -49/+193 |
| |\ |
|
| | * | merge tip | Chris Withers | 2010-04-13 | 2 | -16/+26 |
| | |\ |
|
| | | * | merge tip | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| | | |\ |
|