| 2012-10-28 |
Mike Bayer | - remove remote_foreign annotation |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | - updated relationship docs, others |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | - add a missing reference handler to handle the inherit... |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | more migration notes |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | - store only MultipleClassMarkers inside of ModuleMarke... |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | - cover additional cases for [ticket:2585], where event... |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | glossary updates |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2012-10-27 |
Mike Bayer | - more docs |
commit | commitdiff | tree | snapshot |
| 2012-10-26 |
Mike Bayer | - add class_ to AliasedInsp |
commit | commitdiff | tree | snapshot |
| 2012-10-26 |
Mike Bayer | - some naming changes on PropComparator, Comparator: |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | versionadded |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | remove some whitespace |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | 0.7 updates, links |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | add changelogs |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | The long-deprecated and non-functional ``assert... |
commit | commitdiff | tree | snapshot |
| 2012-10-25 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Mike Bayer | Added :meth:`.ColumnOperators.notin_`, |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Mike Bayer | version note |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Mike Bayer | Fixed bug where keyword arguments passed to |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Mike Bayer | - move most/all operator specific tests into test_opera... |
commit | commitdiff | tree | snapshot |
| 2012-10-24 |
Mike Bayer | - get 100% lint/pep8 happening for test_compiler; next... |
commit | commitdiff | tree | snapshot |
| 2012-10-23 |
Mike Bayer | aaaarrrgg |
commit | commitdiff | tree | snapshot |
| 2012-10-23 |
Mike Bayer | tweaks |
commit | commitdiff | tree | snapshot |
| 2012-10-23 |
Mike Bayer | Added a new method :meth:`.Engine.execution_options` |
commit | commitdiff | tree | snapshot |
| 2012-10-22 |
Mike Bayer | - fix regression from 0.7 where calling get_history... |
commit | commitdiff | tree | snapshot |
| 2012-10-22 |
Mike Bayer | - support multiple top-level cats in a changeset |
commit | commitdiff | tree | snapshot |
| 2012-10-22 |
Mike Bayer | The auto-correlation feature of :func:`.select... |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | - add md5-hashed links to changelog entries |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | add support to link to changelogs and pullrequests |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | branch merge |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | Merged in agilevic/sqlalchemy (pull request #23) |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | - converted beaker demo to dogpile.cache, [ticket:2589] |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | updated changelog thing |
commit | commitdiff | tree | snapshot |
| 2012-10-21 |
Mike Bayer | - genericize the changelog plugin a bit, lets see if... |
commit | commitdiff | tree | snapshot |
| 2012-10-20 |
Mike Bayer | link fix |
commit | commitdiff | tree | snapshot |
| 2012-10-20 |
Mike Bayer | fix missing/incorrect version ids |
commit | commitdiff | tree | snapshot |
| 2012-10-20 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2012-10-20 |
Mike Bayer | - move all CHANGES files into the sphinx docs. this... |
commit | commitdiff | tree | snapshot |
| 2012-10-19 |
Mike Bayer | - clarify what the link is |
commit | commitdiff | tree | snapshot |
| 2012-10-19 |
Mike Bayer | - rework the sphinx customizations into distinct modules |
commit | commitdiff | tree | snapshot |
| 2012-10-19 |
Mike Bayer | - errant maxdb |
commit | commitdiff | tree | snapshot |
| 2012-10-18 |
Mike Bayer | - move out maxdb |
commit | commitdiff | tree | snapshot |
| 2012-10-18 |
Mike Bayer | - [bug] TypeDecorator now includes a generic repr() |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Mike Bayer | - [feature] The Query can now load entity/scalar... |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Mike Bayer | - allow a __clause_element__() to be passed to query... |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Mike Bayer | - break out unicode tests to a varchar + a text test... |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Mike Bayer | - [feature] "scalar" selects now have a WHERE method |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Mike Bayer | fix for pypy/jython gc_collect |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Mike Bayer | - lets default propagate to True here since it was... |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Mike Bayer | - [feature] Improvements to event listening for |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Mike Bayer | - add some UPDATE..FROM tests and also some new reqs |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Mike Bayer | - start adding ORM-level tests for plain UPDATE..FROM... |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | add beaker_data to hgignore.. |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | - add support for integer indexes and slices to PathReg... |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | - add coverage for merge_result() [ticket:2588] |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | - keep dialect at default for type compile |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | python 3 division |
commit | commitdiff | tree | snapshot |
| 2012-10-11 |
Mike Bayer | - create new sqlalchemy.testing.suite.test_types, start... |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - [feature] Added "collation" parameter to all |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - [feature] Added TIME type to mysql dialect, |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - changelog update, added 0.7's version of [ticket... |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - [feature] Added "read_timeout" flag to MySQLdb |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - [feature] Added "raise_on_warnings" flag to OurSQL |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | this is an RST now |
commit | commitdiff | tree | snapshot |
| 2012-10-10 |
Mike Bayer | - new dialect development README |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Mike Bayer | - remove old hardcoded rule about chained being limited... |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Mike Bayer | missing with_statement |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Mike Bayer | - add a nifty contextmanager form of assert_execution... |
commit | commitdiff | tree | snapshot |
| 2012-10-08 |
Mike Bayer | - [feature] Various API tweaks to the "dialect" |
commit | commitdiff | tree | snapshot |
| 2012-10-06 |
Mike Bayer | - [bug] Continuing [ticket:2566] regarding extra |
commit | commitdiff | tree | snapshot |
| 2012-10-06 |
Mike Bayer | - break session tests into smaller suites. still some... |
commit | commitdiff | tree | snapshot |
| 2012-10-05 |
Victor Olex | it is sensible to add NCHAR and NVARCHAR as recognized... |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - add back __engine_options__ |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - connect immediately on _create_testing_engine to... |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - don't call get_lastrowid() on explicit returning |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - [feature] The Session will produce warnings |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - fix declarative __init__ |
commit | commitdiff | tree | snapshot |
| 2012-10-04 |
Mike Bayer | - test updates |
commit | commitdiff | tree | snapshot |
| 2012-10-03 |
Mike Bayer | - requirements |
commit | commitdiff | tree | snapshot |
| 2012-10-03 |
Mike Bayer | - add one more #2583 test to cover the "multiple PK... |
commit | commitdiff | tree | snapshot |
| 2012-10-03 |
Mike Bayer | - [bug] Fixed Session accounting bug whereby replacing |
commit | commitdiff | tree | snapshot |
| 2012-10-01 |
Mike Bayer | - fix the fixture here that wasn't creating consistently |
commit | commitdiff | tree | snapshot |
| 2012-10-01 |
Mike Bayer | remove access |
commit | commitdiff | tree | snapshot |
| 2012-10-01 |
Mike Bayer | - [feature] the MS Access dialect has been |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | allow variability here |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | mssql: - [bug] Fixed bug where reflection of primary... |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | spacing |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - [bug] Fixed bug in over() construct whereby |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | put this inside a main() |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - [bug] Fixed compiler bug whereby using a correlated |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - [bug] The CreateIndex construct in Oracle |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - add a glossary b.c. hey its a good idea |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | modernize session links |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - commit Priit Laes docstring fixes |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | fix the path here |
commit | commitdiff | tree | snapshot |
| 2012-09-30 |
Mike Bayer | - tighten mysql date test to not fail over 1 second... |
commit | commitdiff | tree | snapshot |
| next |