| 2012-11-22 |
Diana Clarke | first pass cleaning up test_labels #2610 |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | this test class had 2 'test_labels' methods, just chang... |
commit | commitdiff | tree | snapshot |
| 2012-11-22 |
Diana Clarke | I think this is a bit clearer: "within the same query... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Mike Bayer | - an enormous merge just because I committed a one... |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Mike Bayer | should be logging this |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | kill me now, pep8 pass, so close |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | juts a 'expected 2 blank lines' pep8 pass |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/postgresql |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/sqlite |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/dialects/sybase |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/testing/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/testing/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ |
commit | commitdiff | tree | snapshot |
| 2012-11-20 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/orm/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ext |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/ext/declarative |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/engine/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/connectors |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/sql/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of lib/sqlalchemy/util/ |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | should be 'where' not 'filter' #2546 |
commit | commitdiff | tree | snapshot |
| 2012-11-19 |
Diana Clarke | just a pep8 pass of this file |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | iterate through column_attrs here |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | oops, this needs to be MutableDict |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | another hide from 2to3 test |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | comment out PDF for now, it sucks |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | Fixed a gotcha where inadvertently calling list... |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | need to disable hstore for the "player" here. should... |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | mutable dict |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - hstore documentation, migration |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - add HSTORE |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | migration doc |
commit | commitdiff | tree | snapshot |
| 2012-11-18 |
Mike Bayer | - hstore adjustments |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Mike Bayer | Merged in audriusk/sqlalchemy_pg_hstore (pull request... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Diana Clarke | initializing _labels to an empty list so that the other... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Diana Clarke | adding _fields, _asdict() to KeyedTuple #2601 |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Mike Bayer | sybase doesn't support microseconds, surprise, and... |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Mike Bayer | Reflection support has been added to the Sybase dialect. |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Mike Bayer | - merge ben's patch with updates |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Mike Bayer | Merged in idank/sqlalchemy (pull request #27) |
commit | commitdiff | tree | snapshot |
| 2012-11-17 |
Diana Clarke | adding tests for KeyedTuple, pep8 pass |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Audrius Kažukauskas | Register HStore adapter and typecaster in psycopg2... |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Diana Clarke | oops! python 3 doesn't do the rich comparison cmp thing |
commit | commitdiff | tree | snapshot |
| 2012-11-15 |
Mike Bayer | fix this test |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Idan Kamara | docs/orm: spelling fix |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Mike Bayer | The :meth:`.Connection.connect` and :meth:`.Connection... |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Mike Bayer | Fixed :meth:`.MetaData.reflect` to correctly use |
commit | commitdiff | tree | snapshot |
| 2012-11-14 |
Mike Bayer | Fixed bug whereby using "key" with Column |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Diana Clarke | __sub__ was declared twice, just increasing test covera... |
commit | commitdiff | tree | snapshot |
| 2012-11-13 |
Audrius Kažukauskas | Add PostgreSQL HStore type support |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | oracle doesnt support TIME or microseconds |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | add docs regarding fetchedvalue with primary keys,... |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | Fixed bug in type_coerce() whereby typing information |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | fix some oracle-related tests, but still need to fix... |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | - support "fails_if" requirements as __requires__;... |
commit | commitdiff | tree | snapshot |
| 2012-11-12 |
Mike Bayer | Fixed regression where query.update() would produce |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Scott Torborg | added test of synchronize_session='fetch' on rows which... |
commit | commitdiff | tree | snapshot |
| 2012-11-10 |
Mike Bayer | Support for reflection of the "name" of primary key |
commit | commitdiff | tree | snapshot |
| 2012-11-04 |
Benjamin Trofatter | Removed caching from SybaseDialect.get_table_id |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Benjamin Trofatter | Updated sybase testing requirements |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | Fixed bug whereby the ".key" of a Column wasn't being |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | update the intro |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | improve some autodoc links |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | more of these |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | - i think this is a sphinx bug |
commit | commitdiff | tree | snapshot |
| 2012-10-31 |
Mike Bayer | - use a better example for relationship annotations |
commit | commitdiff | tree | snapshot |
| 2012-10-30 |
Mike Bayer | Added tag rel_0_8_0b1 for changeset d2e8b5e36cb3abbad74... |
commit | commitdiff | tree | snapshot |
| 2012-10-30 |
Mike Bayer | release date rel_0_8_0b1 |
commit | commitdiff | tree | snapshot |
| 2012-10-30 |
Benjamin Trofatter | Added sybase requirements to testing and improved view... |
commit | commitdiff | tree | snapshot |
| 2012-10-30 |
Mike Bayer | add in inherited methods to many of these |
commit | commitdiff | tree | snapshot |
| 2012-10-30 |
Benjamin Trofatter | Added reflection to sqlalchemy.dialects.sybase |
commit | commitdiff | tree | snapshot |
| 2012-10-29 |
Mike Bayer | tweaks |
commit | commitdiff | tree | snapshot |
| 2012-10-28 |
Mike Bayer | - do a straight __subclasses__ traversal here, so that... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |