| 2013-03-10 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-10 |
Mike Bayer | add ibm_db_sa |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | linting |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | some tests that were never turned on... |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - auto-append for CheckConstraint should skip table... |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | Added support for Postgresql's traditional SUBSTRING |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - remove all compat items that are pre-2.5 (hooray) |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - this test is ridiculous, executemany() + returning... |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | A meaningful :attr:`.QueryableAttribute.info` attribute is |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - clean up entity correlation tests in test_query |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - the base correlate tests in test_compiler cover the... |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | - since correlation is now always at least semi-automat... |
commit | commitdiff | tree | snapshot |
| 2013-03-09 |
Mike Bayer | go back to the original form, then break out this test... |
commit | commitdiff | tree | snapshot |
| 2013-03-07 |
Luke Cyca | Changed behavior of Select.correlate() to ignore correl... |
commit | commitdiff | tree | snapshot |
| 2013-03-07 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-07 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-03-07 |
Mike Bayer | Merged in nakagami/sqlalchemy/cymysql (pull request... |
commit | commitdiff | tree | snapshot |
| 2013-03-05 |
Hajime Nakagami | mysql+cymysql test_types.py |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | - add some more transaction states so that we deliver... |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | yikes, print statement ! |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | - this assertion moves out to configure_mappers() now |
commit | commitdiff | tree | snapshot |
| 2013-03-04 |
Mike Bayer | fix non2.5 compat @property usage |
commit | commitdiff | tree | snapshot |
| 2013-03-03 |
Mike Bayer | dont need this conditional here |
commit | commitdiff | tree | snapshot |
| 2013-03-03 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-03 |
Mike Bayer | - Improved checking for an existing backref name confli... |
commit | commitdiff | tree | snapshot |
| 2013-03-03 |
Mike Bayer | Can set/change the "cascade" attribute on a :func:... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | skip this test for PG, jenkins having failures only... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | - add support for introductory notes following .. chang... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | - :meth:`.MetaData.create_all` and :meth:`.MetaData... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | cleanup |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | - some linter cleanup, though have disabled the newer... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | merge this |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | merge 0.7 changelog |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | merge from 0.8 |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Mike Bayer | - Fixed an import of "logging" in test_execute which... |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Hajime Nakagami | merge from default |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Hajime Nakagami | fix decorator position |
commit | commitdiff | tree | snapshot |
| 2013-03-02 |
Hajime Nakagami | is_disconnect() in cymysql dialect |
commit | commitdiff | tree | snapshot |
| 2013-03-01 |
Hajime Nakagami | modify _extract_error_code() at cymysql dialect |
commit | commitdiff | tree | snapshot |
| 2013-03-01 |
Hajime Nakagami | not return unicode string in cymysql dialect |
commit | commitdiff | tree | snapshot |
| 2013-03-01 |
Hajime Nakagami | fix easy miss |
commit | commitdiff | tree | snapshot |
| 2013-03-01 |
Hajime Nakagami | fix easy miss |
commit | commitdiff | tree | snapshot |
| 2013-03-01 |
Hajime Nakagami | cython's result_processor() |
commit | commitdiff | tree | snapshot |
| 2013-02-28 |
Hajime Nakagami | mymysql dialect |
commit | commitdiff | tree | snapshot |
| 2013-02-27 |
Mike Gilbert | test_execute: import logging.handlers to fix AttributeError |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Hajime Nakagami | return erro_code cymysql dialects |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Mike Bayer | - A clear error message is emitted if an event handler |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
Mike Bayer | Detection of a primary key change within the process |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
Mike Bayer | this step is not needed |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
Hajime Nakagami | fix cymysql's _extact_error_code() for py3 |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
Hajime Nakagami | cython's _extract_error_code() |
commit | commitdiff | tree | snapshot |
| 2013-02-24 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-24 |
Mike Bayer | - repair "map to selectable" example, place a caveat... |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Mike Bayer | move this test to have its own data, avoid FK violations |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Hajime Nakagami | avoid drop table in mysql+cymysql test because of deadlock |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Hajime Nakagami | merge from default |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Mike Bayer | - Added new helper function :func:`.was_deleted`, retur... |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Mike Bayer | - pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2013-02-18 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-18 |
Mike Bayer | link to flushing |
commit | commitdiff | tree | snapshot |
| 2013-02-18 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-18 |
Mike Bayer | add a link here |
commit | commitdiff | tree | snapshot |
| 2013-02-17 |
Hajime Nakagami | test for cymysql |
commit | commitdiff | tree | snapshot |
| 2013-02-17 |
Hajime Nakagami | add cymysql dialect |
commit | commitdiff | tree | snapshot |
| 2013-02-14 |
Mike Bayer | - fix to PDF generation failing totally, latex tools... |
commit | commitdiff | tree | snapshot |
| 2013-02-12 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-12 |
Mike Bayer | see also for session commit, rollback |
commit | commitdiff | tree | snapshot |
| 2013-02-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-09 |
Mike Bayer | engines |
commit | commitdiff | tree | snapshot |
| 2013-02-09 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-09 |
Mike Bayer | start putting "toplevel" back in as interphinx can... |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Mike Bayer | The cx_oracle dialect will no longer run the bind param... |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Mike Bayer | Fixed bug whereby :meth:`.Query.yield_per` would set... |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Mike Bayer | - encourage requirements to be in the dialect module, |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Mike Bayer | merge default |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Mike Bayer | 0.7.10 release date |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
Mike Bayer | - fix exclusion here |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
Mike Bayer | port numeric tests to dialect suite |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
Mike Bayer | - adding in requirements |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - add support for pulling in an external requirements... |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - cleanup HasSequence and move it to test_sequences |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - add an explicit test for sequences "optional" |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - add an "empty_inserts" requirement target plus a... |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - revert mistaken checkin |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Mike Bayer | - need autoincrement here |
commit | commitdiff | tree | snapshot |
| 2013-02-03 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-02-03 |
Mike Bayer | Fixed the consideration of the ``between()`` operator |
commit | commitdiff | tree | snapshot |
| next |