2016-10-04 |
Mike Bayer | Use schema_name() for SQL Server default schema |
commit | commitdiff | tree |
2016-10-04 |
Mike Bayer | Use SQL Server SERVERPROPERTY for version info w/ pyodbc |
commit | commitdiff | tree |
2016-10-03 |
Mike Bayer | Ensure strong ref to obj before calling persistent_to_d... |
commit | commitdiff | tree |
2016-10-01 |
Mike Bayer | Add "eager_parenthesis" late-compilation rule, use... |
commit | commitdiff | tree |
2016-10-01 |
Mike Bayer | - some documentation hits |
commit | commitdiff | tree |
2016-10-01 |
Dmitry Bogun | Remove extra "return" statement in orm.ext.declared_att... |
commit | commitdiff | tree |
2016-09-30 |
Mike Bayer | Escape literal string values passed to server_default |
commit | commitdiff | tree |
2016-09-28 |
Mike Bayer | Enable include_table for ON CONFLICT whereclauses |
commit | commitdiff | tree |
2016-09-26 |
mike bayer | Merge "Handle BaseException in all _handle_dbapi_error" |
commit | commitdiff | tree |
2016-09-24 |
Mike Bayer | - improve documentation for SessionTransaction re:... |
commit | commitdiff | tree |
2016-09-22 |
Mike Bayer | - clarify documentation on timezone flag, since Oracle... |
commit | commitdiff | tree |
2016-09-21 |
Mike Bayer | Handle BaseException in all _handle_dbapi_error |
commit | commitdiff | tree |
2016-09-21 |
Mike Bayer | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0] |
commit | commitdiff | tree |
2016-09-20 |
mike bayer | Merge "Add exclude_tablespaces argument to Oracle" |
commit | commitdiff | tree |
2016-09-20 |
mike bayer | Merge "Add the "triggering mapper" to the configure_map... |
commit | commitdiff | tree |
2016-09-20 |
David Fraser | Add exclude_tablespaces argument to Oracle |
commit | commitdiff | tree |
2016-09-20 |
Mike Bayer | - disable two phase testing for mysql entirely, build... |
commit | commitdiff | tree |
2016-09-20 |
John Perkins | Add the "triggering mapper" to the configure_mappers... |
commit | commitdiff | tree |
2016-09-20 |
mike bayer | Merge "Allow SQL expressions to be set on PK columns" |
commit | commitdiff | tree |
2016-09-20 |
mike bayer | Merge "Exclude eq and ne from associative operators" |
commit | commitdiff | tree |
2016-09-20 |
mike bayer | Merge "Support bindparam() with callable for primaryjoin" |
commit | commitdiff | tree |
2016-09-20 |
Mike Bayer | Allow SQL expressions to be set on PK columns |
commit | commitdiff | tree |
2016-09-19 |
mike bayer | Merge "Fix ArgumentError access in Session._add_bind" |
commit | commitdiff | tree |
2016-09-19 |
John Passaro | Exclude eq and ne from associative operators |
commit | commitdiff | tree |
2016-09-19 |
mike bayer | Merge "Additions to support HAAlchemy plugin" |
commit | commitdiff | tree |
2016-09-19 |
Mike Bayer | Support bindparam() with callable for primaryjoin |
commit | commitdiff | tree |
2016-09-19 |
Mike Bayer | Fix ArgumentError access in Session._add_bind |
commit | commitdiff | tree |
2016-09-19 |
Ken Robbins | Add "message 20017" (unexpected EOF from the server... |
commit | commitdiff | tree |
2016-09-16 |
Mike Bayer | Additions to support HAAlchemy plugin |
commit | commitdiff | tree |
2016-09-16 |
Mike Bayer | - latest mysql 5.7 also crashing on XA recovery, disable |
commit | commitdiff | tree |
2016-09-15 |
Mike Bayer | Repair foreign_keys population for Join._refresh_for_ne... |
commit | commitdiff | tree |
2016-09-15 |
Mike Bayer | - placeholder for 1.0.16 within 1.0 changelog |
commit | commitdiff | tree |
2016-09-13 |
Mike Bayer | Merge branch 'keeyipchan/fix-typo-in-comment-1473614966... |
commit | commitdiff | tree |
2016-09-12 |
Mike Bayer | - also caveats for update() / delete() regarding single |
commit | commitdiff | tree |
2016-09-12 |
Mike Bayer | - add caveat for bulk deletes that they are generally... |
commit | commitdiff | tree |
2016-09-11 |
keeyip chan | Fix typo in comment |
commit | commitdiff | tree |
2016-09-02 |
mike bayer | Merge "Allow stringify compiler to render unnamed column" |
commit | commitdiff | tree |
2016-09-02 |
Mike Bayer | Repair clauselist comparison to account for clause... |
commit | commitdiff | tree |
2016-09-02 |
Mike Bayer | Allow stringify compiler to render unnamed column |
commit | commitdiff | tree |
2016-09-01 |
Mike Bayer | - add 1.0.15 release date |
commit | commitdiff | tree |
2016-09-01 |
Mike Bayer | Support all MySQL/Connector int/bool arguments |
commit | commitdiff | tree |
2016-08-31 |
Mike Bayer | Check for supports_execution at ClauseElement base |
commit | commitdiff | tree |
2016-08-31 |
Edouard Berthe | Corrects typo |
commit | commitdiff | tree |
2016-08-28 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/304' |
commit | commitdiff | tree |
2016-08-28 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/303' |
commit | commitdiff | tree |
2016-08-28 |
Michael Williamson | Provide more informative error when joining with no... |
commit | commitdiff | tree |
2016-08-28 |
Michael Williamson | Fix table reference in PostgreSQL documentation |
commit | commitdiff | tree |
2016-08-27 |
Vladimir Magamedov | Fixed example of upsert in the HasCTE.cte docstring by |
commit | commitdiff | tree |
2016-08-26 |
Mike Bayer | Raise when two validators conflict |
commit | commitdiff | tree |
2016-08-22 |
mike bayer | Merge "Add docstring to declarative_base" |
commit | commitdiff | tree |
2016-08-17 |
Mike Bayer | - fix wrong var name, credit to @RazerM |
commit | commitdiff | tree |
2016-08-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/299' |
commit | commitdiff | tree |
2016-08-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/300' |
commit | commitdiff | tree |
2016-08-15 |
Mike Bayer | Rework _apply_joins(), _prep_for_joins() totally |
commit | commitdiff | tree |
2016-08-13 |
mike bayer | Merge "Ensure final link in subqueryload join is correct" |
commit | commitdiff | tree |
2016-08-13 |
Mike Bayer | - fill in forwards-ports for 1.1 in 1.0 changelog |
commit | commitdiff | tree |
2016-08-13 |
Mike Bayer | Ensure final link in subqueryload join is correct |
commit | commitdiff | tree |
2016-08-13 |
Mike Bayer | - fix this test which did not allow for the A/ ASub... |
commit | commitdiff | tree |
2016-08-11 |
Mike Bayer | - add another example for chained polymorphic eager... |
commit | commitdiff | tree |
2016-08-11 |
Mike Bayer | - small updates to polymorphic eager loading, cross... |
commit | commitdiff | tree |
2016-08-11 |
Romuald Brunet | Fix documentation basic example (missing imports) |
commit | commitdiff | tree |
2016-08-08 |
Ville Skyttä | Spelling fixes |
commit | commitdiff | tree |
2016-08-06 |
Frazer McLean | Add docstring to declarative_base |
commit | commitdiff | tree |
2016-08-04 |
Mike Bayer | Build string/int processors for JSONIndexType, JSONPathType |
commit | commitdiff | tree |
2016-08-04 |
Mike Bayer | Propagate kwargs to all MySQL CAST paths |
commit | commitdiff | tree |
2016-08-02 |
brln | Warn that bulk save groups inserts/updates by type |
commit | commitdiff | tree |
2016-08-02 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/296' |
commit | commitdiff | tree |
2016-08-02 |
Mike Bayer | Merge branch 'declarative-constructor-reference' of... |
commit | commitdiff | tree |
2016-07-31 |
Mike Bayer | Ensure post-__clause_element__() expression are used... |
commit | commitdiff | tree |
2016-07-30 |
mike bayer | Merge "Index should extract __clause_element__() early" |
commit | commitdiff | tree |
2016-07-30 |
mike bayer | Merge "Clarify order_by(False)" |
commit | commitdiff | tree |
2016-07-30 |
Mike Bayer | Index should extract __clause_element__() early |
commit | commitdiff | tree |
2016-07-30 |
Mike Bayer | - Consoliate test/sql/test_constraint ConstraintAPITest |
commit | commitdiff | tree |
2016-07-29 |
mike bayer | Merge "Allow None to cancel Query.group_by()" |
commit | commitdiff | tree |
2016-07-29 |
Mike Bayer | Clarify order_by(False) |
commit | commitdiff | tree |
2016-07-29 |
Iuri Diniz | Allow None to cancel Query.group_by() |
commit | commitdiff | tree |
2016-07-29 |
mike bayer | Merge "Enable JSON testing for pymysql" |
commit | commitdiff | tree |
2016-07-29 |
Mike Bayer | - next release is 1.1.0 |
commit | commitdiff | tree |
2016-07-29 |
Mike Bayer | Enable JSON testing for pymysql |
commit | commitdiff | tree |
2016-07-27 |
Mike Bayer | - Document how SQL Server does MAX with VARCHAR, NVARCHAR |
commit | commitdiff | tree |
2016-07-26 |
Mike Bayer | - 1.1.0b3 rel_1_1_0b3 |
commit | commitdiff | tree |
2016-07-26 |
Jeff Widman | Fix typo |
commit | commitdiff | tree |
2016-07-25 |
Michael Williamson | Fix reference to _declarative_constructor in docstring |
commit | commitdiff | tree |
2016-07-25 |
Mike Bayer | Allow Table._reset_exported to silently pass |
commit | commitdiff | tree |
2016-07-25 |
Mike Bayer | - MySQL's JSON shared implementation completely w/... |
commit | commitdiff | tree |
2016-07-24 |
Mike Bayer | - don't use pymysql at all for JSON, there's Py2K failu... |
commit | commitdiff | tree |
2016-07-24 |
Mike Bayer | - Workaround in tests for https://github.com/PyMySQL... |
commit | commitdiff | tree |
2016-07-24 |
Mike Bayer | - a variety of test adjustments to accomodate for MySQL 5.7 |
commit | commitdiff | tree |
2016-07-19 |
Mike Bayer | Remove same-named relationship warning |
commit | commitdiff | tree |
2016-07-18 |
Mike Bayer | - fix formatting |
commit | commitdiff | tree |
2016-07-13 |
mike bayer | Merge "Add `default` parameter for `index_property`" |
commit | commitdiff | tree |
2016-07-13 |
Mike Bayer | Ensure DML provides named_with_column for CTE(Alias) |
commit | commitdiff | tree |
2016-07-13 |
mike bayer | Merge "Work w/ prefetch even for selects, if present" |
commit | commitdiff | tree |
2016-07-12 |
Mike Bayer | Work w/ prefetch even for selects, if present |
commit | commitdiff | tree |
2016-07-12 |
Mark Hahnenberg | Fix issue with unbaking subqueries |
commit | commitdiff | tree |
2016-07-12 |
Mike Bayer | - 1.0.15 for dev |
commit | commitdiff | tree |
2016-07-11 |
Shige Takeda | Update index.rst |
commit | commitdiff | tree |
2016-07-11 |
Shige Takeda | Update index.rst |
commit | commitdiff | tree |
2016-07-10 |
Jeong YunWon | Add `default` parameter for `index_property` |
commit | commitdiff | tree |
2016-07-07 |
Mike Bayer | - fix typo |
commit | commitdiff | tree |
next |