summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tell mysql that Unicode columns are unicodepr/102Angus Lees2014-07-102-5/+15
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-035-25/+239
* - add link to dialect docs for SQLite autoincrement from column autoincrement,Mike Bayer2014-07-032-4/+9
* - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3
* - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-014-1/+82
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-304-13/+178
* - add new section Working with Raw DBAPI Connections, fixes #2218.Mike Bayer2014-06-302-0/+74
* - attach the ResultMetaData to the Compiled object, when we detect thatMike Bayer2014-06-292-4/+14
* - cut out some calls by inlining the calls to get_history()Mike Bayer2014-06-281-9/+8
* - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`Mike Bayer2014-06-273-3/+46
* wrong version numberMike Bayer2014-06-271-1/+1
* - MySQL error 2014 "commands out of sync" appears to be raised as aMike Bayer2014-06-272-1/+11
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-263-2/+28
* add missing release dateMike Bayer2014-06-251-1/+1
* - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-253-2/+39
* - add a test to confirm #3096, we definitely get a timedeltaMike Bayer2014-06-251-0/+10
* Merged in uralbash/sqlalchemy/uralbash/fix-pullreq-link-in-changelog_09rst-ed...Mike Bayer2014-06-241-3/+2
|\
| * fix pullreq link in changelog_09.rst edited online with Bitbucketuralbash2014-06-241-3/+2
* | - write some really complete docs on MSSQL autoincrement, fixes #3094Mike Bayer2014-06-242-13/+142
|/
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-237-64/+144
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-233-1/+42
* 0.9.5 released dateMike Bayer2014-06-231-0/+1
* fix changelogMike Bayer2014-06-231-0/+2
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - fix test failuresMike Bayer2014-06-212-5/+5
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-2012-76/+218
* additional version notesMike Bayer2014-06-201-5/+5
* add missing version markersMike Bayer2014-06-201-0/+4
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-203-0/+31
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-205-3/+41
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-183-3/+51
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-124-8/+66
* - changelogMike Bayer2014-06-081-0/+7
* Merged in univerio/sqlalchemy/materialized_paths (pull request #21) Mike Bayer2014-06-083-0/+136
|\
| * Materialized paths example.Jack Zhou2014-06-073-0/+136
* | Update compiler.pyBY-jk2014-06-081-1/+2
* | changelogMike Bayer2014-06-081-0/+8
* | Merge branch 'master' of https://github.com/BY-jk/sqlalchemyMike Bayer2014-06-081-1/+1
|\ \ | |/ |/|
| * Wrong type usagepr/95BY-jk2014-05-301-1/+1
* | once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)2014-06-051-2/+2
* | - fix this test for MySQL, needs InnoDBMike Bayer2014-05-301-3/+7
* | - remove drizzle dialectMike Bayer2014-05-3011-812/+155
* | - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-304-17/+74
* | - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-303-1/+44
* | fix typoMike Bayer2014-05-301-3/+3
* | Merged in chrisw/sqlalchemy/more_range_docs (pull request #20) Mike Bayer2014-05-302-1/+31
|\ \
| * | more docs for using psycopg2 range types, specifically instantiating models w...Chris Withers2014-05-252-1/+31
* | | - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-304-2/+47
* | | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-304-89/+98
|\ \ \
| * | | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-222-64/+51