| 2015-03-20 |
David Marin | fix Python 2-specific byte conversion |
commit | commitdiff | tree | snapshot |
| 2015-03-17 |
Mike Bayer | - fix typo, fixes #3325 |
commit | commitdiff | tree | snapshot |
| 2015-03-14 |
Mike Bayer | - remove now-misleading comment that SQLite doesn't... |
commit | commitdiff | tree | snapshot |
| 2015-03-13 |
Mike Bayer | - call this 1.0.0b1 |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Mike Bayer | - repair forwards-port directives |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Mike Bayer | - Fixed regression from 0.9.9 where the :func:`.as_decl... |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Mike Bayer | - fix quantize recipe, fixes #3322 |
commit | commitdiff | tree | snapshot |
| 2015-03-12 |
Mike Bayer | - try to document how to get columns from constraints. |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
Mike Bayer | 0.9.10 bump |
commit | commitdiff | tree | snapshot |
| 2015-03-11 |
Mike Bayer | - Added a new entry ``"entity"`` to the dictionaries... |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - feature, not enhancement |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - 0.9.9 rel_0_9_9 |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - copyright 2015 |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - repair doclevel |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - changelog and docs for pullreq bitbucket:45 |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Iuri de Silvio | Dialect option `postgresql_concurrently` to `Index... |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - changelog for pr github:154 |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Gilles Dartiguelongue | Fix slice addressing of _AssociationList with python3 |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Mike Bayer | - changelog / doc for sqlite partial indexes |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Kai Groner | Test for partial index support in sqlite dialects. |
commit | commitdiff | tree | snapshot |
| 2015-03-10 |
Kai Groner | Partial index support with sqlite dialects. |
commit | commitdiff | tree | snapshot |
| 2015-03-06 |
Jochem Oosterveen | minor docstring fix in MappedCollection class |
commit | commitdiff | tree | snapshot |
| 2015-02-25 |
Jason Held | Update migration_09.rst |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Mike Bayer | - Fixed bugs in ORM object comparisons where comparison of |
commit | commitdiff | tree | snapshot |
| 2015-02-20 |
Mike Bayer | - Fixed bug where internal assertion would fail in... |
commit | commitdiff | tree | snapshot |
| 2015-02-19 |
Mike Bayer | - autopep8 |
commit | commitdiff | tree | snapshot |
| 2015-02-17 |
Mike Bayer | - add a new section regarding multiprocessing |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - flake8 |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Mike Bayer | - test + changelog |
commit | commitdiff | tree | snapshot |
| 2015-02-09 |
Malthe Borch | It's the 'kwargs' which are iterable, not 'keys' |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Mike Bayer | - update test for newer API of _connection_for_bind |
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 | - Repaired support for Postgresql UUID types in conjunc... |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Kevin Deldycke | Add unit test for UUID arrays in PostgreSQL. |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Mike Bayer | - Added support for the :class:`postgresql.JSONB` datat... |
commit | commitdiff | tree | snapshot |
| 2015-02-01 |
Mateusz Susik | Psycopg2 JSONB support. |
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-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-17 |
Mike Bayer | - add an exclusion here that helps with the case of... |
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-12 |
Mike Bayer | - this will be 0.9.9 |
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 | - 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-05 |
Mike Bayer | - make a new page that introduces mapping a little... |
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 | no hassuffixes in 0.9 |
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 | - squash-merge the improve_toc branch, which moves... |
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 |
Rob Berry | Update gaerdbms to highlight improved connection method |
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-16 |
Mike Bayer | - Added a version check to the MySQLdb dialect surround... |
commit | commitdiff | tree | snapshot |
| 2014-12-14 |
Mike Bayer | - automap isn't new anymore |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
Mike Bayer | - Added new method :meth:`.Session.invalidate`, functio... |
commit | commitdiff | tree | snapshot |
| 2014-12-10 |
Mike Bayer | - fix up query update /delete documentation, make warnings |
commit | commitdiff | tree | snapshot |
| 2014-12-09 |
Yuval Langer | Removing unneeded space. |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Mike Bayer | pep8 |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - pep8 |
commit | commitdiff | tree | snapshot |
| 2014-12-05 |
Mike Bayer | - pep8 cleanup |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - Updated the :ref:`examples_versioned_history` example... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - formatting |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Jon Nelson | - fix minor spelling error |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
jonathan vanasco | added docs to clarify that sql statement is already... |
commit | commitdiff | tree | snapshot |
| 2014-11-26 |
Mike Bayer | - add an order_by here |
commit | commitdiff | tree | snapshot |
| 2014-11-24 |
Mike Bayer | - Fixed a bug in the examples/generic_assocaitions... |
commit | commitdiff | tree | snapshot |
| 2014-11-13 |
Mike Bayer | - Fixed a leak which would occur in the unsupported... |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
Mike Bayer | - Fixed issue where the columns from a SELECT embedded... |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Mike Bayer | - we aren't changing .key behavior yet here, this is... |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Mike Bayer | - in lieu of adding a new system of translating bound... |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Mike Bayer | - edits to the subqueryload ordering merge |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Jack Zhou | Added documentation about interaction between `subquery... |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Mike Bayer | - missing import |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Mike Bayer | - Fixed bug regarding expression mutations which could... |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Mike Bayer | - added new backend for pysqlcipher, as we will probabl... |
commit | commitdiff | tree | snapshot |
| 2014-10-23 |
Mike Bayer | - Fixed bug where the ON clause for :meth:`.Query.join`, |
commit | commitdiff | tree | snapshot |
| 2014-10-19 |
Mike Bayer | - repair documenation for object_session(), returns... |
commit | commitdiff | tree | snapshot |
| 2014-10-19 |
Mike Bayer | - flake8 |
commit | commitdiff | tree | snapshot |
| 2014-10-15 |
mozillazg | Fixed typo |
commit | commitdiff | tree | snapshot |
| 2014-10-13 |
Mike Bayer | 0.9.8 rel_0_9_8 |
commit | commitdiff | tree | snapshot |
| 2014-10-13 |
Mike Bayer | - additional issues fixed in mysqlconnector 2.0.1 |
commit | commitdiff | tree | snapshot |
| next |