| 2013-11-08 |
Mike Bayer | - add proof of concept for versioning, [ticket:2861] |
commit | commitdiff | tree | snapshot |
| 2013-11-08 |
jplaverdure | Switched to UTC Timestamp |
commit | commitdiff | tree | snapshot |
| 2013-11-08 |
jplaverdure | Added changed(timestamp) on _history table and supprot... |
commit | commitdiff | tree | snapshot |
| 2013-11-08 |
Mike Bayer | - Fixed bug which prevented history_meta recipe from... |
commit | commitdiff | tree | snapshot |
| 2013-11-06 |
schettino72 | Add support for python3.3 list.clear() on orm.collections |
commit | commitdiff | tree | snapshot |
| 2013-11-01 |
Mike Bayer | - Fixed a regression introduced by the join rewriting... |
commit | commitdiff | tree | snapshot |
| 2013-10-31 |
Mike Bayer | - add a section re: using column_reflect for mapping... |
commit | commitdiff | tree | snapshot |
| 2013-10-30 |
Mike Bayer | - Fixed a regression introduced by :ticket:`2818` where... |
commit | commitdiff | tree | snapshot |
| 2013-10-29 |
mike bayer | Merge pull request #39 from jmagnusson/minordocfix |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Jacob Magnusson | Super-minor doc fix |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Mike Bayer | no such thing as default_strategy()... |
commit | commitdiff | tree | snapshot |
| 2013-10-28 |
Mike Bayer | - whitespace below ..version, sigh |
commit | commitdiff | tree | snapshot |
| 2013-10-27 |
Mike Bayer | fix to the changelog system for when there's no change... |
commit | commitdiff | tree | snapshot |
| 2013-10-27 |
Mike Bayer | - Fixed bug where index reflection would mis-interpret... |
commit | commitdiff | tree | snapshot |
| 2013-10-27 |
Mike Bayer | - farm out everthing to do with rtd out to the sqlalche... |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | Merge branch 'rel_0_9' |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | - more updates to compatability, C extensions, building... rel_0_9_0b1 |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | - ensure 0.9 in various documentation spaces |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | - release 0.9.0b1 |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | - add copyright to source files missing it |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | - add copyright to source files missing it |
commit | commitdiff | tree | snapshot |
| 2013-10-26 |
Mike Bayer | will call this 0.9.0b1 |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - Fixed bug where Oracle table reflection using synonym... |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | python2 pickle here fails |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - catch the metadata on ScalarTest.test_scalar_proxy... |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - changelog for [ticket:2183] |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - move this test to PG test_reflection |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - Fix and test parsing of MySQL foreign key options... |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | Merge branch 'master' of github.com:ijl/sqlalchemy... |
commit | commitdiff | tree | snapshot |
| 2013-10-25 |
Mike Bayer | - :func:`.attributes.get_history()` when used with... |
commit | commitdiff | tree | snapshot |
| 2013-10-24 |
Mike Bayer | - add migration notes for [ticket:2838] |
commit | commitdiff | tree | snapshot |
| 2013-10-24 |
Mike Bayer | clarifications |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
Mike Bayer | updated |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
Mike Bayer | An overhaul of expression handling for special symbols... |
commit | commitdiff | tree | snapshot |
| 2013-10-23 |
Mike Bayer | - The regexp used by the :func:`.url.make_url` function... |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Mike Bayer | some zoomark tests without c exts callcounts updated |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Mike Bayer | - just comment out this test, we may have to figure... |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Mike Bayer | - use a different approach here since oracle isn't... |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Mike Bayer | - oursql returns a pure FP here which isn't exact |
commit | commitdiff | tree | snapshot |
| 2013-10-22 |
Mike Bayer | try to get this to pass on slow environmnets |
commit | commitdiff | tree | snapshot |
| 2013-10-21 |
Mike Bayer | typos |
commit | commitdiff | tree | snapshot |
| 2013-10-21 |
Mike Bayer | - A :func:`.bindparam` construct with a "null" type... |
commit | commitdiff | tree | snapshot |
| 2013-10-21 |
Mike Bayer | - Fixed bug where :func:`.type_coerce` would not interp... |
commit | commitdiff | tree | snapshot |
| 2013-10-20 |
Mike Bayer | - The typing system now handles the task of rendering... |
commit | commitdiff | tree | snapshot |
| 2013-10-20 |
Mike Bayer | - add a type_coerce() step within Enum, Boolean to... |
commit | commitdiff | tree | snapshot |
| 2013-10-19 |
Mike Bayer | - The :meth:`.Table.tometadata` method now produces... |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Mike Bayer | - attempt to clarify what mutable extension does for... |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Mike Bayer | - add a "limitations of reflection" section, [ticket... |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Mike Bayer | use a set here also |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Mike Bayer | - Removed a 128-character truncation from the reflectio... |
commit | commitdiff | tree | snapshot |
| 2013-10-18 |
Mike Bayer | - The change in :ticket:`2721`, which is that the ... |
commit | commitdiff | tree | snapshot |
| 2013-10-15 |
Mike Bayer | - Added support for rendering ``SMALLSERIAL`` when... |
commit | commitdiff | tree | snapshot |
| 2013-10-15 |
ijl | ForeignKeyConstraint reflection test respects MySQL... |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Mike Bayer | The MySQL :class:`.mysql.SET` type now features the... |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Mike Bayer | The ``.unique`` flag on :class:`.Index` could be produc... |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Mike Bayer | workaround for #2838 here. still need to figure out... |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Mike Bayer | - fix non-deterministic ordering point |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Mike Bayer | - fix test warning here (oursql) |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
mike bayer | Merge pull request #35 from alex/less-dicts |
commit | commitdiff | tree | snapshot |
| 2013-10-14 |
Alex Gaynor | Perform fewer dict lookups - tiny microoptimization |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | these are in alphabetical order |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | migration guide |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
ijl | #2183: Metadata.reflect() foreign keys include options... |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | name |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | - Added new option to :func:`.relationship` ``distinct... |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | MySQL-connector dialect now allows options in the creat... |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | Parenthesis will be applied to a compound SQL expression as |
commit | commitdiff | tree | snapshot |
| 2013-10-13 |
Mike Bayer | - Fixed bug in default compiler plus those of postgresq... |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
Mike Bayer | use accepts scalar loader here so we deal with _ProxyIm... |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
Mike Bayer | - fix bug due to regression from #2793, make sure we... |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
Mike Bayer | The ``default`` argument of :class:`.Column` now accept... |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
Mike Bayer | The "name" attribute is set on :class:`.Index` before... |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
ijl | PostgreSQL foreign key inspection includes options |
commit | commitdiff | tree | snapshot |
| 2013-10-11 |
Mike Bayer | - The method signature of :meth:`.Dialect.reflecttable... |
commit | commitdiff | tree | snapshot |
| 2013-10-09 |
Mike Bayer | A :func:`.select` that is made to refer to itself in... |
commit | commitdiff | tree | snapshot |
| 2013-10-08 |
Mike Bayer | Fixed bug where using an annotation such as :func:... |
commit | commitdiff | tree | snapshot |
| 2013-10-08 |
Mike Bayer | 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-10-08 |
Mike Bayer | The erroneous kw arg "schema" has been removed from... |
commit | commitdiff | tree | snapshot |
| 2013-10-08 |
Mike Bayer | - fix a bunch of test failures |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - add an option to Bundle single_entity=True to allow... |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - fix a glitch with how the default thing worked out |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - add some tests for propagate of wildcard lazyload |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | 11th hour realization that Load() needs to do the _chop... |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - merge ticket_1418 branch, [ticket:1418] |
commit | commitdiff | tree | snapshot |
| 2013-10-06 |
Mike Bayer | - fix propagation of quote flag within _gen_label(... |
commit | commitdiff | tree | snapshot |
| 2013-10-04 |
Mike Bayer | fix entity_zero resolution |
commit | commitdiff | tree | snapshot |
| 2013-10-03 |
Mike Bayer | - A new construct :class:`.Bundle` is added, which... |
commit | commitdiff | tree | snapshot |
| 2013-10-01 |
Mike Bayer | - add monetdb |
commit | commitdiff | tree | snapshot |
| 2013-10-01 |
Mike Bayer | - add support for removal of instance methods as event... |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | - put exact version string in the test |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | Merge branch 'master' of github.com:zzzeek/sqlalchemy |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
mike bayer | Merge pull request #26 from hackop/ticket_2819 |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | add test for upcoming pullreq |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | its a feature |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
mike bayer | Merge pull request #25 from gthb/ticket_2821 |
commit | commitdiff | tree | snapshot |
| 2013-09-25 |
mike bayer | Merge pull request #30 from alex/visitor-pattern |
commit | commitdiff | tree | snapshot |
| 2013-09-25 |
Alex Gaynor | Replace a big loop + dict lookup in Connection.execute... |
commit | commitdiff | tree | snapshot |
| 2013-09-23 |
Mike Bayer | - Removed some now unneeded version checks [ticket... |
commit | commitdiff | tree | snapshot |
| next |