| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell mysql that Unicode columns are unicodepr/102 | Angus Lees | 2014-07-10 | 2 | -5/+15 |
* | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 5 | -25/+239 |
* | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 2 | -4/+9 |
* | - ensure ACID set up on this table for MySQL | Mike Bayer | 2014-07-01 | 1 | -2/+3 |
* | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 4 | -1/+82 |
* | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 4 | -13/+178 |
* | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 2 | -0/+74 |
* | - attach the ResultMetaData to the Compiled object, when we detect that | Mike Bayer | 2014-06-29 | 2 | -4/+14 |
* | - cut out some calls by inlining the calls to get_history() | Mike Bayer | 2014-06-28 | 1 | -9/+8 |
* | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` | Mike Bayer | 2014-06-27 | 3 | -3/+46 |
* | wrong version number | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
* | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 2 | -1/+11 |
* | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 3 | -2/+28 |
* | add missing release date | Mike Bayer | 2014-06-25 | 1 | -1/+1 |
* | - Fixed bug when the declarative ``__abstract__`` flag was not being | Mike Bayer | 2014-06-25 | 3 | -2/+39 |
* | - add a test to confirm #3096, we definitely get a timedelta | Mike Bayer | 2014-06-25 | 1 | -0/+10 |
* | Merged in uralbash/sqlalchemy/uralbash/fix-pullreq-link-in-changelog_09rst-ed... | Mike Bayer | 2014-06-24 | 1 | -3/+2 |
|\ |
|
| * | fix pullreq link in changelog_09.rst edited online with Bitbucket | uralbash | 2014-06-24 | 1 | -3/+2 |
* | | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 2 | -13/+142 |
|/ |
|
* | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 7 | -64/+144 |
* | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 3 | -1/+42 |
* | 0.9.5 released date | Mike Bayer | 2014-06-23 | 1 | -0/+1 |
* | fix changelog | Mike Bayer | 2014-06-23 | 1 | -0/+2 |
* | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
* | - fix test failures | Mike Bayer | 2014-06-21 | 2 | -5/+5 |
* | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 12 | -76/+218 |
* | additional version notes | Mike Bayer | 2014-06-20 | 1 | -5/+5 |
* | add missing version markers | Mike Bayer | 2014-06-20 | 1 | -0/+4 |
* | - The :paramref:`.Column.nullable` flag is implicitly set to ``False`` | Mike Bayer | 2014-06-20 | 3 | -0/+31 |
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 5 | -3/+41 |
* | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 3 | -3/+51 |
* | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 4 | -8/+66 |
* | - changelog | Mike Bayer | 2014-06-08 | 1 | -0/+7 |
* | Merged in univerio/sqlalchemy/materialized_paths (pull request #21)
| Mike Bayer | 2014-06-08 | 3 | -0/+136 |
|\ |
|
| * | Materialized paths example. | Jack Zhou | 2014-06-07 | 3 | -0/+136 |
* | | Update compiler.py | BY-jk | 2014-06-08 | 1 | -1/+2 |
* | | changelog | Mike Bayer | 2014-06-08 | 1 | -0/+8 |
* | | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
* | | once kwarg in event funcs is new in 0.9.4 | Justin Wood (Callek) | 2014-06-05 | 1 | -2/+2 |
* | | - fix this test for MySQL, needs InnoDB | Mike Bayer | 2014-05-30 | 1 | -3/+7 |
* | | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 11 | -812/+155 |
* | | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 4 | -17/+74 |
* | | - The ``__mapper_args__`` dictionary is copied from a declarative | Mike Bayer | 2014-05-30 | 3 | -1/+44 |
* | | fix typo | Mike Bayer | 2014-05-30 | 1 | -3/+3 |
* | | Merged in chrisw/sqlalchemy/more_range_docs (pull request #20)
| Mike Bayer | 2014-05-30 | 2 | -1/+31 |
|\ \ |
|
| * | | more docs for using psycopg2 range types, specifically instantiating models w... | Chris Withers | 2014-05-25 | 2 | -1/+31 |
* | | | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 4 | -2/+47 |
* | | | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 4 | -89/+98 |
|\ \ \ |
|
| * | | | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 2 | -64/+51 |