| Commit message (Expand) | Author | Age | Files | Lines |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -9/+9 |
* | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -3/+3 |
* | skip some len calls | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
* | - inlinings | Mike Bayer | 2010-12-16 | 1 | -1/+5 |
* | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -3/+3 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -13/+11 |
* | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917] | Mike Bayer | 2010-11-20 | 1 | -10/+9 |
|\ |
|
| * | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -10/+9 |
* | | - merge metadata/schema/declarative branch, [ticket:1893] | Mike Bayer | 2010-11-20 | 1 | -9/+24 |
|\ \ |
|
| * | | [ticket:1893] implementation | Mike Bayer | 2010-11-15 | 1 | -9/+24 |
| |/ |
|
* | | merge tip | Mike Bayer | 2010-11-14 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | - The 'info' attribute of Column is copied during | Mike Bayer | 2010-11-14 | 1 | -0/+1 |
* | | merge tip | Mike Bayer | 2010-11-13 | 1 | -13/+6 |
|\ \
| |/ |
|
| * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -13/+6 |
* | | more docs | Mike Bayer | 2010-11-10 | 1 | -3/+31 |
* | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -12/+46 |
* | | - merge tip | Mike Bayer | 2010-11-06 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | - added "views=True" option to metadata.reflect(), | Mike Bayer | 2010-10-02 | 1 | -2/+10 |
* | | merge tip | Mike Bayer | 2010-10-02 | 1 | -11/+31 |
|\ \
| |/ |
|
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 1 | -0/+4 |
| * | - use "key in dict" rather than KeyError if the usual case | Mike Bayer | 2010-09-18 | 1 | -37/+28 |
| * | add warning about dodgy use of tometadata | Chris Withers | 2010-09-16 | 1 | -1/+5 |
| * | tometadata now copies indexes as well | Chris Withers | 2010-09-16 | 1 | -1/+22 |
| * | make sure kwargs are copied by tometadata | Chris Withers | 2010-09-16 | 1 | -1/+1 |
* | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -30/+7 |
* | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -7/+69 |
|\ \
| |/ |
|
| * | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -2/+2 |
| * | almost through. | Mike Bayer | 2010-09-04 | 1 | -5/+67 |
* | | restore the deprecated docs | Mike Bayer | 2010-09-04 | 1 | -2/+60 |
* | | - refinements to DDL events, including new execute_if(), got pickling to work | Mike Bayer | 2010-09-03 | 1 | -76/+78 |
* | | doh, forgot about ddl events. need some work with the pickling. | Mike Bayer | 2010-08-31 | 1 | -82/+45 |
|/ |
|
* | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+9 |
* | - Fixed bug whereby replacing composite foreign key | Mike Bayer | 2010-08-04 | 1 | -1/+5 |
* | - Added full description of parent table/column, | Mike Bayer | 2010-08-03 | 1 | -2/+3 |
* | - add an example of declarative with hybrid, including why this | Mike Bayer | 2010-08-02 | 1 | -5/+37 |
* | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
* | - more 78 chars | Mike Bayer | 2010-07-10 | 1 | -174/+223 |
* | - Column.copy() takes along the "unique" attribute | Mike Bayer | 2010-06-15 | 1 | -0/+1 |
* | 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 | 1 | -0/+15 |
* | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 1 | -1/+1 |
* | - Fixed "table" argument on constructor of ForeginKeyConstraint | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
* | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 1 | -2/+10 |
* | - The ORM will set the docstring of all generated descriptors | Mike Bayer | 2010-04-02 | 1 | -0/+5 |
* | - the copy() method of Column now copies over uninitialized | Mike Bayer | 2010-03-11 | 1 | -2/+5 |
* | -remove proof of concept "cascade constraints" | Mike Bayer | 2010-02-28 | 1 | -4/+0 |
* | Added the ability to strip the schema when using tometadata by passing schema... | Michael Trier | 2010-02-25 | 1 | -2/+4 |
* | - "out" parameters require a type that is supported by | Mike Bayer | 2010-02-23 | 1 | -1/+6 |
* | - added util.portable_instancemethod to provide a quick way to make an instan... | Mike Bayer | 2010-02-22 | 1 | -3/+14 |
* | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -2/+2 |