| 2010-11-28 |
Mike Bayer | - assuming I read pep-386 correctly, the first 0.7... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - mappers can be created against select() constructs... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | combine test/engine/test_metadata.py and test/sql/test_... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - replace util.py with util/ package, [ticket:1986] |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - sqlalchemy.test and nose plugin moves back to being... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - a column with a "mutable" type mapped as "deferred... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - Pooling methods now underscored or removed: |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - the "type_map" dictionary in sqlalchemy.types is... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - cascade_backrefs flag on relationship() now set to... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - fix test related to [ticket:1980] |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - the "mutable" flag on PickleType, postgresql.ARRAY... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - the names used in the NamedTuple returned by Query... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - NullPool is now used by default for SQLite file- |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - post_process_text() is called for DDL() constructs... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - push polymorphic_on not recognized warning to an... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - _literal_as_text raises if the incoming arg is not... |
commit | commitdiff | tree | snapshot |
| 2010-11-28 |
Mike Bayer | - Query.get() will raise if the number of params |
commit | commitdiff | tree | snapshot |
| 2010-11-27 |
Gaëtan de Menten | fixed a small potential memory leak in UnicodeResultPro... |
commit | commitdiff | tree | snapshot |
| 2010-11-26 |
Mike Bayer | - merge 2-arg form of query.join(), [ticket:1923] |
commit | commitdiff | tree | snapshot |
| 2010-11-26 |
Mike Bayer | - merge mapper simpler compile branch, [ticket:1966] |
commit | commitdiff | tree | snapshot |
| 2010-11-25 |
Mike Bayer | - Fixed operator precedence rules for multiple |
commit | commitdiff | tree | snapshot |
| 2010-11-25 |
Mike Bayer | - adjust importlater to import the full path, break... |
commit | commitdiff | tree | snapshot |
| 2010-11-24 |
Mike Bayer | this is new |
commit | commitdiff | tree | snapshot |
| 2010-11-24 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-24 |
Mike Bayer | - SqlSoup overhaul |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - fixes for PG, mysql, twophase |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - logging has been overhauled such that engines no... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - the column assigned to polymorphic_on now behaves... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - bindparam() gets a new option "callable", which is... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge FromObj cleanup, immutable .c attribute patch... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge metadata/schema/declarative branch, [ticket... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - add distinct tests for mapping to join with "exclude... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge no-save-cascade collection flushes branch,... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | one more orphan test |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - the in-flush check for "pending orphan being flushed... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge reverse inheriting col order, [ticket:1892] |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - the ordering of columns in a multi-column property... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge limit/offset as binds branch, [ticket:805] |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge hybrid attributes branch, [ticket:1903] |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - merge events branch, [ticket:1902] |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Mike Bayer | - repair remaining tests |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Taavi Burns | merge |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Taavi Burns | Remove unused import. |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Taavi Burns | DecimalResultProcessor memory testing is likely to... |
commit | commitdiff | tree | snapshot |
| 2010-11-20 |
Taavi Burns | Shorter tests for [ticket:1978] |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | - modernize MutableTypesTest, add tests for expired... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | - active_history flag also added to composite(). |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Taavi Burns | Fix memory leaks in the cprocessors DecimalResultProces... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | skip on 2.4 |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | - remove really old, redundant test |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - Added as_uuid=True flag to the UUID type, will receive |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - Ensured every numeric, float, int code, scalar +... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - fix test specification for oracle euro test |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - Added active_history flag to relationship() |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - The mapper argument "primary_key" can be passed as a |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - The cx_oracle "decimal detection" logic, which takes... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Mike Bayer | - establish a consistent pattern of behavior along... |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Mike Bayer | - initial patch for [ticket:1926] |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Mike Bayer | - An error is raised if __table_args__ is not in tuple |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | - primary_key arg to mapper() is a list |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | - adapt initial patch from [ticket:1917] to current tip |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | - set sqla_nose as the setup.py test runner - works ! |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | - move sqlalchemy.test to test.lib |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | first step of [ticket:1949], remove the setuptools... |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | [ticket:1893] implementation |
commit | commitdiff | tree | snapshot |
| 2010-11-16 |
Mike Bayer | [ticket:1966] implementation |
commit | commitdiff | tree | snapshot |
| 2010-11-15 |
Mike Bayer | - Added a bind processor for booleans which coerces |
commit | commitdiff | tree | snapshot |
| 2010-11-15 |
Mike Bayer | - Fixed indexing of Query objects by -1. It was erroneously |
commit | commitdiff | tree | snapshot |
| 2010-11-15 |
Mike Bayer | - add a few choice TypeDecorator recipes |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | - SessionEvents is on board and the event model is... |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | - event documentation bonanza |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | - add helpstring for site-mako |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | - pool event tests that don't depend on deprecated... |
commit | commitdiff | tree | snapshot |
| 2010-11-14 |
Mike Bayer | - The 'info' attribute of Column is copied during |
commit | commitdiff | tree | snapshot |
| 2010-11-13 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-11-13 |
Mike Bayer | - move inline "import" statements to use new "util... |
commit | commitdiff | tree | snapshot |
| 2010-11-13 |
Mike Bayer | - additional fix for [ticket:1964] |
commit | commitdiff | tree | snapshot |
| 2010-11-13 |
Mike Bayer | - nose3 seems to support "addplugins" now |
commit | commitdiff | tree | snapshot |
| 2010-11-13 |
Mike Bayer | comment |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Mike Bayer | - On the same theme, the REFERENCES clause in a CREATE... |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Mike Bayer | - The REFERENCES clause in a CREATE TABLE that includes |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Mike Bayer | whoopsie |
commit | commitdiff | tree | snapshot |
| 2010-11-12 |
Mike Bayer | - Fixed bug regarding "subqueryload" strategy whereby |
commit | commitdiff | tree | snapshot |
| 2010-11-11 |
Mike Bayer | more docs |
commit | commitdiff | tree | snapshot |
| 2010-11-11 |
Mike Bayer | - move deprecated interfaces down to bottom of TOC... |
commit | commitdiff | tree | snapshot |
| 2010-11-09 |
Mike Bayer | - basic docs |
commit | commitdiff | tree | snapshot |
| 2010-11-09 |
Mike Bayer | - adapted MapperExtensionTest into MapperEventsTest |
commit | commitdiff | tree | snapshot |
| 2010-11-09 |
Mike Bayer | stupid tab got committed |
commit | commitdiff | tree | snapshot |
| next |