| 2014-07-07 |
mike bayer | Merge pull request #101 from ddimmich/master |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
mike bayer | Merge pull request #100 from plaes/typos |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
Mike Bayer | changelog, fixes #3093 |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
Mike Bayer | Merged in therve/bug-3093/bug/3093 (pull request #24) |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
Mike Bayer | add pg8000 |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
mike bayer | Merge pull request #99 from tlocke/master |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
mike bayer | Merge pull request #98 from abbec/mssql2008-multivalues... |
commit | commitdiff | tree | snapshot |
| 2014-07-04 |
Mike Bayer | - add test support for disconnect modification |
commit | commitdiff | tree | snapshot |
| 2014-07-04 |
Mike Bayer | - clarify that the pg8000 backend has no impact of... |
commit | commitdiff | tree | snapshot |
| 2014-07-04 |
Mike Bayer | - rework the entire approach to #3076. As we need to... |
commit | commitdiff | tree | snapshot |
| 2014-07-04 |
Mike Bayer | - Added new attributes :attr:`.ExecutionContext.excepti... |
commit | commitdiff | tree | snapshot |
| 2014-07-03 |
Mike Bayer | - The mechanics of the :meth:`.ConnectionEvents.dbapi_e... |
commit | commitdiff | tree | snapshot |
| 2014-07-03 |
Mike Bayer | - add link to dialect docs for SQLite autoincrement... |
commit | commitdiff | tree | snapshot |
| 2014-07-01 |
Mike Bayer | - ensure ACID set up on this table for MySQL |
commit | commitdiff | tree | snapshot |
| 2014-07-01 |
Mike Bayer | - Fixed bug where items that were persisted, deleted... |
commit | commitdiff | tree | snapshot |
| 2014-07-01 |
Damian Dimmich | jsonb support for <@, ?| and ?& added. |
commit | commitdiff | tree | snapshot |
| 2014-07-01 |
Mike Bayer | - repair the _enable_single_crit method, it was named... |
commit | commitdiff | tree | snapshot |
| 2014-06-30 |
Mike Bayer | - add new section Working with Raw DBAPI Connections... |
commit | commitdiff | tree | snapshot |
| 2014-06-29 |
Mike Bayer | - attach the ResultMetaData to the Compiled object... |
commit | commitdiff | tree | snapshot |
| 2014-06-29 |
Mike Bayer | - cut out some calls by inlining the calls to get_history() |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Damian Dimmich | it's OK to pass a dict in - it does the right thing... |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Damian Dimmich | minor cleanup of the jsonb - had extraneous operators... |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Damian Dimmich | add has_key & contains operators for jsonb (ported... |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Damian Dimmich | and tests for JSONB - as this is a superset of JSON... |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Priit Laes | typo: s/thbe/the |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Priit Laes | typo: s/tranasction/transaction |
commit | commitdiff | tree | snapshot |
| 2014-06-28 |
Priit Laes | typo: s/founds/found |
commit | commitdiff | tree | snapshot |
| 2014-06-27 |
Mike Bayer | - Fixed a bug within the custom operator plus :meth... |
commit | commitdiff | tree | snapshot |
| 2014-06-27 |
Mike Bayer | wrong version number |
commit | commitdiff | tree | snapshot |
| 2014-06-27 |
Mike Bayer | - MySQL error 2014 "commands out of sync" appears to... |
commit | commitdiff | tree | snapshot |
| 2014-06-26 |
Mike Bayer | - Fixed bug involving dynamic attributes, that was... |
commit | commitdiff | tree | snapshot |
| 2014-06-25 |
Mike Bayer | add missing release date |
commit | commitdiff | tree | snapshot |
| 2014-06-25 |
Mike Bayer | - Fixed bug when the declarative ``__abstract__`` flag... |
commit | commitdiff | tree | snapshot |
| 2014-06-25 |
Mike Bayer | - add a test to confirm #3096, we definitely get a... |
commit | commitdiff | tree | snapshot |
| 2014-06-24 |
Mike Bayer | Merged in uralbash/sqlalchemy/uralbash/fix-pullreq... |
commit | commitdiff | tree | snapshot |
| 2014-06-24 |
Mike Bayer | - write some really complete docs on MSSQL autoincremen... |
commit | commitdiff | tree | snapshot |
| 2014-06-24 |
Thomas Herve | Return the assigned value in MultableDict.setdefault |
commit | commitdiff | tree | snapshot |
| 2014-06-24 |
Damian Dimmich | initial support for JSONB - this only allows you to... |
commit | commitdiff | tree | snapshot |
| 2014-06-24 |
uralbash | fix pullreq link in changelog_09.rst edited online... |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Mike Bayer | - reverse course in #3061 so that we instead no longer... |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Mike Bayer | - Reverted the change for :ticket:`3060` - this is... |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Tony Locke | PEP8 tidy of test/sql/test_types.py |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Tony Locke | pg8000 passing test/sql/test_types.py |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Mike Bayer | 0.9.5 released date |
commit | commitdiff | tree | snapshot |
| 2014-06-23 |
Mike Bayer | fix changelog |
commit | commitdiff | tree | snapshot |
| 2014-06-22 |
Mike Bayer | - use new Or() directive to test for both SQL variants... |
commit | commitdiff | tree | snapshot |
| 2014-06-21 |
Mike Bayer | - fix test failures |
commit | commitdiff | tree | snapshot |
| 2014-06-20 |
Mike Bayer | - Additional checks have been added for the case where... |
commit | commitdiff | tree | snapshot |
| 2014-06-20 |
Mike Bayer | additional version notes |
commit | commitdiff | tree | snapshot |
| 2014-06-20 |
Mike Bayer | add missing version markers |
commit | commitdiff | tree | snapshot |
| 2014-06-20 |
Mike Bayer | - The :paramref:`.Column.nullable` flag is implicitly... |
commit | commitdiff | tree | snapshot |
| 2014-06-20 |
Mike Bayer | - Added a new type :class:`.postgresql.OID` to the... |
commit | commitdiff | tree | snapshot |
| 2014-06-18 |
Mike Bayer | - Fixed bug where column names added to ``mysql_length... |
commit | commitdiff | tree | snapshot |
| 2014-06-16 |
Albert Cervin | - Fixed support for multivalue inserts for MS SQL 2008... |
commit | commitdiff | tree | snapshot |
| 2014-06-12 |
Mike Bayer | - Modified the behavior of :func:`.orm.load_only` such... |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
Mike Bayer | Merged in univerio/sqlalchemy/materialized_paths (pull... |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
BY-jk | Update compiler.py |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
Mike Bayer | Merge branch 'master' of https://github.com/BY-jk/sqlal... |
commit | commitdiff | tree | snapshot |
| 2014-06-08 |
Jack Zhou | Materialized paths example. |
commit | commitdiff | tree | snapshot |
| 2014-06-05 |
Justin Wood... | once kwarg in event funcs is new in 0.9.4 |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - fix this test for MySQL, needs InnoDB |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - remove drizzle dialect |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - vastly improve the "safe close cursor" tests in test_... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - The ``__mapper_args__`` dictionary is copied from... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | fix typo |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merged in chrisw/sqlalchemy/more_range_docs (pull reque... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - changelog + docs for pg8000 transaction isolation... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merge branch 'master' of https://github.com/tlocke... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | update comments |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - The psycopg2 ``.closed`` accessor is now consulted... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merge branch 'psycopg_disconnect' of https://github... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
BY-jk | Wrong type usage |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | revert this, not sure why that changed |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - Related to :ticket:`3060`, an adjustment has been... |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-30 |
Mike Bayer | - add a new assertsql construct "Or", so that we can... |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | add ticket |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - Adjustment to attribute mechanics concerning when... |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | relative here |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - correct the size on side elements |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - re-merge doc_nav. We've removed the whole idea of... |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | fix |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | more |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - all new approach which allows the main text to be... |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - disable the scrolling layout, anchors for code/params... |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | Merge branch 'master' into rel_1_0 |
commit | commitdiff | tree | snapshot |
| 2014-05-29 |
Mike Bayer | - Fixed a few edge cases which arise in the so-called... |
commit | commitdiff | tree | snapshot |
| 2014-05-28 |
Mike Bayer | - a rework of doc layout and nav: |
commit | commitdiff | tree | snapshot |
| 2014-05-28 |
Mike Bayer | - a rework of doc layout and nav: |
commit | commitdiff | tree | snapshot |
| next |