| 2015-02-09 |
Mike Bayer | - A warning is emitted when :func:`.cast` is used with... |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - flake8 |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - Literal values within a :class:`.DefaultClause`,... |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - remove meaningless assignment |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - test + changelog |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/147' into pr147 |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - add versionadded for service_name |
commit | commitdiff | tree | snapshot |
| 2015-02-06 |
David Marin | fix Python 2-specific byte conversion |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Mike Bayer | - The MySQL dialect now renders TIMESTAMP with NULL... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Mike Bayer | - Fixed bug in :class:`.Connection` and pool where the |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Mike Bayer | - A warning is emitted if the ``isolation_level`` param... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Mike Bayer | - Fixed bug in lazy loading SQL construction whereby... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Mike Bayer | - don't overwrite an existing _strategy_keys collection; |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Mike Bayer | - Repaired support for Postgresql UUID types in conjunc... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/68' into pr68 |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Mike Bayer | - Added support for the :class:`postgresql.JSONB` datat... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/145' into pr145 |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Mike Bayer | - The :class:`.CheckConstraint` construct now supports... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Mike Bayer | - Fixed bug in 0.9's foreign key setup system, such... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Mike Bayer | - fix link to non_primary flag |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Mike Bayer | - fix this test for py3k |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Mike Bayer | - additional test adjustments for pypy / psycopg2cffi... |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Shaun Stanworth | Include psycopg2cffi in dialect docs |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Shaun Stanworth | 78-char width |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Shaun Stanworth | Added psycopg2cffi dialect |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Mike Bayer | - changelog for #3262, fixes #3262 |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Mike Bayer | Merge branch 'bb_issue_3262' of https://bitbucket.org... |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Mike Bayer | - changelog for pullreq github:150 |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/150' |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Kai Groner | Partial index support with sqlite dialects. |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Kai Groner | Test for partial index support in sqlite dialects. |
commit | commitdiff | tree | snapshot |
| 2015-01-25 |
Mike Bayer | - remove the clever approach w/ dialect events, and... |
commit | commitdiff | tree | snapshot |
| 2015-01-25 |
Mike Bayer | - remove context-specific post-crud logic from Connecti... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Mike Bayer | - Added new user-space accessors for viewing transactio... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Mike Bayer | - enhance detail here regarding the difference between |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Mike Bayer | formatting |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - restore r611883ffb35ca6664649f6328ae8 with additional... |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - reverse the last commit temporarily as it breaks... |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - The primary :class:`.Mapper` of a :class:`.Query... |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - tests |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - further fixes and even better tests for this block |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - another adjustment |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - fix another issue from rf49c367ef, add another test |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Mike Bayer | - rework assertsql system, fixes #3293 |
commit | commitdiff | tree | snapshot |
| 2015-01-18 |
Mike Bayer | - fix a regression from ref #3178, where dialects that... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
Mike Bayer | - add an exclusion here that helps with the case of... |
commit | commitdiff | tree | snapshot |
| 2015-01-17 |
Mike Bayer | - Custom dialects that implement :class:`.GenericTypeCo... |
commit | commitdiff | tree | snapshot |
| 2015-01-16 |
Mike Bayer | - Fixed bug where Postgresql dialect would fail to... |
commit | commitdiff | tree | snapshot |
| 2015-01-14 |
Mike Bayer | - add new section to ORM referring to runtime inspectio... |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
Mike Bayer | - The "wildcard" loader options, in particular the... |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
Mike Bayer | - refine the previous commit a bit |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
Mike Bayer | - The multi-values version of :meth:`.Insert.values... |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
Mike Bayer | repair formatting |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
Mike Bayer | - changelog for pr 41 |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
Dimitris Theodorou | Add native_enum flag to Enum's repr() result |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Mike Bayer | - doc fixes |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Mike Bayer | - add a close here |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Mike Bayer | - Fixed bug where if an exception were thrown at the... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Mike Bayer | fix verbiage |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Mike Bayer | - add MemoizedSlots, a generalized solution to using... |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - make a new page that introduces mapping a little... |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - more callcounts |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - this is passing, no idea why |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - callcounts |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - fix test for new events |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - Structural memory use has been improved via much... |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Mike Bayer | - scale back _Dispatch and _JoinedDispatcher to use... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - clean up default comparator which doesn't need to... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - strategies + declarative |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - wip - start factoring events so that we aren't using... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - start trying to move things into __slots__. This... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - use a different bitwise approach here that doesn... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Mike Bayer | - The :class:`.mysql.SET` type has been overhauled... |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
Mike Bayer | - clean up SET tests |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
Mike Bayer | - tighten the inspection in _ColumnEntity to reduce... |
commit | commitdiff | tree | snapshot |
| 2015-01-03 |
Tony Locke | Changed pg8000 dialect to cope with native JSON |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Mike Bayer | - put this back now that we found the source of this |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Mike Bayer | - test failures: |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Mike Bayer | - repair drop_all_tables |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Mike Bayer | - restate sort_tables in terms of a more fine grained |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Mike Bayer | - Added a new accessor :attr:`.Table.foreign_key_constr... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Mike Bayer | - remove the "edges" from the message here. It's... |
commit | commitdiff | tree | snapshot |
| 2014-12-30 |
Mike Bayer | - fix some RST whitespace syntactical issues in toctrees |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
Mike Bayer | - see if we can get RTD to use this for now |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
Mike Bayer | - fix links for loading, add a redirect page |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | - another bump |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | - remove private superclasses from docs in favor of... |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | remove pipe... |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | corrections |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | - corrections |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
Mike Bayer | - typo fixes #3269 |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Mike Bayer | - ouch, this needs to be in dbapi, not module level! |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Mike Bayer | - make the google deprecation messages more specific... |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Mike Bayer | Merge branch 'update-gaerdbms-docs' of https://bitbucke... |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Priit Laes | Maul the evaulate & friends typo |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Mike Bayer | - Fixed bug where using a :class:`.TypeDecorator` that... |
commit | commitdiff | tree | snapshot |
| 2014-12-19 |
Mike Bayer | - create a new section on "custom load rules", to help... |
commit | commitdiff | tree | snapshot |
| 2014-12-18 |
Rob Berry | Update gaerdbms to highlight improved connection method |
commit | commitdiff | tree | snapshot |
| next |