| 2014-09-09 |
Mike Bayer | - for whatever reason, Insert.values() with multi value... |
commit | commitdiff | tree | snapshot |
| 2014-09-09 |
Mike Bayer | - add in all the method-chained methods to the paramete... |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - mako_layout isn't used, remove it |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
hiaselhans | Docs: use the base layout when mako_layout=='epub' |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Mike Bayer | - set flavor to "index" here as MySQL is sending None |
commit | commitdiff | tree | snapshot |
| 2014-09-02 |
Mike Bayer | - An adjustment to table/index reflection such that... |
commit | commitdiff | tree | snapshot |
| 2014-09-02 |
Mike Bayer | - backport the expects_warning() context manager from 1.0 |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
Mike Bayer | - more updates to text docs, literal_column, column... |
commit | commitdiff | tree | snapshot |
| 2014-09-01 |
Mike Bayer | - walk back these literal SQL lectures into something... |
commit | commitdiff | tree | snapshot |
| 2014-08-31 |
Mike Bayer | - improve from_statement() doc |
commit | commitdiff | tree | snapshot |
| 2014-08-31 |
Mike Bayer | - start encouraging the use of text() for injection... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
Mike Bayer | - add a test to events within load to verify something... |
commit | commitdiff | tree | snapshot |
| 2014-08-29 |
Mike Bayer | - add some more docs to yield_per |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Mike Bayer | - changelog for pr bitbucket:28 |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Matt Chisholm | add update() support to MutableDict |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Mike Bayer | - changelog for pr bitbucket:27 |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Matt Chisholm | fix MutableDict.coerce |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Mike Bayer | - mention that FOUND_ROWS is hardcoded; fixes #3146 |
commit | commitdiff | tree | snapshot |
| 2014-08-25 |
Mike Bayer | - deprecation note regarding resurrect, reference ... |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Gunnlaugur... | Add note on begin_nested requiring rollback/commit |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Mike Bayer | Merge branch 'rel_0_9' of bitbucket.org:zzzeek/sqlalche... |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Gunnlaugur... | Fix doc typo 'conjunection' |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Gunnlaugur... | Fix copy-paste error in Delete doc |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Mike Bayer | - doc corrections for inline=True |
commit | commitdiff | tree | snapshot |
| 2014-08-21 |
Mike Bayer | - upgrade the note about inline=True to a warning,... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
Mike Bayer | - Fixed bug in connection pool logging where the "conne... |
commit | commitdiff | tree | snapshot |
| 2014-08-20 |
Mike Bayer | - pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-08-16 |
Mike Bayer | - changelog for pullreq github:125 |
commit | commitdiff | tree | snapshot |
| 2014-08-16 |
Tony Locke | pg8000 now supports sane_multi_rowcount |
commit | commitdiff | tree | snapshot |
| 2014-08-15 |
Mike Bayer | - mutablemapping adds compiler overhead, so screw it |
commit | commitdiff | tree | snapshot |
| 2014-08-15 |
Mike Bayer | - TIL that dict.keys() in py3K is not an iterator,... |
commit | commitdiff | tree | snapshot |
| 2014-08-15 |
Mike Bayer | - The string keys that are used to determine the column... |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - rework documentation for reflection flags, backport... |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - add tests for the savepoint recipe |
commit | commitdiff | tree | snapshot |
| 2014-08-09 |
Mike Bayer | - rewrite all the sqlite/pysqlite transaction isolation... |
commit | commitdiff | tree | snapshot |
| 2014-08-08 |
Mike Bayer | - turn off the testing reaper here, that's the source... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | - take out the iterator approach here as it does not... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | -Fixed bug where Postgresql JSON type was not able... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Mike Bayer | - clarify docs that contains_eager() is included in... |
commit | commitdiff | tree | snapshot |
| 2014-08-07 |
Michael White | fix typo in cascade documentation |
commit | commitdiff | tree | snapshot |
| 2014-08-05 |
Mike Bayer | - add some docs to try to explain the behavior with... |
commit | commitdiff | tree | snapshot |
| 2014-08-02 |
Mike Bayer | - Fixed bug in CTE where ``literal_binds`` compiler... |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - update the literal binds section |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - workaround removal of nested() in py3k |
commit | commitdiff | tree | snapshot |
| 2014-07-30 |
Mike Bayer | - ensure all tests are named test_* |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - fix unit test affected by #3075 |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - The exception wrapping system for DBAPI errors can... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - Fixed 0.9.7 regression caused by :ticket:`3067` in... |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | - find the remaining not cleaning up correctly test |
commit | commitdiff | tree | snapshot |
| 2014-07-29 |
Mike Bayer | fix test ordering issues |
commit | commitdiff | tree | snapshot |
| 2014-07-27 |
Mike Bayer | - rework the exclusions system to have much better... |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Mike Bayer | - fix whitespace |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - restore non_updating_cascade to test_manytomany_nonpa... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - more pg8000 tests passing |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy of test/orm/test_dynamic.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | Fixes for pg8000 for test/orm/test_dynamic.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy of test/orm/test_froms.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | Opened test_self_referential for pg8000 |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy for test/orm/test_naturalpks.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | Remove requirement for manytomany_nonpassive |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy of test/orm/test_query.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | pg8000 passing test/orm/test_query.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy for test/orm/test_transaction.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | Fix support for two phase commit in pg8000 dialect |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Tony Locke | PEP8 tidy for test/orm/test_versioning.py |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Andrew | Fix argument to array() in array._bind_param() |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - Fixed bug in :class:`.postgresql.array` object where... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - flake8 all of test/dialect/postgresql |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Mike Bayer | - use a variant with expected collation here for mysql |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Mike Bayer | - Added a supported :meth:`.FunctionElement.alias`... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Mike Bayer | - start 0.9.8 |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | 0.9.7 rel_0_9_7 |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - missing 0.8 change forwards port |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | spelling |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - ticket inline |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - update some SQL server tests, support |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Mike Bayer | - allow 10 stray connections that need a gc |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | - fix missing release date |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | put a greater variance into this test to prevent sporad... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Mike Bayer | - Fixed bug introduced in 0.9.5 by new pg8000 isolation... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Bog | Fix doc gen on Windows platform |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Mike Bayer | - support args |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Brian Jarrett | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - add E721 |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | reformat test_types |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - update the flake8 rules again |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Mike Bayer | - Fixed bug in oracle dialect test suite where in one... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - also add the alternate approach, name column distinct... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - add a documentation section for naming conflicts... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - reinstate E123, E125, E128 |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Mike Bayer | - forwards-port changelog for ref #3093 |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - use an odict here to ensure ordering of properties |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - add a full env for pypy, name it funny to avoid hidde... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - fully flake8 this file |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - Fixed a regression caused by :ticket:`2976` released... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - Fixed a SQLite join rewriting issue where a subquery... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - wrestle with conv() and tests some more |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - allow the compilation rule that gets the formatted... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Mike Bayer | - Fix bug in naming convention feature where using... |
commit | commitdiff | tree | snapshot |
| next |