| 2013-06-23 |
Roman Podolyaka | Fix unicode literals on Python 3.1 and 3.2 |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Roman Podolyaka | Fix unique constraints reflection in SQLite |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Roman Podolyaka | Improve _test_get_unique_constraints() |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | Provided a new attribute for :class:`.TypeDecorator` |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | versionadds |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | 0.9 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | - 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
Mike Bayer | this locale is not needed. maybe it is somewhere... |
commit | commitdiff | tree | snapshot |
| 2013-06-22 |
mike bayer | Merge pull request #5 from cjw296/pg-ranges |
commit | commitdiff | tree | snapshot |
| 2013-06-20 |
Devi | make tests pass |
commit | commitdiff | tree | snapshot |
| 2013-06-19 |
Devi | check if compostite_class is of class type |
commit | commitdiff | tree | snapshot |
| 2013-06-18 |
Mike Bayer | Merged in goodscloud/sqlalchemy (pull request #3) |
commit | commitdiff | tree | snapshot |
| 2013-06-18 |
Mike Bayer | fix up the isolation level docs which were a mess |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | remove double methods |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | turn this requirement back down as the simpler serializ... |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | - rework PropComparator.adapted() to be PropComparator... |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | migration for [ticket:2751] |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Matt Chisholm | Forgot final check that a delete in a backref also... |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | changelog for 0.8 |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemy |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | Merged in goodscloud/sqlalchemy (pull request #2) |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | can remove this, issue is fixed |
commit | commitdiff | tree | snapshot |
| 2013-06-17 |
Mike Bayer | - clean up this test (really we don't even need this... |
commit | commitdiff | tree | snapshot |
| 2013-06-16 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-16 |
mike bayer | Merge pull request #7 from malor/psycopg2_execution_options |
commit | commitdiff | tree | snapshot |
| 2013-06-15 |
Mike Bayer | Fixed bug in polymorphic SQL generation where multiple... |
commit | commitdiff | tree | snapshot |
| 2013-06-15 |
Matt Chisholm | don't create a history entry when an object in a backre... |
commit | commitdiff | tree | snapshot |
| 2013-06-15 |
Roman Podolyaka | Add AUTOCOMMIT isolation level support for psycopg2 |
commit | commitdiff | tree | snapshot |
| 2013-06-14 |
Mike Bayer | - skip this test for py3k. serializer kind of a bust |
commit | commitdiff | tree | snapshot |
| 2013-06-11 |
Mike Bayer | changelog for this |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
mike bayer | Merge pull request #6 from eevee/propagate-reset-on... |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Eevee | Preserve reset_on_return when recreating a Pool. |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | Fixed bug where sending a composite attribute into... |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | Fixed the interaction between composite attributes and |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Chris Withers | Documentation for the new range type support. |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Chris Withers | Implement EXCLUDE constraints for postgres. |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Chris Withers | add support for range operators listed in http://www... |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Chris Withers | Basic type support for the new range types in postgres 9.2 |
commit | commitdiff | tree | snapshot |
| 2013-06-10 |
Mike Bayer | this comment is ancient |
commit | commitdiff | tree | snapshot |
| 2013-06-09 |
Mike Bayer | these notes about **kw are incorrect, we are talking... |
commit | commitdiff | tree | snapshot |
| 2013-06-09 |
Mike Bayer | - get_unique_constraints() pull request |
commit | commitdiff | tree | snapshot |
| 2013-06-09 |
mike bayer | Merge pull request #4 from malor/reflect_constraints |
commit | commitdiff | tree | snapshot |
| 2013-06-09 |
Roman Podolyaka | Add basic support of unique constraints reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-09 |
Mike Bayer | Added pool logging for "rollback-on-return" and the... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | ...and...its a behavioral improvement |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | fix this example |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | mention right joins, make it clear we're talking about... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | oracle 9 does support this, oracle 8 is a special case. |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | cleanup |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | get nested joins to render on oracle 8 |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | - tests for the alias() API |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | formatting |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
mike bayer | Merge pull request #3 from bslatkin/master |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | most of these dialect=mysql.dialect() calls are redundant |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | - changelog for [ticket:2704] |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | Merged in malor/sqlalchemy (pull request #1) |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Roman Podolyaka | Fix using of 'mysql_length' for composite indexes |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | also clarified the changelog regarding Cls.scalar ... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | Added additional criterion to the ==, != comparators... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Brett Slatkin | Fixing the error regex to match numbers with the long... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Brett Slatkin | PEP8 |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Brett Slatkin | Makes gaerdbms for App Engine use local MySQL server... |
commit | commitdiff | tree | snapshot |
| 2013-06-08 |
Mike Bayer | - Fixed an obscure bug where the wrong results would be |
commit | commitdiff | tree | snapshot |
| 2013-06-07 |
Mike Bayer | remove all remaining start/end py2k/py3k blocks |
commit | commitdiff | tree | snapshot |
| 2013-06-06 |
Mike Bayer | fix test |
commit | commitdiff | tree | snapshot |
| 2013-06-06 |
Mike Bayer | Merge branch 'ticket_2587' |
commit | commitdiff | tree | snapshot |
| 2013-06-06 |
Mike Bayer | dial back the default "flatness" a bit, it will be... |
commit | commitdiff | tree | snapshot |
| 2013-06-06 |
Mike Bayer | When querying the information schema on SQL Server... |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | shrugs |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | a test for what's breaking, plus a non-working fix... |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | genericize tests here |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | Merge branch 'ticket_2587' |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | - add coverage for result map rewriting |
commit | commitdiff | tree | snapshot |
| 2013-06-05 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - if the select() does not have use_labels on, then... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - support for a__b_dc, i.e. two levels of nesting |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | repair these tests now that we allow join from selectab... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | clean up the dialect selection thing here |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - add a flag to DefaultDialect for this so that people... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - improve overlapping selectables, apply to both query... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - eager loads |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | here's the flat join thing. it just works. Changing... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | and this comment |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | rewriting scheme now works. |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | capture the really hard one in a test (hooray) |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | OK this is the broken version, need to think a lot... |
commit | commitdiff | tree | snapshot |
| 2013-06-04 |
Mike Bayer | - pulling out more aliases, sort of |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | The ``deferrable`` keyword argument on :class:`.Foreign... |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | Fixed bug where :class:`.MutableDict` didn't report... |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | - clean up some of the requires for cross-schema reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | Fixed bug whereby joining a select() of a table "A... |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | Fixed bug whereby using :meth:`.MetaData.reflect` acros... |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | - remove the ``__iter__()`` with notimplemented since... |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | - add changelog/migration note |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | Merge branch 'master' into ticket_1068 |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | - fdb is now official, [ticket:2504] |
commit | commitdiff | tree | snapshot |
| 2013-06-03 |
Mike Bayer | test tweak |
commit | commitdiff | tree | snapshot |
| next |