| 2015-08-24 |
Mike Bayer | - Fixed two issues in the "history_meta" example where... |
commit | commitdiff | tree | snapshot |
| 2015-08-21 |
Mike Bayer | - rework the "controlling DDL sequences" documentation to |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - document workaround type for ARRAY of ENUM, fixes... |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
Mike Bayer | - add tests for InstanceEvents.init, InstanceEvents... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
Mike Bayer | - Fixed 1.0 regression where the "noload" loader strate... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
Mike Bayer | - pep8 test/orm/test_mapper |
commit | commitdiff | tree | snapshot |
| 2015-08-10 |
Mike Bayer | - Fixed two issues regarding Sybase reflection, allowin... |
commit | commitdiff | tree | snapshot |
| 2015-08-09 |
halfcrazy | fix typo int->into |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Leonardo Rochael... | Remove useless code |
commit | commitdiff | tree | snapshot |
| 2015-08-03 |
Mike Bayer | - add a note clarifying query.with_labels(), fixes... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
Mike Bayer | - Fixed support for cx_Oracle version 5.2, which was... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
Mike Bayer | - fix typo in suffix_with() docs, fixes #3502 |
commit | commitdiff | tree | snapshot |
| 2015-07-27 |
Mike Bayer | - using text().columns() for ORM matching won't work... |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - work to bridge between core/ORM tutorials regarding... |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - remove "completely raw", whatever that is |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - typo |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - add an example of text.columns |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Mike Bayer | - An adjustment to the new Postgresql feature of reflec... |
commit | commitdiff | tree | snapshot |
| 2015-07-23 |
Mike Bayer | 1.0.8 rel_1_0_8 |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | - categorize this correctly |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | - Fixed critical issue whereby the pool "checkout"... |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | 0.9.10 release date |
commit | commitdiff | tree | snapshot |
| 2015-07-21 |
Mike Bayer | - Fixed bug in SQLite dialect where reflection of UNIQU... |
commit | commitdiff | tree | snapshot |
| 2015-07-21 |
Mike Bayer | - Fixed an issue where a particular base class within... |
commit | commitdiff | tree | snapshot |
| 2015-07-20 |
Mike Bayer | 1.0.7 rel_1_0_7 |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - changelog for #3459, fixes #3459 |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | Merge branch 'bb_issue_3459' of https://bitbucket.org... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed regression where new methods on :class:`.Result... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - pg8000 very annoyingly complaining here, use total... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed regression where :meth:`.ResultProxy.keys`... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed bug where coersion of literal ``True`` or ... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed potential issue where a custom subclass |
commit | commitdiff | tree | snapshot |
| 2015-07-18 |
Jakub Stasiak | Remove RootTransaction<->RootTransaction reference... |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - db_opts doesn't need to be a global since we no longe... |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - fix these two tests |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - changelog for pr github:188 |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/188' into pr188 |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - version specs for new Sequence arguments |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/186' into pr186 |
commit | commitdiff | tree | snapshot |
| 2015-07-16 |
Dan Gittik | Added test for modulo operator. |
commit | commitdiff | tree | snapshot |
| 2015-07-16 |
Dan Gittik | Added support for reflected modulo operator. |
commit | commitdiff | tree | snapshot |
| 2015-07-15 |
Mike Bayer | - add a note, references #3487 |
commit | commitdiff | tree | snapshot |
| 2015-07-13 |
Mike Bayer | - Fixed bug in :class:`.AbstractConcreteBase` extension... |
commit | commitdiff | tree | snapshot |
| 2015-07-09 |
Mike Bayer | - try to note under insert.values(), if you need |
commit | commitdiff | tree | snapshot |
| 2015-07-05 |
Mike Bayer | - add a warning suggesting to use the dictionary form... |
commit | commitdiff | tree | snapshot |
| 2015-07-03 |
Mike Bayer | - fix the link here fixes 3473 |
commit | commitdiff | tree | snapshot |
| 2015-07-01 |
Mike Bayer | - increase the varchar here |
commit | commitdiff | tree | snapshot |
| 2015-07-01 |
Mike Bayer | - Fixed 1.0 regression where value objects that override |
commit | commitdiff | tree | snapshot |
| 2015-06-29 |
Mike Bayer | - Fixed 1.0 regression where a "deferred" attribute... |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
jakeogh | add CYCLE support to Sequence() and docstrings for... |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
jakeogh | add NO MINVALUE and NO MAXVALUE support to Sequence() |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
jakeogh | add MAXVALUE support to Sequence() |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
jakeogh | add MINVALUE support to Sequence() |
commit | commitdiff | tree | snapshot |
| 2015-06-27 |
Mike Bayer | - Fixed 1.0 regression where the "parent entity" of... |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
mike bayer | Merge pull request #185 from megabyde/master |
commit | commitdiff | tree | snapshot |
| 2015-06-26 |
Yuri Baida | Fix code examples in automap's documentation |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Mike Bayer | 1.0.6 rel_1_0_6 |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Mike Bayer | - add autoinc marker for oracle |
commit | commitdiff | tree | snapshot |
| 2015-06-25 |
Mike Bayer | - Fixed a major regression in the 1.0 series where... |
commit | commitdiff | tree | snapshot |
| 2015-06-23 |
Mike Bayer | - edits to this section |
commit | commitdiff | tree | snapshot |
| 2015-06-23 |
Mike Bayer | - add a new FAQ on re-reading of data within a transact... |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
mike bayer | Merge pull request #184 from bnjmn/patch-1 |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
Benjamin Petersen | Missing comma in method args |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
Mike Bayer | - Fixed issue when using :class:`.VARBINARY` type in... |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
Mike Bayer | - Re-fixed this issue first released in 1.0.5 to fix... |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
mike bayer | Merge pull request #183 from renshawbay/master |
commit | commitdiff | tree | snapshot |
| 2015-06-22 |
Pete Hollobon | Fix typo |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - repair that we use db_opts when the url here is diffe... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - fixes to the warnings filters |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - more edits, references #3461 |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - for #3455 |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/179' into pr179 |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - fix the bullets |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - Fixed 1.0 regression where the enhanced behavior... |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Mike Bayer | - add explciit section on engine disposal, fixes #3461 |
commit | commitdiff | tree | snapshot |
| 2015-06-19 |
Sebastian Bank | add ClauseElement.cast() shortcut-method |
commit | commitdiff | tree | snapshot |
| 2015-06-18 |
Mike Bayer | - automap is stable |
commit | commitdiff | tree | snapshot |
| 2015-06-16 |
Mike Bayer | - Repaired the :class:`.ExcludeConstraint` construct... |
commit | commitdiff | tree | snapshot |
| 2015-06-16 |
Mike Bayer | - add a subsection on how to use Sequence with server_d... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - remove the redundant non-max-row-buffer test from... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | Merge branch 'pr182' |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - add test cases for pullreq github:182, where we add... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - Add a new le_() assertion for less than or equals |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Morgan McClure | Added max_row_buffer attribute to the context execution... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - revert this change which was inadvertently included... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - restore the approach we have for pk_params, but in... |
commit | commitdiff | tree | snapshot |
| 2015-06-14 |
Mike Bayer | - add changelog for #3451, with 09485d733131b667813f44e... |
commit | commitdiff | tree | snapshot |
| 2015-06-13 |
Morgan McClure | BufferedRowResultProxy should stop growing at 100 |
commit | commitdiff | tree | snapshot |
| 2015-06-13 |
Patrick Hayes | Fix primary key behaviour in bulk_update |
commit | commitdiff | tree | snapshot |
| 2015-06-11 |
Mike Bayer | - Fixed an unexpected-use regression whereby custom... |
commit | commitdiff | tree | snapshot |
| 2015-06-10 |
Mike Bayer | - add an 0.9 migration note regarding TypeEngine's... |
commit | commitdiff | tree | snapshot |
| 2015-06-10 |
Mike Bayer | - Fixed a bug where clause adaption as applied to a... |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Mike Bayer | - add a migration note for the query.update()/query... |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Mike Bayer | - add a comment, also I think we want to expire before... |
commit | commitdiff | tree | snapshot |
| 2015-06-09 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/180' into pr180 |
commit | commitdiff | tree | snapshot |
| 2015-06-08 |
Mike Bayer | - Fixed an internal "memoization" routine for method... |
commit | commitdiff | tree | snapshot |
| 2015-06-08 |
Mike Bayer | - start 1.0.6 |
commit | commitdiff | tree | snapshot |
| 2015-06-08 |
Charles-Axel... | Expire session in testing transaction handling |
commit | commitdiff | tree | snapshot |
| 2015-06-07 |
Mike Bayer | - 1.0.5 rel_1_0_5 |
commit | commitdiff | tree | snapshot |
| 2015-06-07 |
Mike Bayer | - include tox.ini in the dist... |
commit | commitdiff | tree | snapshot |
| next |