summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
* pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* Merge pull request #100 from plaes/typosmike bayer2014-07-063-4/+4
|\
| * typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * typo: s/tranasction/transactionPriit Laes2014-06-282-3/+3
| * typo: s/founds/foundPriit Laes2014-06-281-1/+1
* | changelog, fixes #3093Mike Bayer2014-07-061-0/+9
* | Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-062-3/+4
|\ \
| * | Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-242-3/+4
* | | add pg8000Mike Bayer2014-07-061-0/+1
* | | Merge pull request #99 from tlocke/mastermike bayer2014-07-061-234/+267
|\ \ \
| * | | PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
| * | | pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* | | | - changelogMike Bayer2014-07-061-0/+8
* | | | Merge pull request #98 from abbec/mssql2008-multivalues-insertmike bayer2014-07-061-0/+2
|\ \ \ \
| * | | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98Albert Cervin2014-06-161-0/+2
* | | | | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | | | | - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* | | | | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-048-235/+517
* | | | | - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-033-1/+52
* | | | | - 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
|/